SqlNull¶
SQL NULL value. Binds with a null buffer pointer and an indicator of SQL_NULL_DATA — ODBC doesn't dereference the buffer when the indicator says the value is NULL.
Implements¶
- SqlValue val
Constructors¶
create¶
Returns¶
- SqlNull val^
Public Functions¶
string¶
Returns¶
- String val
c_data_type¶
Returns¶
- I16 val
len_or_indptr¶
Returns¶
- I64 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
eq¶
Parameters¶
- that: SqlNull val
Returns¶
- Bool val
ne¶
Parameters¶
- that: SqlNull val
Returns¶
- Bool val