Class PostgreSQLAlterViewStatement
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.AlterViewStatement
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLAlterViewStatement
-
- All Implemented Interfaces:
ASTNode,DDLStatement,SQLStatement,PostgreSQLStatement
public final class PostgreSQLAlterViewStatement extends AlterViewStatement implements PostgreSQLStatement
PostgreSQL alter view statement.
-
-
Constructor Summary
Constructors Constructor Description PostgreSQLAlterViewStatement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<SimpleTableSegment>getRenameView()Get rename view.-
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
-
getRenameView
public Optional<SimpleTableSegment> getRenameView()
Get rename view.- Returns:
- rename view
-
-