public final class MySQLSelectStatement extends SelectStatement implements MySQLStatement
| 构造器和说明 |
|---|
MySQLSelectStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
Optional<LimitSegment> |
getLimit()
Get order by segment.
|
Optional<LockSegment> |
getLock()
Get lock segment.
|
getGroupBy, getOrderBy, getWhereclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParameterCountpublic Optional<LimitSegment> getLimit()
public Optional<LockSegment> getLock()
Copyright © 2020 The Apache Software Foundation. All rights reserved.