Home
last modified time | relevance | path

Searched refs:SQL_CURSOR_KEYSET_DRIVEN (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx703 case SQL_CURSOR_KEYSET_DRIVEN: in getResultSetType()
802 …N3SQLSetStmtAttr(m_aStatementHandle, SQL_ATTR_CURSOR_TYPE,(SQLPOINTER)SQL_CURSOR_KEYSET_DRIVEN,SQL… in setResultSetType()
810 nCurProp = getCursorProperties(SQL_CURSOR_KEYSET_DRIVEN,sal_True); in setResultSetType()
812 nCurProp = getCursorProperties(SQL_CURSOR_KEYSET_DRIVEN,sal_False); in setResultSetType()
813 nSet = SQL_CURSOR_KEYSET_DRIVEN; in setResultSetType()
830 nSet = SQL_CURSOR_KEYSET_DRIVEN; in setResultSetType()
1136 if(SQL_CURSOR_KEYSET_DRIVEN == _nCursorType) in getCursorProperties()
H A DOResultSet.cxx1289 if(SQL_CURSOR_KEYSET_DRIVEN == nCurType) in getResultSetType()
1339 case SQL_CURSOR_KEYSET_DRIVEN: in isBookmarkable()
/aoo4110/main/unixODBC/inc/
H A Dsqlext.h2032 #define SQL_CURSOR_KEYSET_DRIVEN 1UL macro

Completed in 46 milliseconds