#include <db_command_provider.h>
Public Member Functions | |
Construction | |
| virtual | ~CL_DBCommandProvider () |
Attributes | |
| virtual int | get_input_parameter_column (const CL_StringRef &name) const =0 |
| Returns the index for a given input parameter name. | |
| virtual int | get_output_last_insert_rowid () const =0 |
| Returns the output parameter containing the row id of the last inserted row. | |
Operations | |
| virtual void | set_input_parameter_string (int index, const CL_StringRef &value)=0 |
| Sets the specified input parameter index from a string value. | |
| virtual void | set_input_parameter_bool (int index, bool value)=0 |
| Sets the specified input parameter index from a boolean value. | |
| virtual void | set_input_parameter_int (int index, int value)=0 |
| Sets the specified input parameter index from an integer value. | |
| virtual void | set_input_parameter_double (int index, double value)=0 |
| Sets the specified input parameter index from a double value. | |
| virtual void | set_input_parameter_datetime (int index, const CL_DateTime &value)=0 |
| Sets the specified input parameter index from a CL_DateTime value. | |
| virtual void | set_input_parameter_binary (int index, const CL_DataBuffer &value)=0 |
| Sets the specified input parameter index from a CL_DataBuffer value. | |
|
|
|
|
|
Returns the index for a given input parameter name.
|
|
|
Returns the output parameter containing the row id of the last inserted row.
|
|
||||||||||||
|
Sets the specified input parameter index from a CL_DataBuffer value.
|
|
||||||||||||
|
Sets the specified input parameter index from a boolean value.
|
|
||||||||||||
|
Sets the specified input parameter index from a CL_DateTime value.
|
|
||||||||||||
|
Sets the specified input parameter index from a double value.
|
|
||||||||||||
|
Sets the specified input parameter index from an integer value.
|
|
||||||||||||
|
Sets the specified input parameter index from a string value.
|
1.4.6