Uses of Class
net.sf.jsqlparser.statement.create.table.ForeignKeyIndex
Packages that use ForeignKeyIndex
-
Uses of ForeignKeyIndex in net.sf.jsqlparser.statement.create.table
Methods in net.sf.jsqlparser.statement.create.table that return ForeignKeyIndexModifier and TypeMethodDescriptionForeignKeyIndex.addColumns
(Collection<? extends Index.ColumnParams> functionDeclarationParts) ForeignKeyIndex.addColumns
(Index.ColumnParams... functionDeclarationParts) ForeignKeyIndex.addReferencedColumnNames
(String... referencedColumnNames) ForeignKeyIndex.addReferencedColumnNames
(Collection<String> referencedColumnNames) ForeignKeyIndex.withColumns
(List<Index.ColumnParams> columns) ForeignKeyIndex.withColumnsNames
(List<String> list) ForeignKeyIndex.withIndexSpec
(List<String> idxSpec) ForeignKeyIndex.withOnDeleteReferenceOption
(String onDeleteReferenceOption) ForeignKeyIndex.withOnUpdateReferenceOption
(String onUpdateReferenceOption) ForeignKeyIndex.withReferencedColumnNames
(List<String> referencedColumnNames) ForeignKeyIndex.withReferentialAction
(ReferentialAction.Type type, ReferentialAction.Action action)