Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.CommentStatement
-
-
Uses of CommentStatement in org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl with parameters of type CommentStatement Modifier and Type Method Description static Optional<IndexTypeSegment>CommentStatementHandler. getIndexType(CommentStatement commentStatement)Get index type. -
Uses of CommentStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.ddl
Subclasses of CommentStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.ddl Modifier and Type Class Description classOpenGaussCommentStatementOpenGauss comment statement. -
Uses of CommentStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl
Subclasses of CommentStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl Modifier and Type Class Description classOracleCommentStatementOracle comment statement. -
Uses of CommentStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
Subclasses of CommentStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl Modifier and Type Class Description classPostgreSQLCommentStatementPostgreSQL comment statement.
-