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- Thetableto delete from- Returns:
 - this, to continue building
 
 
 -