Home
last modified time | relevance | path

Searched refs:SQL_CONNECTION_DOES_NOT_EXIST (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/connectivity/inc/connectivity/
H A Dstandardsqlstate.hxx61 SQL_CONNECTION_DOES_NOT_EXIST, // 08003 enumerator
/AOO41X/main/connectivity/source/commontools/
H A Ddbmetadata.cxx125 throwSQLException( sError, SQL_CONNECTION_DOES_NOT_EXIST, NULL ); in lcl_checkConnected()
H A Ddbexception.cxx539 case SQL_CONNECTION_DOES_NOT_EXIST: pAsciiState = "08003"; break; in getStandardSQLStateAscii()