Searched refs:N3SQLAllocHandle (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/connectivity/source/inc/odbc/ |
H A D | ODefs3.hxx | 26 #define N3SQLAllocHandle SQLAllocHandle macro
|
H A D | OFunctions.hxx | 41 #define N3SQLAllocHandle(a,b,c) (*(T3SQLAllocHandle)getOdbcFunction(ODBC3SQLAllocHandle))(a,b,c) macro
|
/aoo4110/main/connectivity/source/drivers/odbcbase/ |
H A D | OConnection.cxx | 181 N3SQLAllocHandle(SQL_HANDLE_DBC,m_pDriverHandleCopy,&m_aConnectionHandle); in Construct() 635 …SQLRETURN nRetcode = N3SQLAllocHandle(SQL_HANDLE_STMT,pConnectionTemp->getConnection(),&aStatement… in createStatementHandle()
|
/aoo4110/main/connectivity/source/drivers/odbc/ |
H A D | ORealDriver.cxx | 349 …if (!LoadLibrary_ODBC3(_rPath) || N3SQLAllocHandle(SQL_HANDLE_ENV,SQL_NULL_HANDLE,&h) != SQL_SUCCE… in EnvironmentHandle()
|
/aoo4110/main/connectivity/source/drivers/adabas/ |
H A D | BConnection.cxx | 72 N3SQLAllocHandle(SQL_HANDLE_DBC,m_pDriverHandleCopy,&m_aConnectionHandle); in Construct()
|
H A D | BDriver.cxx | 521 if (N3SQLAllocHandle(SQL_HANDLE_ENV,SQL_NULL_HANDLE,&h) != SQL_SUCCESS) in EnvironmentHandle()
|
Completed in 117 milliseconds