ColumnDefinition

Constructors

this
this(string catalog, string schema, string table, string orgTable, string name, string orgName, int characterSet, long columnLength, DataType type, int flags, byte decimals)
Undocumented in source.

Members

Functions

catalog
string catalog()
Undocumented in source. Be warned that the author may not have intended to support it.
characterSet
int characterSet()
Undocumented in source. Be warned that the author may not have intended to support it.
columnLength
long columnLength()
Undocumented in source. Be warned that the author may not have intended to support it.
decimals
byte decimals()
Undocumented in source. Be warned that the author may not have intended to support it.
flags
int flags()
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name()
Undocumented in source. Be warned that the author may not have intended to support it.
orgName
string orgName()
Undocumented in source. Be warned that the author may not have intended to support it.
orgTable
string orgTable()
Undocumented in source. Be warned that the author may not have intended to support it.
schema
string schema()
Undocumented in source. Be warned that the author may not have intended to support it.
table
string table()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
type
DataType type()
Undocumented in source. Be warned that the author may not have intended to support it.

See Also

Meta