CUBRID Engine
latest
|
Public Attributes | |
char * | contents |
int | data_size |
int | alloc_size |
CSQL_STATEMENT_STATE | state |
Definition at line 77 of file csql_support.c.
int CSQL_EDIT_CONTENTS::alloc_size |
Definition at line 81 of file csql_support.c.
Referenced by csql_edit_contents_expand(), and csql_edit_contents_finalize().
char* CSQL_EDIT_CONTENTS::contents |
Definition at line 79 of file csql_support.c.
Referenced by csql_edit_contents_append(), csql_edit_contents_expand(), csql_edit_contents_finalize(), csql_edit_contents_get(), and csql_edit_write_file().
int CSQL_EDIT_CONTENTS::data_size |
Definition at line 80 of file csql_support.c.
Referenced by csql_edit_contents_append(), csql_edit_contents_clear(), csql_edit_contents_get(), and csql_edit_write_file().
CSQL_STATEMENT_STATE CSQL_EDIT_CONTENTS::state |
Definition at line 82 of file csql_support.c.
Referenced by csql_edit_contents_clear(), csql_is_statement_complete(), csql_is_statement_in_block(), and csql_walk_statement().