Lines Matching refs:ODBTable

74 DBG_NAME(ODBTable)  in DBG_NAME()  argument
76 ODBTable::ODBTable(connectivity::sdbcx::OCollection* _pTables in DBG_NAME()
89 DBG_CTOR(ODBTable, NULL); in DBG_NAME()
98 ODBTable::ODBTable(connectivity::sdbcx::OCollection* _pTables in ODBTable() function in ODBTable
104 DBG_CTOR(ODBTable, NULL); in ODBTable()
108 ODBTable::~ODBTable() in ~ODBTable()
110 DBG_DTOR(ODBTable, NULL); in ~ODBTable()
113 IMPLEMENT_FORWARD_REFCOUNT(ODBTable,OTable_Base) in IMPLEMENT_FORWARD_REFCOUNT() argument
116 OColumn* ODBTable::createColumn(const ::rtl::OUString& _rName) const in IMPLEMENT_FORWARD_REFCOUNT()
140 void ODBTable::columnAppended( const Reference< XPropertySet >& /*_rxSourceDescriptor*/ ) in columnAppended()
146 void ODBTable::columnDropped(const ::rtl::OUString& _sName) in columnDropped()
156 Sequence< sal_Int8 > ODBTable::getImplementationId() throw (RuntimeException) in getImplementationId()
174 void SAL_CALL ODBTable::disposing() in disposing()
185 void ODBTable::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle) const in getFastPropertyValue()
190 …const_cast<ODBTable*>(this)->m_nPrivileges = ::dbtools::getTablePrivileges(getMetaData(),m_Catalog… in getFastPropertyValue()
196 void ODBTable::construct() in construct()
257 ::cppu::IPropertyArrayHelper* ODBTable::createArrayHelper( sal_Int32 _nId) const in createArrayHelper()
282 ::cppu::IPropertyArrayHelper & SAL_CALL ODBTable::getInfoHelper() in getInfoHelper()
288 IMPLEMENT_SERVICE_INFO1(ODBTable, "com.sun.star.sdb.dbaccess.ODBTable", SERVICE_SDBCX_TABLE)
290 Any SAL_CALL ODBTable::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
300 Sequence< Type > SAL_CALL ODBTable::getTypes( ) throw(RuntimeException) in getTypes()
323 void SAL_CALL ODBTable::rename( const ::rtl::OUString& _rNewName ) throw(SQLException, ElementExist… in rename()
338 void SAL_CALL ODBTable::alterColumnByName( const ::rtl::OUString& _rName, const Reference< XPropert… in alterColumnByName()
354 sal_Int64 SAL_CALL ODBTable::getSomething( const Sequence< sal_Int8 >& rId ) throw(RuntimeException) in getSomething()
366 Sequence< sal_Int8 > ODBTable::getUnoTunnelImplementationId() in getUnoTunnelImplementationId()
382 Reference< XPropertySet > ODBTable::createColumnDescriptor() in createColumnDescriptor()
388 sdbcx::OCollection* ODBTable::createColumns(const TStringVector& _rNames) in createColumns()
402 sdbcx::OCollection* ODBTable::createKeys(const TStringVector& _rNames) in createKeys()
408 sdbcx::OCollection* ODBTable::createIndexes(const TStringVector& _rNames) in createIndexes()