public final class MySQLSelectStatement extends SelectStatement implements MySQLStatement
| Constructor and Description |
|---|
MySQLSelectStatement() |
| Modifier and Type | Method and Description |
|---|---|
Optional<LimitSegment> |
getLimit()
Get order by segment.
|
Optional<LockSegment> |
getLock()
Get lock segment.
|
Optional<WindowSegment> |
getWindow()
Get window segment.
|
getGroupBy, getHaving, getOrderBy, getWhere, getWithSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParameterCountpublic Optional<LimitSegment> getLimit()
public Optional<LockSegment> getLock()
public Optional<WindowSegment> getWindow()
Copyright © 2021 The Apache Software Foundation. All rights reserved.