Searched refs:SQL_CB_PRESERVE (Results 1 – 3 of 3) sorted by relevance
624 return nValue == SQL_CB_PRESERVE || nValue == SQL_CB_CLOSE; in supportsOpenStatementsAcrossRollback()631 return nValue == SQL_CB_PRESERVE || nValue == SQL_CB_CLOSE; in supportsOpenStatementsAcrossCommit()638 return nValue == SQL_CB_PRESERVE; in supportsOpenCursorsAcrossCommit()645 return nValue == SQL_CB_PRESERVE; in supportsOpenCursorsAcrossRollback()
2343 #define SQL_CC_PRESERVE SQL_CB_PRESERVE2344 #define SQL_CR_PRESERVE SQL_CB_PRESERVE
605 #define SQL_CB_PRESERVE 2 macro
Completed in 51 milliseconds