terimber_table_column_desc Class Reference
class helps to create empty table in memory explicitly
More...
#include <memdbacc.h>
List of all members.
|
Public Attributes |
dbtypes | _type |
| column type
|
const char * | _name |
| column name, can be null
|
size_t | _scale |
| scale makes sense only for numeric/decimal types
|
size_t | _precision |
| precision makes sense only for numeric/decimal types
|
size_t | _max_length |
| max length for column, -1 for blobs
|
bool | _nullable |
| can column has null values
|
Detailed Description
class helps to create empty table in memory explicitly
Definition at line 59 of file memdbacc.h.
Member Data Documentation
column name, can be null
Definition at line 63 of file memdbacc.h.
The documentation for this class was generated from the following file: