Searched refs:SdbcDriver (Results 1 – 2 of 2) sorted by relevance
71 DECLARE_STL_VECTOR( SdbcDriver, DriverArray );144 struct ExtractDriverFromAccess : public ::std::unary_function< DriverAccess, SdbcDriver >146 SdbcDriver operator()( const DriverAccess& _rAccess ) const in operator ()()166 …verFromCollectionElement : public ::std::unary_function< DriverCollection::value_type, SdbcDriver >168 SdbcDriver operator()( const DriverCollection::value_type& _rElement ) const in operator ()()178 class AcceptsURL : public ::std::unary_function< SdbcDriver, bool >188 bool operator()( const SdbcDriver& _rDriver ) const in operator ()()
49 typedef ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDriver > SdbcDriver; typedef50 DECLARE_STL_USTRINGACCESS_MAP( SdbcDriver, DriverCollection );57 SdbcDriver xDriver; /// the driver itself83 DECLARE_STL_USTRINGACCESS_MAP(SdbcDriver, DriverCollection);
Completed in 25 milliseconds