SqlBool¶
SQL boolean value. value is the public Bool; _byte is the 1-byte
form whose address we hand to SQLBindParameter (Pony's Bool layout
isn't a documented 1-byte guarantee, so we keep an explicit U8).
Implements¶
- SqlValue val
Constructors¶
create¶
Parameters¶
- v: Bool val
Returns¶
- SqlBool val^
Public fields¶
let value: Bool val¶
Public Functions¶
string¶
Returns¶
- String iso^
c_data_type¶
Returns¶
- I16 val
bind_to_odbc¶
fun box bind_to_odbc(
hstmt: Pointer[None val] tag,
param_num: U16 val,
ind_ptr: Pointer[I64 val] tag)
: I16 val
Parameters¶
Returns¶
- I16 val
sql_type¶
Returns¶
- I16 val
len_or_indptr¶
Returns¶
- I64 val