Public Types | |
typedef int(* | sql_printf_type )(const char *fmt,...) |
Public Member Functions | |
void | SetOutput (sql_printf_type pprintf=NULL) |
virtual SQLConxMulti * | MultiStart ()=0 |
virtual bool | MultiSend (SQLConxMulti *)=0 |
virtual bool | MultiEnd (SQLConxMulti *)=0 |
virtual void | SCM_Query (std::string query)=0 |
Protected Attributes | |
sql_printf_type | sql_printf = NULL |