Home
last modified time | relevance | path

Searched refs:N3SQLSetConnectAttr (Results 1 – 4 of 4) sorted by relevance

/trunk/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx111N3SQLSetConnectAttr(m_aConnectionHandle,SQL_ATTR_LOGIN_TIMEOUT,(SQLPOINTER)nTimeOut,SQL_IS_UINTEGE… in OpenConnection()
169N3SQLSetConnectAttr(m_aConnectionHandle,SQL_ATTR_AUTOCOMMIT,(SQLPOINTER)SQL_AUTOCOMMIT_ON,SQL_IS_I… in OpenConnection()
323 OTools::ThrowException(this,N3SQLSetConnectAttr(m_aConnectionHandle, in setAutoCommit()
388N3SQLSetConnectAttr(m_aConnectionHandle,SQL_ATTR_ACCESS_MODE,reinterpret_cast< SQLPOINTER >( readO… in setReadOnly()
406N3SQLSetConnectAttr(m_aConnectionHandle,SQL_ATTR_CURRENT_CATALOG,(SDB_ODBC_CHAR*)aCat.getStr(),SQL… in setCatalog()
431 OTools::ThrowException(this,N3SQLSetConnectAttr(m_aConnectionHandle, in setTransactionIsolation()
/trunk/main/connectivity/source/drivers/adabas/
H A DBConnection.cxx141N3SQLSetConnectAttr(m_aConnectionHandle,SQL_ATTR_LOGIN_TIMEOUT,(SQLPOINTER)nTimeOut,SQL_IS_INTEGER… in openConnectionWithAuth()
158N3SQLSetConnectAttr(m_aConnectionHandle,SQL_ATTR_AUTOCOMMIT,(SQLPOINTER)SQL_AUTOCOMMIT_ON,SQL_IS_I… in openConnectionWithAuth()
/trunk/main/connectivity/source/inc/odbc/
H A DODefs3.hxx35 #define N3SQLSetConnectAttr SQLSetConnectAttr macro
H A DOFunctions.hxx115 …#define N3SQLSetConnectAttr(a,b,c,d) (*(T3SQLSetConnectAttr)getOdbcFunction(ODBC3SQLSetConnectAttr… macro

Completed in 43 milliseconds