Home
last modified time | relevance | path

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

/AOO41X/main/connectivity/inc/connectivity/
H A Dstandardsqlstate.hxx52 SQL_COLUMN_NOT_FOUND, // 42S22 enumerator
/AOO41X/main/connectivity/source/commontools/
H A Ddbexception.cxx530 case SQL_COLUMN_NOT_FOUND: pAsciiState = "42S22"; break; in getStandardSQLStateAscii()