Uses of Interface
com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement.TableName
Package
Description
Contains classes for creating MySQL statements
-
Uses of SQLCreateStatement.TableName in com.github.tadukoo.database.mysql.syntax.statement
Modifier and TypeInterfaceDescriptionstatic interface
The If Not Exists or table name part of building aSQLCreateStatement
Modifier and TypeMethodDescriptionSQLCreateStatement.ExistsOrTableName.ifTableNotExists()
Set to add ifNotExists to the create statementSQLCreateStatement.SQLCreateStatementBuilder.ifTableNotExists()
Set to add ifNotExists to the create statement