public static class SelectStatementBuilder.AsOrJoinStartOrSelectWhereStart extends SelectStatementBuilder.JoinStartOrSelectWhereStart
alias, andPredicateListsBuilder, namespaceName, orPredicateListsBuilder, predicate, projections, tableName
Modifier and Type | Method and Description |
---|---|
SelectStatementBuilder.JoinStartOrSelectWhereStart |
as(java.lang.String alias)
Specifies the alias of the target table.
|
innerJoin, innerJoin, leftOuterJoin, leftOuterJoin, rightOuterJoin, rightOuterJoin
where, where, where, where, whereAnd, whereOr
build, limit, limit, orderBy, orderBy, withAbacReadTag, withAttribute, withAttributes
public SelectStatementBuilder.JoinStartOrSelectWhereStart as(java.lang.String alias)
alias
- the alias of the target table