Skip to content

SqlTime

[Source]

SQL TIME. Hour (0-23), minute (0-59), second (0-59).

class val SqlTime is
  SqlValue val

Implements


Constructors

create

[Source]

new val create(
  hour': U16 val,
  minute': U16 val,
  second': U16 val)
: SqlTime val^

Parameters

  • hour': U16 val
  • minute': U16 val
  • second': U16 val

Returns


Public fields

var hour: U16 val

[Source]


var minute: U16 val

[Source]


var second: U16 val

[Source]


Public Functions

string

[Source]

fun box string()
: String iso^

Returns


c_data_type

[Source]

fun box c_data_type()
: I16 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


len_or_indptr

[Source]

fun box len_or_indptr()
: I64 val

Returns