MySQL Connector/C++ 9.1.0
MySQL connector library for C and C++ applications
|
Provides meta-data for a single result column. More...
Public Member Functions | |
string | getSchemaName () const |
< TODO | |
string | getTableName () const |
< TODO | |
string | getTableLabel () const |
< TODO | |
string | getColumnName () const |
< TODO | |
string | getColumnLabel () const |
< TODO | |
Type | getType () const |
< TODO | |
unsigned long | getLength () const |
Get column length. More... | |
unsigned short | getFractionalDigits () const |
< TODO | |
bool | isNumberSigned () const |
< TODO | |
CharacterSet | getCharacterSet () const |
< TODO | |
std::string | getCharacterSetName () const |
TODO. | |
const CollationInfo & | getCollation () const |
< TODO | |
std::string | getCollationName () const |
TODO. | |
bool | isPadded () const |
TODO. | |
Provides meta-data for a single result column.
|
inline |
Get column length.