Lines Matching refs:dbaccess

312 …::rtl::Reference< dbaccess::OAuthenticationContinuation > pAuthenticate = new dbaccess::OAuthentic…  in getCurrentSettings()
487 ::dbaccess::ODsnTypeCollection* pCollection = pTypeCollection->getCollection(); in getDatasourceType()
508 ::dbaccess::ODsnTypeCollection* pCollection = pTypeCollection->getCollection(); in getConnectionURL()
513 case ::dbaccess::DST_DBASE: in getConnectionURL()
514 case ::dbaccess::DST_FLAT: in getConnectionURL()
515 case ::dbaccess::DST_CALC: in getConnectionURL()
517 case ::dbaccess::DST_ADABAS: in getConnectionURL()
528 case ::dbaccess::DST_MSACCESS: in getConnectionURL()
529 case ::dbaccess::DST_MSACCESS_2007: in getConnectionURL()
539 case ::dbaccess::DST_MYSQL_NATIVE: in getConnectionURL()
540 case ::dbaccess::DST_MYSQL_JDBC: in getConnectionURL()
560 case ::dbaccess::DST_ORACLE_JDBC: in getConnectionURL()
584 case ::dbaccess::DST_LDAP: in getConnectionURL()
592 case ::dbaccess::DST_JDBC: in getConnectionURL()
1113 ::dbaccess::ODsnTypeCollection* pCollection = pTypeCollection->getCollection(); in convertUrl()
1123 const ::dbaccess::DATASOURCE_TYPE eTy = pCollection->determineType(eType); in convertUrl()
1127 case ::dbaccess::DST_MYSQL_NATIVE: in convertUrl()
1128 case ::dbaccess::DST_MYSQL_JDBC: in convertUrl()
1131 case ::dbaccess::DST_ORACLE_JDBC: in convertUrl()
1134 case ::dbaccess::DST_LDAP: in convertUrl()
1143 if ( eTy == ::dbaccess::DST_MYSQL_NATIVE ) in convertUrl()
1186 DbuTypeCollectionItem::DbuTypeCollectionItem(sal_Int16 _nWhich, ::dbaccess::ODsnTypeCollection* _pC… in DbuTypeCollectionItem()