Searched refs:getCursorProperties (Results 1 – 3 of 3) sorted by relevance
807 SQLUINTEGER nCurProp = getCursorProperties(SQL_CURSOR_DYNAMIC,sal_True); in setResultSetType()810 nCurProp = getCursorProperties(SQL_CURSOR_KEYSET_DRIVEN,sal_True); in setResultSetType()812 nCurProp = getCursorProperties(SQL_CURSOR_KEYSET_DRIVEN,sal_False); in setResultSetType()1130 SQLUINTEGER OStatement_Base::getCursorProperties(SQLINTEGER _nCursorType,sal_Bool bFirst) in getCursorProperties() function in OStatement_Base
125 SQLUINTEGER nValueLen = m_pStatement->getCursorProperties(nCurType,sal_False); in OResultSet()
200 SQLUINTEGER getCursorProperties(SQLINTEGER _nCursorType,sal_Bool bFirst);
Completed in 21 milliseconds