public abstract class SelectStatement extends AbstractSQLStatement implements DMLStatement
| Constructor and Description |
|---|
SelectStatement() |
| Modifier and Type | Method and Description |
|---|---|
Optional<GroupBySegment> |
getGroupBy()
Get group by segment.
|
Optional<HavingSegment> |
getHaving()
Get having segment.
|
Optional<OrderBySegment> |
getOrderBy()
Get order by segment.
|
Optional<WhereSegment> |
getWhere()
Get where.
|
Optional<WithSegment> |
getWithSegment()
Get with segment.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParameterCountpublic Optional<WhereSegment> getWhere()
public Optional<GroupBySegment> getGroupBy()
public Optional<HavingSegment> getHaving()
public Optional<OrderBySegment> getOrderBy()
public Optional<WithSegment> getWithSegment()
Copyright © 2021 The Apache Software Foundation. All rights reserved.