All Bundles

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