Home
last modified time | relevance | path

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

/AOO41X/main/connectivity/inc/connectivity/
H A Dstandardsqlstate.hxx51 SQL_COLUMN_EXISTS, // 42S21 enumerator
/AOO41X/main/connectivity/source/commontools/
H A Ddbexception.cxx529 case SQL_COLUMN_EXISTS: pAsciiState = "42S21"; break; in getStandardSQLStateAscii()