Home
last modified time | relevance | path

Searched refs:N3SQLAllocHandle (Results 1 – 6 of 6) sorted by relevance

/aoo42x/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx181 N3SQLAllocHandle(SQL_HANDLE_DBC,m_pDriverHandleCopy,&m_aConnectionHandle); in Construct()
635 …SQLRETURN nRetcode = N3SQLAllocHandle(SQL_HANDLE_STMT,pConnectionTemp->getConnection(),&aStatement… in createStatementHandle()
/aoo42x/main/connectivity/source/inc/odbc/
H A DODefs3.hxx26 #define N3SQLAllocHandle SQLAllocHandle macro
H A DOFunctions.hxx41 #define N3SQLAllocHandle(a,b,c) (*(T3SQLAllocHandle)getOdbcFunction(ODBC3SQLAllocHandle))(a,b,c) macro
/aoo42x/main/connectivity/source/drivers/odbc/
H A DORealDriver.cxx349 …if (!LoadLibrary_ODBC3(_rPath) || N3SQLAllocHandle(SQL_HANDLE_ENV,SQL_NULL_HANDLE,&h) != SQL_SUCCE… in EnvironmentHandle()
/aoo42x/main/connectivity/source/drivers/adabas/
H A DBConnection.cxx72 N3SQLAllocHandle(SQL_HANDLE_DBC,m_pDriverHandleCopy,&m_aConnectionHandle); in Construct()
H A DBDriver.cxx521 if (N3SQLAllocHandle(SQL_HANDLE_ENV,SQL_NULL_HANDLE,&h) != SQL_SUCCESS) in EnvironmentHandle()

Completed in 39 milliseconds