Class SQL92SelectStatement
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.dml.SelectStatement
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dml.SQL92SelectStatement
-
- All Implemented Interfaces:
ASTNode,DMLStatement,SQLStatement,SQL92Statement
public final class SQL92SelectStatement extends SelectStatement implements SQL92Statement
SQL92 select statement.
-
-
Constructor Summary
Constructors Constructor Description SQL92SelectStatement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<LimitSegment>getLimit()Get order by segment.-
Methods inherited from class org.apache.shardingsphere.sql.parser.sql.common.statement.dml.SelectStatement
getCombine, getGroupBy, getHaving, getOrderBy, getWhere
-
Methods inherited from class org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
addParameterMarkerSegments, getParameterCount
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement
getParameterCount
-
-
-
-
Method Detail
-
getLimit
public Optional<LimitSegment> getLimit()
Get order by segment.- Returns:
- order by segment
-
-