MySQL Connector/C++ 9.1.0
MySQL connector library for C and C++ applications
|
Functions | |
uint16_t | mysqlx_column_get_type (mysqlx_result_t *res, uint32_t pos) |
Get column type identifier. More... | |
uint16_t | mysqlx_column_get_collation (mysqlx_result_t *res, uint32_t pos) |
Get column collation number. More... | |
uint32_t | mysqlx_column_get_length (mysqlx_result_t *res, uint32_t pos) |
Get column length. More... | |
uint16_t | mysqlx_column_get_precision (mysqlx_result_t *res, uint32_t pos) |
Get column precision. More... | |
uint32_t | mysqlx_column_get_count (mysqlx_result_t *res) |
Get the number of columns in the result. More... | |
const char * | mysqlx_column_get_name (mysqlx_result_t *res, uint32_t pos) |
Get column name. More... | |
const char * | mysqlx_column_get_original_name (mysqlx_result_t *res, uint32_t pos) |
Get column original name. More... | |
const char * | mysqlx_column_get_table (mysqlx_result_t *res, uint32_t pos) |
Get column's table name. More... | |
const char * | mysqlx_column_get_original_table (mysqlx_result_t *res, uint32_t pos) |
Get column's original table name. More... | |
const char * | mysqlx_column_get_schema (mysqlx_result_t *res, uint32_t pos) |
Get column's schema name. More... | |
const char * | mysqlx_column_get_catalog (mysqlx_result_t *res, uint32_t pos) |
Get column's catalog name. More... | |
uint16_t mysqlx_column_get_type | ( | mysqlx_result_t * | res, |
uint32_t | pos | ||
) |
Get column type identifier.
res | result handle |
pos | zero-based column number |
mysqlx_data_type_t
enum) uint16_t mysqlx_column_get_collation | ( | mysqlx_result_t * | res, |
uint32_t | pos | ||
) |
Get column collation number.
res | result handle |
pos | zero-based column number |
uint32_t mysqlx_column_get_length | ( | mysqlx_result_t * | res, |
uint32_t | pos | ||
) |
Get column length.
res | result handle |
pos | zero-based column number |
uint16_t mysqlx_column_get_precision | ( | mysqlx_result_t * | res, |
uint32_t | pos | ||
) |
Get column precision.
res | result handle |
pos | zero-based column number |
uint32_t mysqlx_column_get_count | ( | mysqlx_result_t * | res | ) |
Get the number of columns in the result.
res | result handle |
mysqlx_next_result()
). const char * mysqlx_column_get_name | ( | mysqlx_result_t * | res, |
uint32_t | pos | ||
) |
Get column name.
res | result handle |
pos | zero-based column number |
const char * mysqlx_column_get_original_name | ( | mysqlx_result_t * | res, |
uint32_t | pos | ||
) |
Get column original name.
res | result handle |
pos | zero-based column number |
const char * mysqlx_column_get_table | ( | mysqlx_result_t * | res, |
uint32_t | pos | ||
) |
Get column's table name.
res | result handle |
pos | zero-based column number |
const char * mysqlx_column_get_original_table | ( | mysqlx_result_t * | res, |
uint32_t | pos | ||
) |
Get column's original table name.
res | result handle |
pos | zero-based column number |
const char * mysqlx_column_get_schema | ( | mysqlx_result_t * | res, |
uint32_t | pos | ||
) |
Get column's schema name.
res | result handle |
pos | zero-based column number |
const char * mysqlx_column_get_catalog | ( | mysqlx_result_t * | res, |
uint32_t | pos | ||
) |
Get column's catalog name.
res | result handle |
pos | zero-based column number |