Uses of Interface
com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement.ForeignKeysOrBuild
Package
Description
Contains classes for creating MySQL statements
-
Uses of SQLCreateStatement.ForeignKeysOrBuild in com.github.tadukoo.database.mysql.syntax.statement
Modifier and TypeMethodDescriptionSQLCreateStatement.AsOrColumns.as
(SQLSelectStatement selectStmt) Create the table using another tableSQLCreateStatement.SQLCreateStatementBuilder.as
(SQLSelectStatement selectStmt) Create the table using another tableSQLCreateStatement.AsOrColumns.columns
(ColumnDefinition... columns) SQLCreateStatement.AsOrColumns.columns
(List<ColumnDefinition> columns) SQLCreateStatement.SQLCreateStatementBuilder.columns
(ColumnDefinition... columns) SQLCreateStatement.SQLCreateStatementBuilder.columns
(List<ColumnDefinition> columns) SQLCreateStatement.ForeignKeysOrBuild.foreignKey
(ForeignKeyConstraint foreignKey) SQLCreateStatement.SQLCreateStatementBuilder.foreignKey
(ForeignKeyConstraint foreignKey)