Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.value.identifier.IdentifierValue
-
-
Uses of IdentifierValue in org.apache.shardingsphere.sql.parser.sql.common.segment.generic
Constructors in org.apache.shardingsphere.sql.parser.sql.common.segment.generic with parameters of type IdentifierValue Constructor Description WindowSegment(int startIndex, int stopIndex, IdentifierValue identifierValue, Collection<ExpressionSegment> partitionListSegments) -
Uses of IdentifierValue in org.apache.shardingsphere.sql.parser.sql.common.statement.ddl
Methods in org.apache.shardingsphere.sql.parser.sql.common.statement.ddl that return types with arguments of type IdentifierValue Modifier and Type Method Description Optional<IdentifierValue>CreateSchemaStatement. getSchemaName()Get schema name. -
Uses of IdentifierValue in org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl that return types with arguments of type IdentifierValue Modifier and Type Method Description static Optional<IdentifierValue>AlterSchemaStatementHandler. getRenameSchema(AlterSchemaStatement alterSchemaStatement)Get rename schema.static Optional<IdentifierValue>CreateSchemaStatementHandler. getUsername(CreateSchemaStatement createSchemaStatement)Get username. -
Uses of IdentifierValue in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.ddl
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.ddl that return types with arguments of type IdentifierValue Modifier and Type Method Description Optional<IdentifierValue>OpenGaussAlterSchemaStatement. getRenameSchema()Get rename schema.Optional<IdentifierValue>OpenGaussCreateSchemaStatement. getUsername()Get username. -
Uses of IdentifierValue in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl that return types with arguments of type IdentifierValue Modifier and Type Method Description Optional<IdentifierValue>PostgreSQLAlterSchemaStatement. getRenameSchema()Get rename schema.Optional<IdentifierValue>PostgreSQLCreateSchemaStatement. getUsername()Get username.
-