xvr2::SQL::Connection Member List
This is the complete list of members for
xvr2::SQL::Connection, including all inherited members.
__cls_name | xvr2::Object | [protected] |
__conn | xvr2::SQL::Connection | [private] |
__connected | xvr2::SQL::Connection | [protected] |
_dbname | xvr2::SQL::Connection | [protected] |
_password | xvr2::SQL::Connection | [protected] |
_port | xvr2::SQL::Connection | [protected] |
_server | xvr2::SQL::Connection | [protected] |
_user | xvr2::SQL::Connection | [protected] |
bulk_delim | xvr2::SQL::Connection | [protected] |
bulkUploadBegin(const String &table, const String &cols, const String &_delim) | xvr2::SQL::Connection | |
bulkUploadData(const String &data) | xvr2::SQL::Connection | |
bulkUploadEnd() | xvr2::SQL::Connection | |
commit() | xvr2::SQL::Connection | |
connect(const String &server, const String &u, const String &dbname, const String &p, int port=0) | xvr2::SQL::Connection | |
connect(Driver *d, const String &server, const String &u, const String &dbname, const String &p, int port=0) | xvr2::SQL::Connection | |
connect() | xvr2::SQL::Connection | |
Connection(Driver *drv) | xvr2::SQL::Connection | |
Connection(Driver *drv, const String &server, const String &dbname, const String &u, const String &p, int port=0) | xvr2::SQL::Connection | |
Connection() | xvr2::SQL::Connection | |
debugmsg(Object *obj, const char *msg, int linenumber=__LINE__, const char *srcfile=__FILE__) | xvr2::Object | [static] |
debugmsgln(Object *obj, const char *msg, int linenumber=__LINE__, const char *srcfile=__FILE__) | xvr2::Object | [static] |
disconnect() | xvr2::SQL::Connection | |
driver | xvr2::SQL::Connection | [protected] |
errorMessage() | xvr2::SQL::Connection | |
escapeString(const String &s) | xvr2::SQL::Connection | |
execCommand(const String &cmd) | xvr2::SQL::Connection | |
execCommand(const StringBuffer &cmd) | xvr2::SQL::Connection | |
getClassName() | xvr2::Object | [virtual] |
isConnected() | xvr2::SQL::Connection | |
Object() | xvr2::Object | |
open(const String &datafile) | xvr2::SQL::Connection | |
operator<<(std::ostream &stream, const Object &s) | xvr2::Object | [friend] |
query(const String &cmd) | xvr2::SQL::Connection | |
query(const StringBuffer &cmd) | xvr2::SQL::Connection | |
toString() | xvr2::Object | [virtual] |
~Connection() | xvr2::SQL::Connection | |
~Object() | xvr2::Object | [virtual] |