|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.axiondb.engine.commands.BaseAxionCommand
org.axiondb.engine.commands.ConstraintCommand
org.axiondb.engine.commands.AddConstraintCommand
public class AddConstraintCommand
An ADD CONSTRAINT command, as generated by ALTER TABLE
and CREATE TABLE statements.
| Constructor Summary | |
|---|---|
AddConstraintCommand(java.lang.String tableName,
Constraint constraint)
|
|
| Method Summary | |
|---|---|
protected void |
execute(Database db,
Table table)
|
Constraint |
getConstraint()
|
| Methods inherited from class org.axiondb.engine.commands.ConstraintCommand |
|---|
execute, executeQuery, executeUpdate, getTableName, setTableName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AddConstraintCommand(java.lang.String tableName,
Constraint constraint)
| Method Detail |
|---|
public Constraint getConstraint()
protected void execute(Database db,
Table table)
throws AxionException
execute in class ConstraintCommandAxionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||