v2026.6.4
All Bundles
Bundle ODBC database access layer. Connection manages database sessions; Statement and ParameterStatement execute SQL queries; ResultSet iterates over rows and extracts typed column values. Compile with -lib odbc.

ColumnInfo

Result set column metadata

Operations

GetDecimalDigits #

Get column decimal digits

method : public : GetDecimalDigits() ~ Int

Return

TypeDescription
Intdecimal digits

GetName #

Get column name

method : public : GetName() ~ String

Return

TypeDescription
Stringcolumn name

GetSize #

Get column size

method : public : GetSize() ~ Int

Return

TypeDescription
Intcolumn size

GetType #

Get column type

method : public : GetType() ~ ColumnInfo->Type

Return

TypeDescription
ColumnInfo->Typecolumn type

IsNullable #

Determine if column is nullable

method : public : IsNullable() ~ Bool

Return

TypeDescription
Boolif column is nullable, false otherwise

ToString #

String representation of column metadata

method : public : ToString() ~ String

Return

TypeDescription
Stringstring representation of column metadata