Uses of Class
net.sf.jsqlparser.statement.create.table.NamedConstraint
-
Packages that use NamedConstraint Package Description net.sf.jsqlparser.statement.create.table -
-
Uses of NamedConstraint in net.sf.jsqlparser.statement.create.table
Subclasses of NamedConstraint in net.sf.jsqlparser.statement.create.table Modifier and Type Class Description class
CheckConstraint
class
ForeignKeyIndex
Methods in net.sf.jsqlparser.statement.create.table that return NamedConstraint Modifier and Type Method Description NamedConstraint
NamedConstraint. addColumns(java.util.Collection<? extends Index.ColumnParams> functionDeclarationParts)
NamedConstraint
NamedConstraint. addColumns(Index.ColumnParams... functionDeclarationParts)
NamedConstraint
NamedConstraint. withColumns(java.util.List<Index.ColumnParams> columns)
NamedConstraint
NamedConstraint. withColumnsNames(java.util.List<java.lang.String> list)
NamedConstraint
NamedConstraint. withIndexSpec(java.util.List<java.lang.String> idxSpec)
NamedConstraint
NamedConstraint. withName(java.lang.String name)
NamedConstraint
NamedConstraint. withName(java.util.List<java.lang.String> name)
NamedConstraint
NamedConstraint. withType(java.lang.String type)
NamedConstraint
NamedConstraint. withUsing(java.lang.String using)
-