Class PostgreSQLFetchStatement
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.FetchStatement
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLFetchStatement
-
- All Implemented Interfaces:
ASTNode,DDLStatement,SQLStatement,PostgreSQLStatement
public final class PostgreSQLFetchStatement extends FetchStatement implements PostgreSQLStatement
PostgreSQL fetch statement.
-
-
Constructor Summary
Constructors Constructor Description PostgreSQLFetchStatement()
-
Method Summary
-
Methods inherited from class org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.FetchStatement
getDirection
-
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
-
-