Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaData.cxx1610 nAskFor = SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2; in supportsResultSetConcurrency()
1613 nAskFor = SQL_STATIC_CURSOR_ATTRIBUTES2; in supportsResultSetConcurrency()
1616 nAskFor = SQL_DYNAMIC_CURSOR_ATTRIBUTES2; in supportsResultSetConcurrency()
1642 nAskFor = SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2; in ownUpdatesAreVisible()
1645 nAskFor = SQL_STATIC_CURSOR_ATTRIBUTES2; in ownUpdatesAreVisible()
1648 nAskFor = SQL_DYNAMIC_CURSOR_ATTRIBUTES2; in ownUpdatesAreVisible()
1664 nAskFor = SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2; in ownDeletesAreVisible()
1667 nAskFor = SQL_STATIC_CURSOR_ATTRIBUTES2; in ownDeletesAreVisible()
1670 nAskFor = SQL_DYNAMIC_CURSOR_ATTRIBUTES2; in ownDeletesAreVisible()
1689 nAskFor = SQL_STATIC_CURSOR_ATTRIBUTES2; in ownInsertsAreVisible()
[all …]
H A DOStatement.cxx1135 SQLUSMALLINT nAskFor = SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2; in getCursorProperties() local
1137 nAskFor = bFirst ? SQL_KEYSET_CURSOR_ATTRIBUTES1 : SQL_KEYSET_CURSOR_ATTRIBUTES2; in getCursorProperties()
1139 nAskFor = bFirst ? SQL_STATIC_CURSOR_ATTRIBUTES1 : SQL_STATIC_CURSOR_ATTRIBUTES2; in getCursorProperties()
1141 nAskFor = bFirst ? SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1 : SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2; in getCursorProperties()
1143 nAskFor = bFirst ? SQL_DYNAMIC_CURSOR_ATTRIBUTES1 : SQL_DYNAMIC_CURSOR_ATTRIBUTES2; in getCursorProperties()
1146 OTools::GetInfo(getOwnConnection(),getConnectionHandle(),nAskFor,nValueLen,NULL); in getCursorProperties()

Completed in 35 milliseconds