class ColumnResult (View source)

Class ColumnResult

Methods

string
getCharacterSetName()

Get character set

string
getCollationName()

Get collation name

string
getColumnLabel()

Get column label

string
getColumnName()

Get column name

int
getFractionalDigits()

Get fractional digit length

int
getLength()

Get column field length

string
getSchemaName()

Get schema name

string
getTableLabel()

Get table label

string
getTableName()

Get table name

int
getType()

Get column type

int
isNumberSigned()

Check if signed type

int
isPadded()

Check if padded

Details

string getCharacterSetName()

Get character set

Return Value

string

string getCollationName()

Get collation name

Return Value

string

string getColumnLabel()

Get column label

Return Value

string

string getColumnName()

Get column name

Return Value

string

int getFractionalDigits()

Get fractional digit length

Return Value

int

int getLength()

Get column field length

Return Value

int

string getSchemaName()

Get schema name

Return Value

string

string getTableLabel()

Get table label

Return Value

string

string getTableName()

Get table name

Return Value

string

int getType()

Get column type

Return Value

int

int isNumberSigned()

Check if signed type

Return Value

int

int isPadded()

Check if padded

Return Value

int