Searched refs:SQL_CA1_BOOKMARK (Results 1 – 3 of 3) sorted by relevance
808 …if((nCurProp & SQL_CA1_BOOKMARK) != SQL_CA1_BOOKMARK) // check if bookmark for this type isn't sup… in setResultSetType()811 sal_Bool bNotBookmarks = ((nCurProp & SQL_CA1_BOOKMARK) != SQL_CA1_BOOKMARK); in setResultSetType()
1359 return (m_nUseBookmarks != SQL_UB_OFF) && (nAttr & SQL_CA1_BOOKMARK) == SQL_CA1_BOOKMARK; in isBookmarkable()
1263 #define SQL_CA1_BOOKMARK 0x00000008L macro
Completed in 39 milliseconds