public interface CreateTableConstraintStep extends CreateTableOnCommitStep
Query
that can create tables.Modifier and Type | Method and Description |
---|---|
CreateTableConstraintStep |
constraint(Constraint constraint)
Add a constraint to the table.
|
CreateTableConstraintStep |
constraints(Collection<? extends Constraint> constraints)
Add constraints to the table.
|
CreateTableConstraintStep |
constraints(Constraint... constraints)
Add constraints to the table.
|
onCommitDeleteRows, onCommitDrop, onCommitPreserveRows
bind, bind, cancel, close, execute, executeAsync, executeAsync, getBindValues, getParam, getParams, getSQL, getSQL, getSQL, isExecutable, keepStatement, queryTimeout
attach, detach
@Support CreateTableConstraintStep constraint(Constraint constraint)
@Support CreateTableConstraintStep constraints(Constraint... constraints)
@Support CreateTableConstraintStep constraints(Collection<? extends Constraint> constraints)
Copyright © 2016. All Rights Reserved.