|
CUBRID Engine
latest
|
#include <csql.h>

Public Attributes | |
| const char * | db_name |
| const char * | user_name |
| const char * | passwd |
| const char * | in_file_name |
| const char * | out_file_name |
| const char * | command |
| bool | sa_mode |
| bool | cs_mode |
| bool | single_line_execution |
| bool | column_output |
| bool | line_output |
| bool | read_only |
| bool | auto_commit |
| bool | nopager |
| bool | continue_on_error |
| bool | sysadm |
| bool | write_on_standby |
| bool | trigger_action_flag |
| bool | plain_output |
| bool | skip_column_names |
| bool | skip_vacuum |
| int | string_width |
| bool | query_output |
| char | column_delimiter |
| char | column_enclosure |
| bool | loaddb_output |
| bool CSQL_ARGUMENT::auto_commit |
Definition at line 268 of file csql.h.
Referenced by createdb(), csql_do_session_cmd(), csql_is_auto_commit_requested(), and main().
| char CSQL_ARGUMENT::column_delimiter |
Definition at line 279 of file csql.h.
Referenced by main(), and write_results_to_stream().
| char CSQL_ARGUMENT::column_enclosure |
Definition at line 280 of file csql.h.
Referenced by main(), and write_results_to_stream().
| bool CSQL_ARGUMENT::column_output |
Definition at line 265 of file csql.h.
Referenced by csql_do_session_cmd(), and start_csql().
| const char* CSQL_ARGUMENT::command |
Definition at line 261 of file csql.h.
Referenced by main(), and start_csql().
| bool CSQL_ARGUMENT::continue_on_error |
Definition at line 270 of file csql.h.
Referenced by csql_execute_statements(), and main().
| const char* CSQL_ARGUMENT::db_name |
Definition at line 256 of file csql.h.
Referenced by createdb(), csql(), csql_do_session_cmd(), and main().
| const char* CSQL_ARGUMENT::in_file_name |
Definition at line 259 of file csql.h.
Referenced by createdb(), csql(), csql_execute_statements(), and main().
| bool CSQL_ARGUMENT::line_output |
Definition at line 266 of file csql.h.
Referenced by csql_do_session_cmd(), main(), start_csql(), and write_results_to_stream().
| bool CSQL_ARGUMENT::loaddb_output |
Definition at line 281 of file csql.h.
Referenced by csql_execute_statements(), csql_results(), main(), and write_results_to_stream().
| bool CSQL_ARGUMENT::nopager |
| const char* CSQL_ARGUMENT::out_file_name |
Definition at line 260 of file csql.h.
Referenced by main(), and start_csql().
| const char* CSQL_ARGUMENT::passwd |
Definition at line 258 of file csql.h.
Referenced by csql(), csql_do_session_cmd(), and main().
| bool CSQL_ARGUMENT::plain_output |
Definition at line 274 of file csql.h.
Referenced by csql_execute_statements(), csql_results(), main(), and write_results_to_stream().
| bool CSQL_ARGUMENT::query_output |
Definition at line 278 of file csql.h.
Referenced by csql_execute_statements(), csql_results(), main(), and write_results_to_stream().
| bool CSQL_ARGUMENT::read_only |
| bool CSQL_ARGUMENT::sa_mode |
Definition at line 262 of file csql.h.
Referenced by csql_do_session_cmd(), and main().
| bool CSQL_ARGUMENT::single_line_execution |
Definition at line 264 of file csql.h.
Referenced by csql(), csql_do_session_cmd(), main(), and start_csql().
| bool CSQL_ARGUMENT::skip_column_names |
Definition at line 275 of file csql.h.
Referenced by main(), and write_results_to_stream().
| bool CSQL_ARGUMENT::skip_vacuum |
| int CSQL_ARGUMENT::string_width |
Definition at line 277 of file csql.h.
Referenced by csql_do_session_cmd(), main(), and write_results_to_stream().
| bool CSQL_ARGUMENT::sysadm |
Definition at line 271 of file csql.h.
Referenced by csql(), csql_do_session_cmd(), and main().
| bool CSQL_ARGUMENT::trigger_action_flag |
Definition at line 273 of file csql.h.
Referenced by csql(), csql_do_session_cmd(), and main().
| const char* CSQL_ARGUMENT::user_name |
Definition at line 257 of file csql.h.
Referenced by csql(), csql_do_session_cmd(), and main().
| bool CSQL_ARGUMENT::write_on_standby |