Interface SQLCreateStatement.ExistsOrTableName
- All Superinterfaces:
SQLCreateStatement.TableName
- All Known Implementing Classes:
SQLCreateStatement.SQLCreateStatementBuilder
- Enclosing class:
- SQLCreateStatement
The If Not Exists or table name part of building a
SQLCreateStatement
-
Method Summary
Modifier and TypeMethodDescriptionSet to add ifNotExists to the create statementMethods inherited from interface com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement.TableName
tableName
-
Method Details
-
ifTableNotExists
SQLCreateStatement.TableName ifTableNotExists()Set to add ifNotExists to the create statement- Returns:
- this, to continue building
-