public interface Selection
| Modifier and Type | Method and Description | 
|---|---|
| Selection | all() | 
| Selection | as(String aliasName) | 
| Selection | column(String name) | 
| Selection | cop(SimpleClause simpleClause) | 
| Selection | cop(String column,
   String op,
   Object arg2) | 
| Selection | count(Object column) | 
| Selection | countAll() | 
| Selection | distinct() | 
| Selection | function(String name,
        Object... parameters) | 
| Selection | max(Object column) | 
| Selection | mean(Object column) | 
| Selection | min(Object column) | 
| Selection | op(Object arg1,
  String op,
  Object arg2) | 
| Selection | op(OperationClause operationClause) | 
| Selection | raw(String text) | 
| Selection | regex(String clause) | 
| Selection | sum(Object column) | 
Selection distinct()
Selection all()
Selection countAll()
Selection op(OperationClause operationClause)
Selection cop(SimpleClause simpleClause)
Copyright © 2020. All rights reserved.