Uses of Interface
com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement.DatabaseName
Packages that use SQLCreateStatement.DatabaseName
Package
Description
Contains classes for creating MySQL statements
-
Uses of SQLCreateStatement.DatabaseName in com.github.tadukoo.database.mysql.syntax.statement
Subinterfaces of SQLCreateStatement.DatabaseName in com.github.tadukoo.database.mysql.syntax.statementModifier and TypeInterfaceDescriptionstatic interface
The If Not Exists of Database name part of building aSQLCreateStatement
Classes in com.github.tadukoo.database.mysql.syntax.statement that implement SQLCreateStatement.DatabaseNameMethods in com.github.tadukoo.database.mysql.syntax.statement that return SQLCreateStatement.DatabaseNameModifier and TypeMethodDescriptionSQLCreateStatement.ExistsOrDatabaseName.ifDatabaseNotExists()
Set to add ifNotExists to the create statementSQLCreateStatement.SQLCreateStatementBuilder.ifDatabaseNotExists()
Set to add ifNotExists to the create statement