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