|
tinySQL
0.1
A self-contained database management system
|
The attributes for a schema. More...
#include <data_t.h>
Public Attributes | |
| int | num |
| number of property | |
| BASE_SQL_ValType | type [32] |
| std::string | name [32] |
| property name | |
| bool | is_unique [32] = {false} |
| uniqure or not | |
| bool | has_index [32] = {false} |
| index exist or not | |
| int | primary_Key |
| -1 not exist, 1-32 exist and the place where the primary key are | |
The attributes for a schema.
Define the attributes of a schema.
1.8.17