Interface SQLCreateStatement.ExistsOrTableName

All Superinterfaces:
SQLCreateStatement.TableName
All Known Implementing Classes:
SQLCreateStatement.SQLCreateStatementBuilder
Enclosing class:
SQLCreateStatement

public static interface SQLCreateStatement.ExistsOrTableName extends SQLCreateStatement.TableName
The If Not Exists or table name part of building a SQLCreateStatement
  • Method Details

    • ifTableNotExists

      SQLCreateStatement.TableName ifTableNotExists()
      Set to add ifNotExists to the create statement
      Returns:
      this, to continue building