com.triactive.jdo.store
Class View
java.lang.Object
com.triactive.jdo.store.AbstractTable
com.triactive.jdo.store.View
- All Implemented Interfaces:
- Table
- Direct Known Subclasses:
- JDOView
abstract class View
- extends AbstractTable
Methods inherited from class com.triactive.jdo.store.AbstractTable |
assertIsInitialized, assertIsUninitialized, assertIsValidated, equals, executeStatementList, exists, getName, getSchemaName, getSQLCreateStatements, getStoreManager, hasColumnName, hashCode, isInitialized, isValidated, newColumn, newColumn, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
View
public View(StoreManager storeMgr)
View
public View(SQLIdentifier name,
StoreManager storeMgr)
addColumn
public void addColumn(Column col)
- Specified by:
addColumn
in interface Table
- Overrides:
addColumn
in class AbstractTable
create
public void create(java.sql.Connection conn)
throws java.sql.SQLException
- Specified by:
create
in interface Table
- Overrides:
create
in class AbstractTable
- Throws:
java.sql.SQLException
validate
public boolean validate(int flags,
java.sql.Connection conn)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
drop
public void drop(java.sql.Connection conn)
throws java.sql.SQLException
- Specified by:
drop
in interface Table
- Overrides:
drop
in class AbstractTable
- Throws:
java.sql.SQLException
getSQLDropStatements
protected java.util.List getSQLDropStatements()
- Specified by:
getSQLDropStatements
in class AbstractTable
Copyright ? 2001 TriActive, Inc. All Rights Reserved.