Lines Matching refs:nAskFor
1605 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()
1659 SQLUSMALLINT nAskFor( SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2 ); in ownDeletesAreVisible() local
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()
1674 OTools::GetInfo(m_pConnection,m_aConnectionHandle,nAskFor,nValue,*this); in ownDeletesAreVisible()
1681 SQLUSMALLINT nAskFor( SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2 ); in ownInsertsAreVisible() local
1686 nAskFor = SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2; in ownInsertsAreVisible()
1689 nAskFor = SQL_STATIC_CURSOR_ATTRIBUTES2; in ownInsertsAreVisible()
1692 nAskFor = SQL_DYNAMIC_CURSOR_ATTRIBUTES2; in ownInsertsAreVisible()
1696 OTools::GetInfo(m_pConnection,m_aConnectionHandle,nAskFor,nValue,*this); in ownInsertsAreVisible()