Interface SQLCreateStatement.TableName
- All Known Subinterfaces:
 SQLCreateStatement.ExistsOrTableName
- All Known Implementing Classes:
 SQLCreateStatement.SQLCreateStatementBuilder
- Enclosing class:
 - SQLCreateStatement
 
public static interface SQLCreateStatement.TableName
The table name part of building a 
SQLCreateStatement- 
Method Summary
 
- 
Method Details
- 
tableName
- Parameters:
 tableName- The name of the table to be created- Returns:
 - this, to continue building
 
 
 -