tinySQL  0.1
A self-contained database management system
Public Attributes | List of all members
Attribute Struct Reference

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
 

Detailed Description

The attributes for a schema.

Define the attributes of a schema.

Definition at line 172 of file data_t.h.


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