public class AddConstraintCommand extends ConstraintCommand
ADD CONSTRAINT
command, as generated by ALTER TABLE
and CREATE TABLE
statements.Constructor and Description |
---|
AddConstraintCommand(java.lang.String tableName,
Constraint constraint) |
Modifier and Type | Method and Description |
---|---|
protected void |
execute(Database db,
Table table) |
Constraint |
getConstraint() |
execute, executeQuery, executeUpdate, getTableName, setTableName
assertNotReadOnly, attemptToConvertValue, bindAll, buildBindVariables, clearBindings, createResolveSelectableVisitor, executeQuery, getBindVariableIterator, getBindVariableIterator, getBindVariables, getBindVariableVisitor, getColIdentifierList, getCommitSize, getEffectedRowCount, getResultSet, getRowIterator, makeRowDecorator, populateDefaultValues, populateSequenceColumns, resolveGeneratedColumns, resolveGeneratedColumns, resolveSelectable, resolveSelectable, resolveSelectableList, resolveSelectableList, setBindVariableVisitor, setDeferAllConstraintIfRequired, setEffectedRowCount, setResultSet, updateGeneratedValues
public AddConstraintCommand(java.lang.String tableName, Constraint constraint)
public Constraint getConstraint()
protected void execute(Database db, Table table) throws AxionException
execute
in class ConstraintCommand
AxionException