Searched refs:getEngineType (Results 1 – 4 of 4) sorted by relevance
161 pParam->put_Type(ADOS::MapJdbc2ADOType(sqlType,m_pConnection->getEngineType())); in registerOutParameter()172 pParam->put_Type(ADOS::MapJdbc2ADOType(sqlType,m_pConnection->getEngineType())); in registerNumericOutParameter()
147 m_aColumn.put_Type(ADOS::MapJdbc2ADOType(nVal,m_pConnection->getEngineType())); in setFastPropertyValue_NoBroadcast()221 else if ( eType == adVarBinary && ADOS::isJetEngine(m_pConnection->getEngineType()) ) in fillPropertyValues()
99 pResult->setTypeInfoMap(ADOS::isJetEngine(m_pConnection->getEngineType())); in impl_getTypeInfo_throw()349 if(!ADOS::isJetEngine(m_pConnection->getEngineType())) in getTablePrivileges()619 if ( ADOS::isJetEngine(m_pConnection->getEngineType()) ) in supportsOuterJoins()993 if ( ADOS::isJetEngine(m_pConnection->getEngineType()) ) in supportsFullOuterJoins()
134 sal_Int32 getEngineType() const { return m_nEngineType; } in getEngineType() function in connectivity::ado::OConnection
Completed in 38 milliseconds