Class OpenGaussSetStatement
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.dal.SetStatement
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.dal.OpenGaussSetStatement
-
- All Implemented Interfaces:
ASTNode,DALStatement,SQLStatement,OpenGaussStatement
public final class OpenGaussSetStatement extends SetStatement implements OpenGaussStatement
OpenGauss set statement.
-
-
Constructor Summary
Constructors Constructor Description OpenGaussSetStatement()
-
Method Summary
-
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
-
-