tiny.sql.RowValue
Defined in row.
API (4)
Fields and members
Public fields and members.
Source
Source: lib/sql/src/row.zig:319
zig
pub const Value = union(Storage) { nil, integer: i64, text: []const u8, blob: []const u8,};Source: lib/sql/src/root.zig:271
zig
pub const RowValue = row.Value;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 4 |
| Version | 26.7.0 |
| Revision | daab053ee433 |