Public Member Functions | |
Context (const char *option_string, size_t option_string_length, drizzled::error_t &rc_arg) | |
bool | end () const |
std::vector< std::string > | start () |
void | set_end () |
Public Attributes | |
void * | scanner |
const char * | buf |
const char * | begin |
size_t | pos |
size_t | length |
drizzled::error_t & | rc |
bool | _is_server |
Protected Member Functions | |
void | init_scanner () |
void | destroy_scanner () |
Private Attributes | |
bool | _end |