Skip to content

SqlNull

[Source]

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.

primitive val SqlNull is
  SqlValue val

Implements


Constructors

create

[Source]

new val create()
: SqlNull val^

Returns


Public Functions

string

[Source]

fun box string()
: String val

Returns


c_data_type

[Source]

fun box c_data_type()
: I16 val

Returns


len_or_indptr

[Source]

fun box len_or_indptr()
: I64 val

Returns


bind_to_odbc

[Source]

fun box bind_to_odbc(
  hstmt: Pointer[None val] tag,
  param_num: U16 val,
  ind_ptr: Pointer[I64 val] tag)
: I16 val

Parameters

Returns


sql_type

[Source]

fun box sql_type()
: I16 val

Returns


eq

[Source]

fun box eq(
  that: SqlNull val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: SqlNull val)
: Bool val

Parameters

Returns