Lines Matching refs:OTable

49 ::rtl::OUString SAL_CALL OTable::getImplementationName(  ) throw (::com::sun::star::uno::RuntimeExc…  in getImplementationName()
57 ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL OTable::getSupportedServiceNames( ) th… in getSupportedServiceNames()
68 sal_Bool SAL_CALL OTable::supportsService( const ::rtl::OUString& _rServiceName ) throw(::com::sun:… in supportsService()
79 OTable::OTable(OCollection* _pTables, in OTable() function in OTable
90 OTable::OTable( OCollection* _pTables, in OTable() function in OTable
108 OTable::~OTable() in ~OTable()
115 void OTable::construct() in construct()
127 void SAL_CALL OTable::acquire() throw() in acquire()
132 void SAL_CALL OTable::release() throw() in release()
138 Any SAL_CALL OTable::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
153 Sequence< Type > SAL_CALL OTable::getTypes( ) throw(RuntimeException) in getTypes()
160 void SAL_CALL OTable::disposing(void) in disposing()
177 Reference< XNameAccess > SAL_CALL OTable::getColumns( ) throw(RuntimeException) in getColumns()
202 Reference< XIndexAccess > SAL_CALL OTable::getKeys( ) throw(RuntimeException) in getKeys()
228 cppu::IPropertyArrayHelper* OTable::createArrayHelper( sal_Int32 /*_nId*/ ) const in createArrayHelper()
233 cppu::IPropertyArrayHelper & OTable::getInfoHelper() in getInfoHelper()
235 return *const_cast<OTable*>(this)->getArrayHelper(isNew() ? 1 : 0); in getInfoHelper()
238 Reference< XPropertySet > SAL_CALL OTable::createDataDescriptor( ) throw(RuntimeException) in createDataDescriptor()
243OTable* pTable = new OTable(m_pTables,isCaseSensitive(),m_Name,m_Type,m_Description,m_SchemaName,m… in createDataDescriptor()
249 Reference< XNameAccess > SAL_CALL OTable::getIndexes( ) throw(RuntimeException) in getIndexes()
273 void SAL_CALL OTable::rename( const ::rtl::OUString& newName ) throw(SQLException, ElementExistExce… in rename()
288 Reference< XDatabaseMetaData> OTable::getMetaData() const in getMetaData()
294 void SAL_CALL OTable::alterColumnByName( const ::rtl::OUString& /*colName*/, const Reference< XProp… in alterColumnByName()
299 void SAL_CALL OTable::alterColumnByIndex( sal_Int32 /*index*/, const Reference< XPropertySet >& /*d… in alterColumnByIndex()
304 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL OTable::getP… in getPropertySetInfo()
309 ::rtl::OUString SAL_CALL OTable::getName() throw(::com::sun::star::uno::RuntimeException) in getName()
317 void SAL_CALL OTable::setName( const ::rtl::OUString& /*aName*/ ) throw(::com::sun::star::uno::Runt… in setName()
321 void OTable::refreshColumns() in refreshColumns()
325 void OTable::refreshKeys() in refreshKeys()
329 void OTable::refreshIndexes() in refreshIndexes()