Uses of Interface
com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement.ForeignKeysOrBuild
Packages that use SQLCreateStatement.ForeignKeysOrBuild
Package
Description
Contains classes for creating MySQL statements
-
Uses of SQLCreateStatement.ForeignKeysOrBuild in com.github.tadukoo.database.mysql.syntax.statement
Classes in com.github.tadukoo.database.mysql.syntax.statement that implement SQLCreateStatement.ForeignKeysOrBuildMethods in com.github.tadukoo.database.mysql.syntax.statement that return SQLCreateStatement.ForeignKeysOrBuildModifier 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)