| java.lang.Object org.axiondb.engine.commands.BaseAxionCommand org.axiondb.engine.commands.DropCommand
All known Subclasses: org.axiondb.engine.commands.DropIndexCommand, org.axiondb.engine.commands.DropDatabaseLinkCommand, org.axiondb.engine.commands.DropSequenceCommand, org.axiondb.engine.commands.DropViewCommand, org.axiondb.engine.commands.DropTableCommand,
DropCommand | abstract public class DropCommand extends BaseAxionCommand (Code) | | Abstract base class for things like DROP TABLE and
DROP SEQUENCE .
version: $Revision: 1.3 $ $Date: 2005/12/20 18:32:28 $ author: Rodney Waldhoff author: Ahimanikya Satapathy |
isCascade | public boolean isCascade()(Code) | | |
isIfExists | public boolean isIfExists()(Code) | | |
setCascade | public void setCascade(boolean cascade)(Code) | | |
setIfExists | public void setIfExists(boolean flag)(Code) | | |
Methods inherited from org.axiondb.engine.commands.BaseAxionCommand | protected void assertNotReadOnly(Database db) throws AxionException(Code)(Java Doc) protected Object attemptToConvertValue(Object val, DataType type, ColumnIdentifier colid) throws AxionException(Code)(Java Doc) public void bindAll(Object[] vals) throws AxionException(Code)(Java Doc) protected void buildBindVariables()(Code)(Java Doc) public void clearBindings() throws AxionException(Code)(Java Doc) final protected void createResolveSelectableVisitor(Database db)(Code)(Java Doc) public AxionResultSet executeQuery(Database db, boolean isReadOnly) throws AxionException(Code)(Java Doc) protected Iterator getBindVariableIterator()(Code)(Java Doc) protected Iterator getBindVariableIterator(Selectable sel)(Code)(Java Doc) final protected FindBindVariableVisitor getBindVariableVisitor()(Code)(Java Doc) public List getBindVariables()(Code)(Java Doc) protected List getColIdentifierList(Table table, TableIdentifier tid) throws AxionException(Code)(Java Doc) protected int getCommitSize(Database db)(Code)(Java Doc) final public int getEffectedRowCount()(Code)(Java Doc) final public ResultSet getResultSet()(Code)(Java Doc) protected RowIterator getRowIterator(Database db, TableIdentifier tid, Table table, Selectable whereNode, boolean readOnly, RowDecorator dec) throws AxionException(Code)(Java Doc) final protected RowDecorator makeRowDecorator(Table table)(Code)(Java Doc) protected void populateDefaultValues(Database db, Table table, TableIdentifier tableId, RowDecorator dec) throws AxionException(Code)(Java Doc) protected boolean populateSequenceColumns(Database db, Table table, Row row) throws AxionException(Code)(Java Doc) protected void resolveGeneratedColumns(Table table, TableIdentifier tableId, List cols) throws AxionException(Code)(Java Doc) protected void resolveGeneratedColumns(Table table, TableIdentifier tableId, List cols, boolean useDefaultValues) throws AxionException(Code)(Java Doc) protected Selectable resolveSelectable(Selectable sel, Database db, List selected, TableIdentifier[] tables) throws AxionException(Code)(Java Doc) protected Selectable resolveSelectable(Selectable sel, Database db, TableIdentifier[] tables) throws AxionException(Code)(Java Doc) protected void resolveSelectableList(List list, Database db, TableIdentifier table) throws AxionException(Code)(Java Doc) protected void resolveSelectableList(List list, Database db, TableIdentifier[] tables) throws AxionException(Code)(Java Doc) final protected void setBindVariableVisitor(FindBindVariableVisitor visitor)(Code)(Java Doc) protected void setDeferAllConstraintIfRequired(Table table)(Code)(Java Doc) final protected void setEffectedRowCount(int count)(Code)(Java Doc) final protected void setResultSet(ResultSet rset)(Code)(Java Doc) protected void updateGeneratedValues(Database db, Table table, TableIdentifier tableId, Row row) throws AxionException(Code)(Java Doc)
|
|
|