org.axiondb.engine.tables
public abstract class BaseTableOrganizationContext extends Object implements TableOrganizationContext
Version: $Revision: 1.3 $ $Date: 2005/06/18 01:03:45 $
Field Summary | |
---|---|
protected Properties | _props |
Constructor Summary | |
---|---|
BaseTableOrganizationContext() |
Method Summary | |
---|---|
void | assertValidPropertyKeys(Properties props) |
Set | getBasePropertyKeys() |
Set | getBaseRequiredPropertyKeys() |
abstract Set | getPropertyKeys() |
abstract Set | getRequiredPropertyKeys() |
Properties | getTableProperties() |
abstract void | readOrSetDefaultProperties(Properties props) |
void | setProperty(String key, String value) |
void | updateProperties() |