Home
last modified time | relevance | path

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

/AOO41X/main/connectivity/inc/connectivity/
H A Dstandardsqlstate.hxx41 SQL_WRONG_PARAMETER_NUMBER, // 07001 enumerator
/AOO41X/main/connectivity/source/commontools/
H A Ddbexception.cxx519 case SQL_WRONG_PARAMETER_NUMBER: pAsciiState = "07001"; break; in getStandardSQLStateAscii()