Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/odbc/
H A DOStatement.cxx756 SQLUINTEGER nCurProp = getCursorProperties(SQL_CURSOR_DYNAMIC,true); in setResultSetType() local
757 …if((nCurProp & SQL_CA1_BOOKMARK) != SQL_CA1_BOOKMARK) // check if bookmark for this type isn't sup… in setResultSetType()
759 nCurProp = getCursorProperties(SQL_CURSOR_KEYSET_DRIVEN,true); in setResultSetType()
760 bool bNotBookmarks = ((nCurProp & SQL_CA1_BOOKMARK) != SQL_CA1_BOOKMARK); in setResultSetType()
761 nCurProp = getCursorProperties(SQL_CURSOR_KEYSET_DRIVEN,false); in setResultSetType()
764 … ((nCurProp & SQL_CA2_SENSITIVITY_DELETIONS) != SQL_CA2_SENSITIVITY_DELETIONS) || in setResultSetType()
765 … ((nCurProp & SQL_CA2_SENSITIVITY_ADDITIONS) != SQL_CA2_SENSITIVITY_ADDITIONS)) in setResultSetType()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/odbc/
H A DOStatement.cxx760 SQLUINTEGER nCurProp = getCursorProperties(SQL_CURSOR_DYNAMIC,true); in setResultSetType() local
761 …if((nCurProp & SQL_CA1_BOOKMARK) != SQL_CA1_BOOKMARK) // check if bookmark for this type isn't sup… in setResultSetType()
763 nCurProp = getCursorProperties(SQL_CURSOR_KEYSET_DRIVEN,true); in setResultSetType()
764 bool bNotBookmarks = ((nCurProp & SQL_CA1_BOOKMARK) != SQL_CA1_BOOKMARK); in setResultSetType()
765 nCurProp = getCursorProperties(SQL_CURSOR_KEYSET_DRIVEN,false); in setResultSetType()
768 … ((nCurProp & SQL_CA2_SENSITIVITY_DELETIONS) != SQL_CA2_SENSITIVITY_DELETIONS) || in setResultSetType()
769 … ((nCurProp & SQL_CA2_SENSITIVITY_ADDITIONS) != SQL_CA2_SENSITIVITY_ADDITIONS)) in setResultSetType()