Home
last modified time | relevance | path

Searched refs:SQL_INDEX_NOT_FOUND (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/connectivity/inc/connectivity/ !
H A Dstandardsqlstate.hxx50 SQL_INDEX_NOT_FOUND, // 42S12 enumerator
/AOO41X/main/connectivity/source/commontools/ !
H A Ddbexception.cxx528 case SQL_INDEX_NOT_FOUND: pAsciiState = "42S12"; break; in getStandardSQLStateAscii()