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