Searched refs:SQL_DYNAMIC_CURSOR_ATTRIBUTES1 (Results 1 – 4 of 4) sorted by relevance
/trunk/main/connectivity/source/drivers/odbcbase/ |
H A D | ODatabaseMetaData.cxx | 609 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_DYNAMIC_CURSOR_ATTRIBUTES1,nValue,*this); in supportsPositionedDelete() 616 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_DYNAMIC_CURSOR_ATTRIBUTES1,nValue,*this); in supportsPositionedUpdate() 814 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_DYNAMIC_CURSOR_ATTRIBUTES1,nValue,*this); in supportsSelectForUpdate()
|
H A D | OStatement.cxx | 1143 nAskFor = bFirst ? SQL_DYNAMIC_CURSOR_ATTRIBUTES1 : SQL_DYNAMIC_CURSOR_ATTRIBUTES2; in getCursorProperties()
|
H A D | OResultSet.cxx | 1343 …GetInfo(m_pStatement->getOwnConnection(),m_aConnectionHandle,SQL_DYNAMIC_CURSOR_ATTRIBUTES1,nAttr,… in isBookmarkable()
|
/trunk/main/unixODBC/inc/ |
H A D | sqlext.h | 828 #define SQL_DYNAMIC_CURSOR_ATTRIBUTES1 144 macro
|
Completed in 46 milliseconds