Interface SQLDeleteStatement.Table
- All Known Implementing Classes:
SQLDeleteStatement.SQLDeleteStatementBuilder
- Enclosing class:
- SQLDeleteStatement
public static interface SQLDeleteStatement.Table
The
table
part of building a SQLDeleteStatement
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
table
- Parameters:
table
- Thetable
to delete from- Returns:
- this, to continue building
-