Home
last modified time | relevance | path

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

/aoo41x/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx807 SQLUINTEGER nCurProp = getCursorProperties(SQL_CURSOR_DYNAMIC,sal_True); in setResultSetType() local
808 …if((nCurProp & SQL_CA1_BOOKMARK) != SQL_CA1_BOOKMARK) // check if bookmark for this type isn't sup… in setResultSetType()
810 nCurProp = getCursorProperties(SQL_CURSOR_KEYSET_DRIVEN,sal_True); in setResultSetType()
811 sal_Bool bNotBookmarks = ((nCurProp & SQL_CA1_BOOKMARK) != SQL_CA1_BOOKMARK); in setResultSetType()
812 nCurProp = getCursorProperties(SQL_CURSOR_KEYSET_DRIVEN,sal_False); in setResultSetType()
815 ((nCurProp & SQL_CA2_SENSITIVITY_DELETIONS) != SQL_CA2_SENSITIVITY_DELETIONS) || in setResultSetType()
816 ((nCurProp & SQL_CA2_SENSITIVITY_ADDITIONS) != SQL_CA2_SENSITIVITY_ADDITIONS)) in setResultSetType()

Completed in 15 milliseconds