Interface SQLSelectStatement.DistinctOrColumnsOrTables
- All Superinterfaces:
 SQLSelectStatement.ColumnsOrTables,SQLSelectStatement.FromTables
- All Known Implementing Classes:
 SQLSelectStatement.SQLSelectStatementBuilder
- Enclosing class:
 - SQLSelectStatement
 
public static interface SQLSelectStatement.DistinctOrColumnsOrTables
extends SQLSelectStatement.ColumnsOrTables
- 
Method Summary
Methods inherited from interface com.github.tadukoo.database.mysql.syntax.statement.SQLSelectStatement.ColumnsOrTables
returnColumns, returnColumnsMethods inherited from interface com.github.tadukoo.database.mysql.syntax.statement.SQLSelectStatement.FromTables
fromTables, fromTables 
- 
Method Details
- 
distinct
SQLSelectStatement.ColumnsOrTables distinct()Sets distinct to true for this select statement- Returns:
 - this, to continue building
 
 
 -