Home
last modified time | relevance | path

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

/AOO42X/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaData.cxx1605 SQLUSMALLINT nAskFor( SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2 ); in supportsResultSetConcurrency() local
1610 nAskFor = SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2; in supportsResultSetConcurrency()
1613 nAskFor = SQL_STATIC_CURSOR_ATTRIBUTES2; in supportsResultSetConcurrency()
1616 nAskFor = SQL_DYNAMIC_CURSOR_ATTRIBUTES2; in supportsResultSetConcurrency()
1620 OTools::GetInfo(m_pConnection,m_aConnectionHandle,nAskFor,nValue,*this); in supportsResultSetConcurrency()
1637 SQLUSMALLINT nAskFor( SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2 ); in ownUpdatesAreVisible() local
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()
1652 OTools::GetInfo(m_pConnection,m_aConnectionHandle,nAskFor,nValue,*this); in ownUpdatesAreVisible()
[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()
1141nAskFor = 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()