Lines Matching refs:ODbaseTable
219 void ODbaseTable::readHeader() in readHeader()
311 void ODbaseTable::fillColumns() in fillColumns()
462 ODbaseTable::ODbaseTable(sdbcx::OCollection* _pTables,ODbaseConnection* _pConnection) in ODbaseTable() function in ODbaseTable
476 ODbaseTable::ODbaseTable(sdbcx::OCollection* _pTables,ODbaseConnection* _pConnection, in ODbaseTable() function in ODbaseTable
495 void ODbaseTable::construct() in construct()
579 sal_Bool ODbaseTable::ReadMemoHeader() in ReadMemoHeader()
630 String ODbaseTable::getEntry(OConnection* _pConnection,const ::rtl::OUString& _sName ) in getEntry()
674 void ODbaseTable::refreshColumns() in refreshColumns()
691 void ODbaseTable::refreshIndexes() in refreshIndexes()
737 void SAL_CALL ODbaseTable::disposing(void) in disposing()
745 Sequence< Type > SAL_CALL ODbaseTable::getTypes( ) throw(RuntimeException) in getTypes()
769 Any SAL_CALL ODbaseTable::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
781 Sequence< sal_Int8 > ODbaseTable::getUnoTunnelImplementationId() in getUnoTunnelImplementationId()
799 sal_Int64 ODbaseTable::getSomething( const Sequence< sal_Int8 > & rId ) throw (RuntimeException) in getSomething()
807 sal_Bool ODbaseTable::fetchRow(OValueRefRow& _rRow,const OSQLColumns & _rCols, sal_Bool _bUseTableD… in fetchRow()
1037 void ODbaseTable::FileClose() in FileClose()
1051 sal_Bool ODbaseTable::CreateImpl() in CreateImpl()
1168 void ODbaseTable::throwInvalidColumnType(const sal_uInt16 _nErrorId,const ::rtl::OUString& _sColumn… in throwInvalidColumnType()
1188 sal_Bool ODbaseTable::CreateFile(const INetURLObject& aFile, sal_Bool& bCreateMemo) in CreateFile()
1437 sal_Bool ODbaseTable::CreateMemoFile(const INetURLObject& aFile) in CreateMemoFile()
1461 sal_Bool ODbaseTable::Drop_Static(const ::rtl::OUString& _sUrl,sal_Bool _bHasMemoFields,OCollection… in Drop_Static()
1512 sal_Bool ODbaseTable::DropImpl() in DropImpl()
1531 sal_Bool ODbaseTable::InsertRow(OValueRefVector& rRow, sal_Bool bFlush,const Reference<XIndexAccess… in InsertRow()
1589 sal_Bool ODbaseTable::UpdateRow(OValueRefVector& rRow, OValueRefRow& pOrgRow,const Reference<XIndex… in UpdateRow()
1619 sal_Bool ODbaseTable::DeleteRow(const OSQLColumns& _rCols) in DeleteRow()
1673 Reference<XPropertySet> ODbaseTable::isUniqueByColumnName(sal_Int32 _nColumnPos) in isUniqueByColumnName()
1708 sal_Bool ODbaseTable::UpdateBuffer(OValueRefVector& rRow, OValueRefRow pOrgRow,const Reference<XInd… in UpdateBuffer()
2070 sal_Bool ODbaseTable::WriteMemo(ORowSetValue& aVariable, sal_uIntPtr& rBlockNr) in WriteMemo()
2206 void SAL_CALL ODbaseTable::alterColumnByName( const ::rtl::OUString& colName, const Reference< XPro… in alterColumnByName()
2219 void SAL_CALL ODbaseTable::alterColumnByIndex( sal_Int32 index, const Reference< XPropertySet >& de… in alterColumnByIndex()
2233 void ODbaseTable::alterColumn(sal_Int32 index, in alterColumn()
2241 ODbaseTable* pNewTable = NULL; in alterColumn()
2258 pNewTable = new ODbaseTable(m_pTables,static_cast<ODbaseConnection*>(m_pConnection)); in alterColumn()
2341 Reference< XDatabaseMetaData> ODbaseTable::getMetaData() const in getMetaData()
2347 void SAL_CALL ODbaseTable::rename( const ::rtl::OUString& newName ) throw(::com::sun::star::sdbc::S… in rename()
2369 String aName = ODbaseTable::getEntry(_pConenction,oldName); in renameFile()
2406 void SAL_CALL ODbaseTable::renameImpl( const ::rtl::OUString& newName ) throw(::com::sun::star::sdb… in renameImpl()
2422 void ODbaseTable::addColumn(const Reference< XPropertySet >& _xNewColumn) in addColumn()
2427 ODbaseTable* pNewTable = new ODbaseTable(m_pTables,static_cast<ODbaseConnection*>(m_pConnection)); in addColumn()
2495 void ODbaseTable::dropColumn(sal_Int32 _nPos) in dropColumn()
2500 ODbaseTable* pNewTable = new ODbaseTable(m_pTables,static_cast<ODbaseConnection*>(m_pConnection)); in dropColumn()
2551 String ODbaseTable::createTempFile() in createTempFile()
2576 void ODbaseTable::copyData(ODbaseTable* _pNewTable,sal_Int32 _nPos) in copyData()
2634 void ODbaseTable::throwInvalidDbaseFormat() in throwInvalidDbaseFormat()
2647 void ODbaseTable::refreshHeader() in refreshHeader()
2654 sal_Bool ODbaseTable::seekRow(IResultSetHelper::Movement eCursorPosition, sal_Int32 nOffset, sal_In… in seekRow()
2739 sal_Bool ODbaseTable::ReadMemo(sal_uIntPtr nBlockNo, ORowSetValue& aVariable) in ReadMemo()
2851 void ODbaseTable::AllocBuffer() in AllocBuffer()
2871 sal_Bool ODbaseTable::WriteBuffer() in WriteBuffer()
2882 sal_Int32 ODbaseTable::getCurrentLastPos() const in getCurrentLastPos()