Interface SQLSelectStatement.FromTables
- All Known Subinterfaces:
SQLSelectStatement.ColumnsOrTables,SQLSelectStatement.DistinctOrColumnsOrTables
- All Known Implementing Classes:
SQLSelectStatement.SQLSelectStatementBuilder
- Enclosing class:
- SQLSelectStatement
public static interface SQLSelectStatement.FromTables
The
Tables part of building a SQLSelectStatement-
Method Summary
Modifier and TypeMethodDescriptionfromTables(TableRef... fromTables) fromTables(List<TableRef> fromTables)
-
Method Details
-
fromTables
- Parameters:
fromTables- The tables to grab data from- Returns:
- this, to continue building
-
fromTables
- Parameters:
fromTables- The tables to grab data from- Returns:
- this, to continue building
-