|
My Project
|
Public Member Functions | |
| char * | db () |
| char * | table () |
| void | table (char *table_arg) |
| uint32 | key_length () |
| void | key_length (uint32 len) |
| uint8 | type () |
| void | type (uint8 t) |
| qc_engine_callback | callback () |
| void | callback (qc_engine_callback fn) |
| ulonglong | engine_data () |
| void | engine_data (ulonglong data_arg) |
| uchar * | data () |
Public Attributes | |
| char * | tbl |
| uint32 | key_len |
| uint8 | table_type |
| qc_engine_callback | callback_func |
| ulonglong | engine_data_buff |
| int32 | m_cached_query_count |
The number of queries depending of this table.
1.7.6.1