Uses of Interface
com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement.TableName
Packages that use SQLCreateStatement.TableName
Package
Description
Contains classes for creating MySQL statements
- 
Uses of SQLCreateStatement.TableName in com.github.tadukoo.database.mysql.syntax.statement
Subinterfaces of SQLCreateStatement.TableName in com.github.tadukoo.database.mysql.syntax.statementModifier and TypeInterfaceDescriptionstatic interfaceThe If Not Exists or table name part of building aSQLCreateStatementClasses in com.github.tadukoo.database.mysql.syntax.statement that implement SQLCreateStatement.TableNameMethods in com.github.tadukoo.database.mysql.syntax.statement that return SQLCreateStatement.TableNameModifier and TypeMethodDescriptionSQLCreateStatement.ExistsOrTableName.ifTableNotExists()Set to add ifNotExists to the create statementSQLCreateStatement.SQLCreateStatementBuilder.ifTableNotExists()Set to add ifNotExists to the create statement