ColumnInfo
Result set column metadata
Operations
GetDecimalDigits
Get column decimal digits
method : public : GetDecimalDigits() ~ Int
Return
Type | Description |
---|---|
Int | decimal digits |
GetType
Get column type
method : public : GetType() ~ ColumnInfo->Type
Return
Type | Description |
---|---|
ColumnInfo->Type | column type |
IsNullable
Determine if column is nullable
method : public : IsNullable() ~ Bool
Return
Type | Description |
---|---|
Bool | if column is nullable, false otherwise |
ToString
String representation of column metadata
method : public : ToString() ~ String
Return
Type | Description |
---|---|
String | string representation of column metadata |