Public Member Functions | |
| Status (int in_exit_status, uint32_t in_query_start_line, char *in_file_name, LineBuffer *in_line_buff, bool in_batch, bool in_add_to_history) | |
| int | getExitStatus () const |
| uint32_t | getQueryStartLine () const |
| const char * | getFileName () const |
| LineBuffer * | getLineBuff () const |
| bool | getBatch () const |
| bool | getAddToHistory () const |
| void | setExitStatus (int in_exit_status) |
| void | setQueryStartLine (uint32_t in_query_start_line) |
| void | setFileName (char *in_file_name) |
| void | setLineBuff (int max_size, FILE *file=NULL) |
| void | setLineBuff (LineBuffer *in_line_buff) |
| void | setBatch (bool in_batch) |
| void | setAddToHistory (bool in_add_to_history) |
Private Attributes | |
| int | exit_status |
| uint32_t | query_start_line |
| char * | file_name |
| LineBuffer * | line_buff |
| bool | batch |
| bool | add_to_history |
Definition at line 172 of file drizzle.cc.