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