Skip to content

ColumnMeta

[Source]

Prepare-time metadata for one result column: name, SQL type tag, and nullability. Returned by Statement.column_types() after prepare().

class val ColumnMeta

Constructors

create

[Source]

new val create(
  name': String val,
  type_tag': SqlTypeTag,
  nullable': Nullability)
: ColumnMeta val^

Parameters

Returns


Public fields

let name: String val

[Source]


let type_tag: SqlTypeTag

[Source]


let nullable: Nullability

[Source]


Public Functions

string

[Source]

fun box string()
: String iso^

Returns