Class OpenGaussCreateIndexStatement
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.CreateIndexStatement
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.ddl.OpenGaussCreateIndexStatement
-
- All Implemented Interfaces:
ASTNode,DDLStatement,SQLStatement,OpenGaussStatement
public final class OpenGaussCreateIndexStatement extends CreateIndexStatement implements OpenGaussStatement
OpenGauss create index statement.
-
-
Constructor Summary
Constructors Constructor Description OpenGaussCreateIndexStatement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Integer>getGeneratedIndexStartIndex()Get generated index start index.-
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
-
-