Thread portable class


Gate portable class


Timer class


Pool class


Terimber 2.0


About C++


Downloads Products & Services Support Clients Open Source About



Home / Open source / Terimber 2.0

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 type

Definition at line 62 of file memdbacc.h.

Referenced by memtable::create().

column name, can be null

Definition at line 63 of file memdbacc.h.

scale makes sense only for numeric/decimal types

Definition at line 64 of file memdbacc.h.

Referenced by memtable::create().

precision makes sense only for numeric/decimal types

Definition at line 65 of file memdbacc.h.

Referenced by memtable::create().

max length for column, -1 for blobs

Definition at line 66 of file memdbacc.h.

Referenced by memtable::create().

can column has null values

Definition at line 67 of file memdbacc.h.

Referenced by memtable::create().


The documentation for this class was generated from the following file:


© Copyright Terimber 2003-.