Skip to content

SqlTagUnknown

[Source]

A SQL type reported by the driver that this library does not map to a SqlValue variant. Carries the raw ODBC SQL type code (see the SQL_* constants in the ODBC headers).

class val SqlTagUnknown

Constructors

create

[Source]

new val create(
  raw_type': I16 val)
: SqlTagUnknown val^

Parameters

  • raw_type': I16 val

Returns


Public fields

let raw_type: I16 val

[Source]


Public Functions

string

[Source]

fun box string()
: String iso^

Returns