Home
last modified time | relevance | path

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

/aoo41x/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx1130 SQLUINTEGER OStatement_Base::getCursorProperties(SQLINTEGER _nCursorType,sal_Bool bFirst) in getCursorProperties() argument
1136 if(SQL_CURSOR_KEYSET_DRIVEN == _nCursorType) in getCursorProperties()
1138 else if(SQL_CURSOR_STATIC == _nCursorType) in getCursorProperties()
1140 else if(SQL_CURSOR_FORWARD_ONLY == _nCursorType) in getCursorProperties()
1142 else if(SQL_CURSOR_DYNAMIC == _nCursorType) in getCursorProperties()
/aoo41x/main/connectivity/source/inc/odbc/
H A DOStatement.hxx200 SQLUINTEGER getCursorProperties(SQLINTEGER _nCursorType,sal_Bool bFirst);

Completed in 36 milliseconds