tiny.sql.CatalogRelationNames
Defined in catalog.
API (3)
Actions
Public operations.
Fields and members
Public fields and members.
Source
Source: lib/sql/src/catalog.zig:617
zig
pub const RelationNames = struct { allocator: Allocator, names: [][]u8, pub fn deinit(self: *RelationNames) void { for (self.names) |name| self.allocator.free(name); self.allocator.free(self.names); self.* = undefined; }};Source: lib/sql/src/root.zig:76
zig
pub const CatalogRelationNames = catalog.RelationNames;Audit
| Definitions | 2 |
|---|---|
| Public names | 4 |
| Members | 2 |
| Version | 26.7.0 |
| Revision | daab053ee433 |