Home
last modified time | relevance | path

Searched refs:SQL_INVALID_CURSOR_STATE (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/connectivity/inc/connectivity/
H A Dstandardsqlstate.hxx46 SQL_INVALID_CURSOR_STATE, // 24000 enumerator
/AOO41X/main/connectivity/source/commontools/
H A Ddbexception.cxx524 case SQL_INVALID_CURSOR_STATE: pAsciiState = "24000"; break; in getStandardSQLStateAscii()
/AOO41X/main/dbaccess/source/core/api/
H A DRowSetBase.cxx1199 …throwSQLException( "The current row is deleted", SQL_INVALID_CURSOR_STATE, Reference< XRowSet >( t… in refreshRow()
H A DRowSet.cxx2765 …SQLException( DBACORE_RESSTRING( RID_STR_INVALID_CURSOR_STATE ), SQL_INVALID_CURSOR_STATE, *this ); in checkUpdateConditions()