Class cubload::driver¶
#include <load_driver.hpp>
Public Functions¶
| Type | Name |
|---|---|
| void | clear () |
| driver () |
|
| driver (const driver & copy) = delete |
|
| class_installer & | get_class_installer () |
| error_handler & | get_error_handler () |
| object_loader & | get_object_loader () |
| scanner & | get_scanner () |
| semantic_helper & | get_semantic_helper () |
| int | get_start_line () |
| void | initialize (class_installer * cls_installer, object_loader * obj_loader, error_handler * error_handler) |
| bool | is_initialized () |
| driver & | operator= (const driver & other) = delete |
| int | parse (std::istream & iss, int line_offset=0) |
| void | update_start_line () |
| ~driver () |
Public Functions Documentation¶
function clear¶
function driver [1/2]¶
function driver [2/2]¶
function get_class_installer¶
function get_error_handler¶
function get_object_loader¶
function get_scanner¶
function get_semantic_helper¶
function get_start_line¶
function initialize¶
void cubload::driver::initialize (
class_installer * cls_installer,
object_loader * obj_loader,
error_handler * error_handler
)
function is_initialized¶
function operator=¶
function parse¶
function update_start_line¶
function ~driver¶
The documentation for this class was generated from the following file cubrid/src/loaddb/load_driver.hpp