Home
last modified time | relevance | path

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

/aoo4110/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaData.cxx1605 SQLUSMALLINT nAskFor( SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2 ); in supportsResultSetConcurrency()
1610 nAskFor = SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2; in supportsResultSetConcurrency()
1637 SQLUSMALLINT nAskFor( SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2 ); in ownUpdatesAreVisible()
1642 nAskFor = SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2; in ownUpdatesAreVisible()
1659 SQLUSMALLINT nAskFor( SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2 ); in ownDeletesAreVisible()
1664 nAskFor = SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2; in ownDeletesAreVisible()
1681 SQLUSMALLINT nAskFor( SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2 ); in ownInsertsAreVisible()
1686 nAskFor = SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2; in ownInsertsAreVisible()
H A DOStatement.cxx1135 SQLUSMALLINT nAskFor = SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2; in getCursorProperties()
1141 nAskFor = bFirst ? SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1 : SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2; in getCursorProperties()
/aoo4110/main/unixODBC/inc/
H A Dsqlext.h831 #define SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2 147 macro

Completed in 37 milliseconds