public class SubQuery extends Select
fromDatasets, groupByExpressions, havingExpression, joinExpressions, limit, offset, orderByExpressions, projections, unionAllDatasets, unionDatasets, whereExpression| 构造器和说明 |
|---|
SubQuery() |
| 限定符和类型 | 方法和说明 |
|---|---|
SubQuery |
as(String alias) |
Expression |
col(String name) |
Expression |
getProjection(String name) |
SubQuery |
project(Expression... projections) |
String |
toSql(ExpressionContext expressionContext) |
execute, from, fullJoin, groupBy, having, innerJoin, leftOuterJoin, limit, offset, orderBy, prettyFormat, processFrom, processGroupBy, processJoins, processOrderBy, processProjections, processUnion, processWhere, rightOuterJoin, union, unionAll, wherediv, getAlias, minus, plus, processDataset, rem, setAlias, timespublic SubQuery project(Expression... projections)
public SubQuery as(String alias)
as 在接口中 Expressionas 在类中 AbstractExpressionpublic Expression getProjection(String name)
getProjection 在类中 Selectpublic Expression col(String name)
public String toSql(ExpressionContext expressionContext) throws SQLSyntaxException
toSql 在接口中 SqlizabletoSql 在类中 SelectSQLSyntaxExceptionCopyright © 2020 com.github.braisdom. All rights reserved.