org.axiondb
Interface TransactableTable

All Superinterfaces:
RowSource, Table, Transactable
All Known Implementing Classes:
ExternalDatabaseTable, TransactableTableImpl

public interface TransactableTable
extends Transactable, Table

A Transactableversion of a Table.

Version:
$Revision: 1.3 $ $Date: 2004/08/27 03:21:20 $

Field Summary
 
Fields inherited from interface org.axiondb.Table
REGULAR_TABLE_TYPE, SYSTEM_TABLE_TYPE
 
Methods inherited from interface org.axiondb.Transactable
apply, commit, rollback
 
Methods inherited from interface org.axiondb.Table
addColumn, addConstraint, addIndex, addRow, addTableModificationListener, applyDeletes, applyInserts, applyUpdates, drop, freeRowId, getColumn, getColumn, getColumnCount, getColumnIdentifiers, getColumnIndex, getConstraints, getIndexedRows, getIndexForColumn, getIndices, getMatchingRows, getName, getNextRowId, getRowCount, getRowIterator, getType, hasColumn, hasIndex, isColumnIndexed, isPrimaryKeyConstraintExists, isUniqueConstraintExists, makeRowDecorator, makeTransactableTable, populateIndex, remount, removeConstraint, removeIndex, removeTableModificationListener, rename, shutdown, truncate, updateRow
 
Methods inherited from interface org.axiondb.RowSource
getRow