__canTransact | SQL::Connection | protected |
__close() | OciConnection | virtual |
__commitTrans() | OciConnection | virtual |
__createQueryInstance(SQL::Query **_queryHandleOut) | OciConnection | virtual |
__env | OciConnection | protected |
__error | OciConnection | protected |
__error2 | OciConnection | protected |
__errorCode | SQL::Connection | protected |
__errorFileName | SQL::Connection | protected |
__errorLine | SQL::Connection | protected |
__execute(const char *_sql, size_t _sqllen) | OciConnection | virtual |
__getErrorMessage(char *_buf, size_t *_buflen) | OciConnection | virtual |
__getServerInfo(char *_buf, size_t *_buflen) | OciConnection | virtual |
__open(const char *_connString, size_t _connlen) | OciConnection | virtual |
__pad0__ | SQL::Connection | |
__rollbackTrans() | OciConnection | virtual |
__server | OciConnection | protected |
__serverAttached | OciConnection | protected |
__serverTitle | SQL::Connection | protected |
__session | OciConnection | protected |
__sessionStarted | OciConnection | protected |
__startTrans() | OciConnection | virtual |
__states | SQL::Connection | protected |
__svcctx | OciConnection | protected |
__trans | OciConnection | protected |
_filename | SQL::Connection | |
_line | SQL::Connection | |
addRef() | SQL::Connection | |
canTransact() const | SQL::Connection | inline |
className() const | Object | |
close() | SQL::Connection | |
closeHelper(bool bEnableDebugInfo) | OciConnection | protected |
commitTrans() | SQL::Connection | |
Connection(const wchar_t *_serverTitle) | SQL::Connection | protected |
createQueryInstance(Query **_queryHandleOut) | SQL::Connection | |
destroy() | OciConnection | virtual |
destroyQueryInstance(Query *_queryHandle) | SQL::Connection | |
envHandle() const | OciConnection | inline |
errorCode() const | SQL::Connection | inline |
errorHandle() const | OciConnection | inline |
errorHandle2() const | OciConnection | inline |
execute(const char *_sql, size_t _sqllen) | SQL::Connection | |
executeHelper(const char *pszSQL, size_t n) | OciConnection | protected |
getErrorMessage(char *_pbuf, size_t *_pn) | SQL::Connection | |
getServerInfo(char *_pbuf, size_t *_pn) | SQL::Connection | |
inState(unsigned int uState) const | SQL::Connection | inline |
isInstanceOf(const std::type_info &typeinfo) const | Object | |
Object() | Object | protected |
OciConnection(const wchar_t *_serverTitle) | OciConnection | |
OCIDescriptorAlloc(void **ppDescriptorHandle, ub4 nDescriptorType, size_t xtramem_sz=0, void **ppvUserMem=NULL) | OciConnection | inline |
OCIDescriptorFree(void *pDescriptorHandle, ub4 nDescriptorType) | OciConnection | inline |
OCIHandleAlloc(void **ppHandle, ub4 nHandleType, size_t xtramem_sz=0, void **ppvUserMem=NULL) | OciConnection | inline |
OCIHandleFree(void *pHandle, ub4 nHandleType) | OciConnection | inline |
open(const char *_connString, size_t _connlen) | SQL::Connection | |
refCount() const | SQL::Connection | inline |
release() | SQL::Connection | |
rollbackTrans() | SQL::Connection | |
serverTitle() const | SQL::Connection | inline |
sessionHandle() const | OciConnection | inline |
setErrorEx(const ByteString &_message) | OciConnection | inline |
setErrorStatus(SQL::Error _error, sword status, OCIError *pError, bool bPriorReset, const wchar_t *_filename, int _line) | OciConnection | inline |
splitConnectionString(const char *_connString, size_t _strlen, ListedByteStringToByteStringMap &_map) | SQL::Connection | static |
startTrans() | SQL::Connection | |
State enum name | SQL::Connection | |
stClosed enum value | SQL::Connection | |
stInTransaction enum value | SQL::Connection | |
stOpenned enum value | SQL::Connection | |
svcctxHandle() const | OciConnection | inline |
toString() const | Object | virtual |
typeInfo() const | Object | virtual |
~Connection() | SQL::Connection | protectedvirtual |
~Object() | Object | protectedvirtual |
~OciConnection() | OciConnection | virtual |