Interface SQLAlterStatement.TableName
- All Known Implementing Classes:
SQLAlterStatement.SQLAlterStatementBuilder
- Enclosing class:
- SQLAlterStatement
public static interface SQLAlterStatement.TableName
The Table name part of building a
SQLAlterStatement
-
Method Summary
-
Method Details
-
tableName
- Parameters:
tableName
- The name of the table to alter- Returns:
- this, to continue building
-