Go to the source code of this file.
|
SQLiteColumn * | AllocateSQLiteColumn (const char *name_s, uint32 datatype, bool primary_key_flag, bool unique_flag, bool can_be_null_flag, const char *check_s) |
|
void | FreeSQLiteColumn (SQLiteColumn *column_p) |
|
SQLiteColumnNode * | AllocateSQLiteColumnNode (const char *name_s, uint32 datatype, bool primary_key_flag, bool unique_flag, bool can_be_null_flag, const char *check_s) |
|
void | FreeSQLiteColumnNode (ListItem *node_p) |
|
char * | GetSQLiteColumnAsString (const SQLiteColumn *column_p) |
|
const char * | GetSQLiteColumnDatatypeAsString (const SQLiteColumn *column_p) |
|
◆ AllocateSQLiteColumn()
SQLiteColumn* AllocateSQLiteColumn |
( |
const char * |
name_s, |
|
|
uint32 |
datatype, |
|
|
bool |
primary_key_flag, |
|
|
bool |
unique_flag, |
|
|
bool |
can_be_null_flag, |
|
|
const char * |
check_s |
|
) |
| |
◆ FreeSQLiteColumn()
◆ AllocateSQLiteColumnNode()
SQLiteColumnNode* AllocateSQLiteColumnNode |
( |
const char * |
name_s, |
|
|
uint32 |
datatype, |
|
|
bool |
primary_key_flag, |
|
|
bool |
unique_flag, |
|
|
bool |
can_be_null_flag, |
|
|
const char * |
check_s |
|
) |
| |
◆ FreeSQLiteColumnNode()
void FreeSQLiteColumnNode |
( |
ListItem * |
node_p | ) |
|
◆ GetSQLiteColumnAsString()
char* GetSQLiteColumnAsString |
( |
const SQLiteColumn * |
column_p | ) |
|
◆ GetSQLiteColumnDatatypeAsString()
const char* GetSQLiteColumnDatatypeAsString |
( |
const SQLiteColumn * |
column_p | ) |
|