Searched refs:m_pDriverHandleCopy (Results 1 – 3 of 3) sorted by relevance
72 N3SQLAllocHandle(SQL_HANDLE_DBC,m_pDriverHandleCopy,&m_aConnectionHandle); in Construct()248 return new OAdabasConnection(m_pDriverHandleCopy,m_pDriver); in cloneConnection()
77 SQLHANDLE m_pDriverHandleCopy; // performance reason member in connectivity::odbc::OConnection142 inline SQLHANDLE getDriverHandle() const { return m_pDriverHandleCopy;} in getDriverHandle()
57 ,m_pDriverHandleCopy(_pDriverHandle) in OConnection()181 N3SQLAllocHandle(SQL_HANDLE_DBC,m_pDriverHandleCopy,&m_aConnectionHandle); in Construct()611 return new OConnection(m_pDriverHandleCopy,m_pDriver); in cloneConnection()
Completed in 21 milliseconds