Home
last modified time | relevance | path

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

/AOO41X/main/connectivity/inc/connectivity/
H A Dstandardsqlstate.hxx45 SQL_INVALID_DATE_TIME, // 22007 enumerator
/AOO41X/main/connectivity/source/commontools/
H A Ddbexception.cxx523 case SQL_INVALID_DATE_TIME: pAsciiState = "22007"; break; in getStandardSQLStateAscii()