Lines Matching refs:ConnectionTools

55 	::sdbtools::OAutoRegistration< ::sdbtools::ConnectionTools > aRegistration;  in createRegistryInfo_ConnectionTools()
84 ConnectionTools::ConnectionTools( const ::comphelper::ComponentContext& _rContext ) in ConnectionTools() function in sdbtools::ConnectionTools
90 ConnectionTools::~ConnectionTools() in ~ConnectionTools()
95 Reference< XTableName > SAL_CALL ConnectionTools::createTableName() throw (RuntimeException) in createTableName()
102 Reference< XObjectNames > SAL_CALL ConnectionTools::getObjectNames() throw (RuntimeException) in getObjectNames()
109 …Reference< XDataSourceMetaData > SAL_CALL ConnectionTools::getDataSourceMetaData() throw (RuntimeE… in getDataSourceMetaData()
115 …Reference< container::XNameAccess > SAL_CALL ConnectionTools::getFieldsByCommandDescriptor( ::sal_… in getFieldsByCommandDescriptor()
125 …Reference< sdb::XSingleSelectQueryComposer > SAL_CALL ConnectionTools::getComposer( ::sal_Int32 co… in getComposer()
134 ::rtl::OUString SAL_CALL ConnectionTools::getImplementationName() throw (RuntimeException) in getImplementationName()
140 …::sal_Bool SAL_CALL ConnectionTools::supportsService(const ::rtl::OUString & _ServiceName) throw (… in supportsService()
149 …Sequence< ::rtl::OUString > SAL_CALL ConnectionTools::getSupportedServiceNames() throw (RuntimeExc… in getSupportedServiceNames()
155 ::rtl::OUString SAL_CALL ConnectionTools::getImplementationName_static() in getImplementationName_static()
161 Sequence< ::rtl::OUString > SAL_CALL ConnectionTools::getSupportedServiceNames_static() in getSupportedServiceNames_static()
169 …Reference< XInterface > SAL_CALL ConnectionTools::Create(const Reference< XComponentContext >& _rx… in Create()
171 return *( new ConnectionTools( ::comphelper::ComponentContext( _rxContext ) ) ); in Create()
175 …void SAL_CALL ConnectionTools::initialize(const Sequence< Any > & _rArguments) throw (RuntimeExcep… in initialize()