Searched refs:SQL_CURSOR_FORWARD_ONLY (Results 1 – 3 of 3) sorted by relevance
695 sal_uInt32 nValue = SQL_CURSOR_FORWARD_ONLY; in getResultSetType()700 case SQL_CURSOR_FORWARD_ONLY: in getResultSetType()1140 else if(SQL_CURSOR_FORWARD_ONLY == _nCursorType) in getCursorProperties()
137 …ata = !((SQL_GD_ANY_ORDER & nValueLen) == SQL_GD_ANY_ORDER && nCurType != SQL_CURSOR_FORWARD_ONLY); in OResultSet()1293 else if(SQL_CURSOR_FORWARD_ONLY == nCurType) in getResultSetType()1334 case SQL_CURSOR_FORWARD_ONLY: in isBookmarkable()
2031 #define SQL_CURSOR_FORWARD_ONLY 0UL macro2035 #define SQL_CURSOR_TYPE_DEFAULT SQL_CURSOR_FORWARD_ONLY
Completed in 65 milliseconds