- getAlias() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.item.AggregationSelectItemSegment
-
- getAlias() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.item.ColumnSelectItemSegment
-
- getAlias() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.item.ExpressionSelectItemSegment
-
- getAlias() - Method in interface org.apache.shardingsphere.sql.parser.sql.segment.generic.AliasAvailable
-
Get alias.
- getAlias() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.generic.TableSegment
-
- getAllDescendantNodes(ParserRuleContext, RuleName) - Static method in class org.apache.shardingsphere.sql.parser.core.extractor.util.ExtractorUtils
-
Get all descendant nodes.
- getAllSQLSegments() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.generic.AbstractSQLStatement
-
- getAllSQLSegments() - Method in interface org.apache.shardingsphere.sql.parser.sql.statement.SQLStatement
-
Get all SQL segments.
- getAllValueExpressions() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement
-
Get all value expressions.
- getColumnNames() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement
-
Get column names.
- getColumnPosition() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.ddl.column.alter.AddColumnDefinitionSegment
-
Get column position.
- getColumnPosition() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.ddl.column.alter.ModifyColumnDefinitionSegment
-
Get column position.
- getExactlyExpression(String) - Static method in class org.apache.shardingsphere.sql.parser.util.SQLUtil
-
Get exactly SQL expression.
- getExactlyNumber(String, int) - Static method in class org.apache.shardingsphere.sql.parser.util.SQLUtil
-
Get exactly number value and type.
- getExactlyValue(String) - Static method in class org.apache.shardingsphere.sql.parser.util.SQLUtil
-
Get exactly value for SQL expression.
- getExpressionWithoutOutsideParentheses(String) - Static method in class org.apache.shardingsphere.sql.parser.util.SQLUtil
-
Get exactly SQL expression without outside parentheses.
- getExtractor(String) - Method in class org.apache.shardingsphere.sql.parser.core.rule.registry.extractor.ExtractorRuleDefinition
-
Get SQL segment extractor.
- getExtractorRuleDefinitionFile() - Static method in class org.apache.shardingsphere.sql.parser.core.rule.jaxb.loader.RuleDefinitionFileConstant
-
Get general extractor rule definition file name.
- getExtractorRuleDefinitionFile(String) - Static method in class org.apache.shardingsphere.sql.parser.core.rule.jaxb.loader.RuleDefinitionFileConstant
-
Get extractor rule definition file name.
- getFiller(Class<? extends SQLSegment>) - Method in class org.apache.shardingsphere.sql.parser.core.rule.registry.filler.FillerRuleDefinition
-
Get SQL segment filler.
- getFillerRuleDefinitionFile() - Static method in class org.apache.shardingsphere.sql.parser.core.rule.jaxb.loader.RuleDefinitionFileConstant
-
Get general filler rule definition file name.
- getFillerRuleDefinitionFile(String) - Static method in class org.apache.shardingsphere.sql.parser.core.rule.jaxb.loader.RuleDefinitionFileConstant
-
Get filler rule definition file name.
- getFirstChildNode(ParserRuleContext, RuleName) - Static method in class org.apache.shardingsphere.sql.parser.core.extractor.util.ExtractorUtils
-
Get first child node.
- getGroupBy() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement
-
Get group by segment.
- getIndex() - Method in interface org.apache.shardingsphere.sql.parser.sql.statement.generic.IndexSegmentAvailable
-
Get index segment.
- getIndexes() - Method in interface org.apache.shardingsphere.sql.parser.sql.statement.generic.IndexSegmentsAvailable
-
Get indexes segment.
- getInstance() - Static method in class org.apache.shardingsphere.sql.parser.core.rule.registry.ParseRuleRegistry
-
Get singleton instance of parsing rule registry.
- getLock() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement
-
Get lock segment.
- getName() - Method in enum org.apache.shardingsphere.sql.parser.core.extractor.util.RuleName
-
Get name.
- getOffset() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.limit.LimitSegment
-
Get offset.
- getOrderBy() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement
-
Get order by segment.
- getOwner() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.column.ColumnSegment
-
- getOwner() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.item.ShorthandSelectItemSegment
-
- getOwner() - Method in interface org.apache.shardingsphere.sql.parser.sql.segment.generic.OwnerAvailable
-
Get owner.
- getOwner() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.generic.TableSegment
-
- getParameterIndex() - Method in interface org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.ParameterMarkerPaginationValueSegment
-
Get parameter index.
- getParametersCount() - Method in interface org.apache.shardingsphere.sql.parser.sql.statement.SQLStatement
-
Get count of parameters.
- getQualifiedName() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.column.ColumnSegment
-
Get qualified name.
- getQuoteCharacter(String) - Static method in enum org.apache.shardingsphere.sql.parser.core.constant.QuoteCharacter
-
Get quote character.
- getRowCount() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.limit.LimitSegment
-
Get row count.
- getSetAssignment() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement
-
Get set assignment segment.
- getSQLParseEngine(String) - Static method in class org.apache.shardingsphere.sql.parser.SQLParseEngineFactory
-
Get SQL parse engine.
- getSQLStatement(String) - Method in class org.apache.shardingsphere.sql.parser.cache.SQLParseResultCache
-
Get SQL statement.
- getSQLStatementRule(String, String) - Method in class org.apache.shardingsphere.sql.parser.core.rule.registry.ParseRuleRegistry
-
Get SQL statement rule.
- getSQLStatementRule(String) - Method in class org.apache.shardingsphere.sql.parser.core.rule.registry.statement.SQLStatementRuleDefinition
-
Get SQL statement rule.
- getSQLStatementRuleDefinitionFile(String) - Static method in class org.apache.shardingsphere.sql.parser.core.rule.jaxb.loader.RuleDefinitionFileConstant
-
Get SQL statement rule definition file name.
- getStartIndex() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.generic.TableSegment
-
- getStartIndex() - Method in interface org.apache.shardingsphere.sql.parser.sql.segment.SQLSegment
-
Get start index.
- getStopIndex() - Method in interface org.apache.shardingsphere.sql.parser.sql.segment.SQLSegment
-
Get stop index.
- getTable() - Method in interface org.apache.shardingsphere.sql.parser.sql.statement.generic.TableSegmentAvailable
-
Get table segment.
- getTableName() - Method in interface org.apache.shardingsphere.sql.parser.sql.segment.generic.TableAvailable
-
Get table name.
- getTableName() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.generic.TableSegment
-
- getTableQuoteCharacter() - Method in interface org.apache.shardingsphere.sql.parser.sql.segment.generic.TableAvailable
-
Get table quote character.
- getTableQuoteCharacter() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.generic.TableSegment
-
- getTables() - Method in interface org.apache.shardingsphere.sql.parser.sql.statement.generic.TableSegmentsAvailable
-
Get table segments.
- getText() - Method in interface org.apache.shardingsphere.sql.parser.sql.segment.dml.expr.complex.ComplexExpressionSegment
-
Get text.
- getText() - Method in interface org.apache.shardingsphere.sql.parser.sql.segment.dml.item.SelectItemSegment
-
Get text.
- getText() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.order.item.ColumnOrderByItemSegment
-
- getText() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.order.item.ExpressionOrderByItemSegment
-
- getText() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.order.item.TextOrderByItemSegment
-
Get text.
- getValue() - Method in interface org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.NumberLiteralPaginationValueSegment
-
Get value.
- getValueCountForPerGroup() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement
-
Get value count for per value list.
- getValueListCount() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement
-
Get value list count.
- getWhere() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement
-
- getWhere() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement
-
- getWhere() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.UpdateStatement
-
- getWhere() - Method in interface org.apache.shardingsphere.sql.parser.sql.statement.generic.WhereSegmentAvailable
-
Get where segment.
- GroupByExtractor - Class in org.apache.shardingsphere.sql.parser.core.extractor.impl.dml.select.groupby
-
Group by extractor.
- GroupByExtractor() - Constructor for class org.apache.shardingsphere.sql.parser.core.extractor.impl.dml.select.groupby.GroupByExtractor
-
- GroupByFiller - Class in org.apache.shardingsphere.sql.parser.core.filler.impl.dml
-
Group by filler.
- GroupByFiller() - Constructor for class org.apache.shardingsphere.sql.parser.core.filler.impl.dml.GroupByFiller
-
- GroupBySegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.order
-
Group by segment.
- GroupBySegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.order.GroupBySegment
-
- SavepointStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.tcl
-
Savepoint statement.
- SavepointStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.tcl.SavepointStatement
-
- SchemaExtractor - Class in org.apache.shardingsphere.sql.parser.core.extractor.impl.common.schema
-
Schema extractor.
- SchemaExtractor() - Constructor for class org.apache.shardingsphere.sql.parser.core.extractor.impl.common.schema.SchemaExtractor
-
- SchemaFiller - Class in org.apache.shardingsphere.sql.parser.core.filler.impl.dal
-
Schema filler.
- SchemaFiller() - Constructor for class org.apache.shardingsphere.sql.parser.core.filler.impl.dal.SchemaFiller
-
- SchemaSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.generic
-
Schema segment.
- SchemaSegment(int, int, String) - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.generic.SchemaSegment
-
- SelectItemExtractor - Class in org.apache.shardingsphere.sql.parser.core.extractor.impl.dml.select.item
-
Select item extractor.
- SelectItemExtractor() - Constructor for class org.apache.shardingsphere.sql.parser.core.extractor.impl.dml.select.item.SelectItemExtractor
-
- SelectItemSegment - Interface in org.apache.shardingsphere.sql.parser.sql.segment.dml.item
-
Select item segment.
- SelectItemsExtractor - Class in org.apache.shardingsphere.sql.parser.core.extractor.impl.dml.select
-
Select items extractor.
- SelectItemsExtractor() - Constructor for class org.apache.shardingsphere.sql.parser.core.extractor.impl.dml.select.SelectItemsExtractor
-
- SelectItemsFiller - Class in org.apache.shardingsphere.sql.parser.core.filler.impl.dml
-
Select items filler.
- SelectItemsFiller() - Constructor for class org.apache.shardingsphere.sql.parser.core.filler.impl.dml.SelectItemsFiller
-
- SelectItemsSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.item
-
Select items segment.
- SelectItemsSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.item.SelectItemsSegment
-
- SelectStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dml
-
Select statement.
- SelectStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement
-
- setAlias(String) - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.item.AggregationSelectItemSegment
-
- setAlias(String) - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.item.ColumnSelectItemSegment
-
- setAlias(String) - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.item.ExpressionSelectItemSegment
-
- setAlias(String) - Method in interface org.apache.shardingsphere.sql.parser.sql.segment.generic.AliasAvailable
-
Set alias.
- setAlias(String) - Method in class org.apache.shardingsphere.sql.parser.sql.segment.generic.TableSegment
-
- SetAssignmentsExtractor - Class in org.apache.shardingsphere.sql.parser.core.extractor.impl.dml.update
-
Set assignments extractor.
- SetAssignmentsExtractor() - Constructor for class org.apache.shardingsphere.sql.parser.core.extractor.impl.dml.update.SetAssignmentsExtractor
-
- SetAssignmentsFiller - Class in org.apache.shardingsphere.sql.parser.core.filler.impl.dml
-
Set assignments filler.
- SetAssignmentsFiller() - Constructor for class org.apache.shardingsphere.sql.parser.core.filler.impl.dml.SetAssignmentsFiller
-
- SetAssignmentsSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.assignment
-
Set assignments segment.
- SetAssignmentsSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.assignment.SetAssignmentsSegment
-
- SetAutoCommitStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.tcl
-
Set auto commit statement.
- SetAutoCommitStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.tcl.SetAutoCommitStatement
-
- setIndex(IndexSegment) - Method in interface org.apache.shardingsphere.sql.parser.sql.statement.generic.IndexSegmentAvailable
-
Set index segment.
- setOwner(T) - Method in interface org.apache.shardingsphere.sql.parser.sql.segment.generic.OwnerAvailable
-
Set owner.
- SetStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.postgresql
-
Set statement.
- SetStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.postgresql.SetStatement
-
- SetStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal
-
Set statement.
- SetStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.SetStatement
-
- setTable(TableSegment) - Method in interface org.apache.shardingsphere.sql.parser.sql.statement.generic.TableSegmentAvailable
-
Set table segment.
- SetTransactionStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.tcl
-
Set transaction statement.
- SetTransactionStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.tcl.SetTransactionStatement
-
- setWhere(WhereSegment) - Method in interface org.apache.shardingsphere.sql.parser.sql.statement.generic.WhereSegmentAvailable
-
Set where segment.
- ShorthandSelectItemExtractor - Class in org.apache.shardingsphere.sql.parser.core.extractor.impl.dml.select.item.impl
-
Shorthand select item extractor.
- ShorthandSelectItemExtractor() - Constructor for class org.apache.shardingsphere.sql.parser.core.extractor.impl.dml.select.item.impl.ShorthandSelectItemExtractor
-
- ShorthandSelectItemSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.item
-
Shorthand select item segment.
- ShorthandSelectItemSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.item.ShorthandSelectItemSegment
-
- ShowColumnsStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
-
Show columns statement.
- ShowColumnsStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.ShowColumnsStatement
-
- ShowCreateTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
-
Show create table statement.
- ShowCreateTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.ShowCreateTableStatement
-
- ShowDatabasesStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
-
Show databases statement.
- ShowDatabasesStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.ShowDatabasesStatement
-
- ShowIndexStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
-
Show columns statement.
- ShowIndexStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.ShowIndexStatement
-
- ShowOtherStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
-
Other show statement.
- ShowOtherStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.ShowOtherStatement
-
- ShowStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.postgresql
-
Show statement.
- ShowStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.postgresql.ShowStatement
-
- ShowTablesStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
-
Show tables statement.
- ShowTablesStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.ShowTablesStatement
-
- ShowTableStatusStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
-
Show table status statement.
- ShowTableStatusStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.ShowTableStatusStatement
-
- SimpleExpressionSegment - Interface in org.apache.shardingsphere.sql.parser.sql.segment.dml.expr.simple
-
Simple expression segment.
- SPIParsingHook - Class in org.apache.shardingsphere.sql.parser.hook
-
Parsing hook for SPI.
- SPIParsingHook() - Constructor for class org.apache.shardingsphere.sql.parser.hook.SPIParsingHook
-
- SQLAST - Class in org.apache.shardingsphere.sql.parser.core.parser
-
Abstract syntax tree of SQL.
- SQLAST() - Constructor for class org.apache.shardingsphere.sql.parser.core.parser.SQLAST
-
- SQLParseEngine - Class in org.apache.shardingsphere.sql.parser
-
SQL parse engine.
- SQLParseEngine() - Constructor for class org.apache.shardingsphere.sql.parser.SQLParseEngine
-
- SQLParseEngineFactory - Class in org.apache.shardingsphere.sql.parser
-
SQL parse engine factory.
- SQLParseEngineFactory() - Constructor for class org.apache.shardingsphere.sql.parser.SQLParseEngineFactory
-
- SQLParseKernel - Class in org.apache.shardingsphere.sql.parser.core
-
SQL parse kernel.
- SQLParseKernel(ParseRuleRegistry, String, String) - Constructor for class org.apache.shardingsphere.sql.parser.core.SQLParseKernel
-
- SQLParserEngine - Class in org.apache.shardingsphere.sql.parser.core.parser
-
SQL parser engine.
- SQLParserEngine() - Constructor for class org.apache.shardingsphere.sql.parser.core.parser.SQLParserEngine
-
- SQLParseResultCache - Class in org.apache.shardingsphere.sql.parser.cache
-
SQL parse result cache.
- SQLParseResultCache() - Constructor for class org.apache.shardingsphere.sql.parser.cache.SQLParseResultCache
-
- SQLParserFactory - Class in org.apache.shardingsphere.sql.parser.core.parser
-
SQL parser factory.
- SQLParserFactory() - Constructor for class org.apache.shardingsphere.sql.parser.core.parser.SQLParserFactory
-
- SQLParsingException - Exception in org.apache.shardingsphere.sql.parser.exception
-
Throw exception when SQL parsing error.
- SQLParsingException(String, Object...) - Constructor for exception org.apache.shardingsphere.sql.parser.exception.SQLParsingException
-
- SQLSegment - Interface in org.apache.shardingsphere.sql.parser.sql.segment
-
SQL segment.
- SQLSegmentExtractor - Interface in org.apache.shardingsphere.sql.parser.core.extractor.api
-
SQL segment extractor.
- SQLSegmentFiller<T extends SQLSegment> - Interface in org.apache.shardingsphere.sql.parser.core.filler
-
SQL segment filler.
- SQLSegmentsExtractorEngine - Class in org.apache.shardingsphere.sql.parser.core.extractor
-
SQL segments extractor engine.
- SQLSegmentsExtractorEngine() - Constructor for class org.apache.shardingsphere.sql.parser.core.extractor.SQLSegmentsExtractorEngine
-
- SQLStatement - Interface in org.apache.shardingsphere.sql.parser.sql.statement
-
SQL statement.
- SQLStatementFillerEngine - Class in org.apache.shardingsphere.sql.parser.core.filler
-
SQL statement filler engine.
- SQLStatementFillerEngine() - Constructor for class org.apache.shardingsphere.sql.parser.core.filler.SQLStatementFillerEngine
-
- SQLStatementRule - Class in org.apache.shardingsphere.sql.parser.core.rule.registry.statement
-
SQL statement rule.
- SQLStatementRule(SQLStatementRuleEntity, ExtractorRuleDefinition) - Constructor for class org.apache.shardingsphere.sql.parser.core.rule.registry.statement.SQLStatementRule
-
- SQLStatementRuleDefinition - Class in org.apache.shardingsphere.sql.parser.core.rule.registry.statement
-
SQL statement rule definition.
- SQLStatementRuleDefinition(SQLStatementRuleDefinitionEntity, ExtractorRuleDefinition) - Constructor for class org.apache.shardingsphere.sql.parser.core.rule.registry.statement.SQLStatementRuleDefinition
-
- SQLStatementRuleDefinitionEntity - Class in org.apache.shardingsphere.sql.parser.core.rule.jaxb.entity.statement
-
SQL statement rule definition entity for JAXB.
- SQLStatementRuleDefinitionEntity() - Constructor for class org.apache.shardingsphere.sql.parser.core.rule.jaxb.entity.statement.SQLStatementRuleDefinitionEntity
-
- SQLStatementRuleDefinitionEntityLoader - Class in org.apache.shardingsphere.sql.parser.core.rule.jaxb.loader.statement
-
SQL statement rule definition entity loader for JAXB.
- SQLStatementRuleDefinitionEntityLoader() - Constructor for class org.apache.shardingsphere.sql.parser.core.rule.jaxb.loader.statement.SQLStatementRuleDefinitionEntityLoader
-
- SQLStatementRuleEntity - Class in org.apache.shardingsphere.sql.parser.core.rule.jaxb.entity.statement
-
SQL statement rule entity for JAXB.
- SQLStatementRuleEntity() - Constructor for class org.apache.shardingsphere.sql.parser.core.rule.jaxb.entity.statement.SQLStatementRuleEntity
-
- SQLUtil - Class in org.apache.shardingsphere.sql.parser.util
-
SQL utility class.
- SQLUtil() - Constructor for class org.apache.shardingsphere.sql.parser.util.SQLUtil
-
- start(String) - Method in interface org.apache.shardingsphere.sql.parser.hook.ParsingHook
-
Handle when parse started.
- start(String) - Method in class org.apache.shardingsphere.sql.parser.hook.SPIParsingHook
-
- SubqueryExtractor - Class in org.apache.shardingsphere.sql.parser.core.extractor.impl.dml.select
-
Subquery extractor.
- SubqueryExtractor() - Constructor for class org.apache.shardingsphere.sql.parser.core.extractor.impl.dml.select.SubqueryExtractor
-
- SubqueryPredicateExtractor - Class in org.apache.shardingsphere.sql.parser.core.extractor.impl.dml.select
-
Subquery predicate extractor.
- SubqueryPredicateExtractor() - Constructor for class org.apache.shardingsphere.sql.parser.core.extractor.impl.dml.select.SubqueryPredicateExtractor
-
- SubqueryPredicateSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate
-
Subquery predicate segment.
- SubqueryPredicateSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.SubqueryPredicateSegment
-
- SubquerySegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.expr.complex
-
Subquery segment.
- SubquerySegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.expr.complex.SubquerySegment
-
- valueFrom(String) - Static method in enum org.apache.shardingsphere.sql.parser.core.constant.LogicalOperator
-
Get logical operator value from text.
- valueOf(String) - Static method in enum org.apache.shardingsphere.sql.parser.core.constant.AggregationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shardingsphere.sql.parser.core.constant.Bracket
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shardingsphere.sql.parser.core.constant.LogicalOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shardingsphere.sql.parser.core.constant.OrderDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shardingsphere.sql.parser.core.constant.Paren
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shardingsphere.sql.parser.core.constant.QuoteCharacter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shardingsphere.sql.parser.core.extractor.util.RuleName
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.shardingsphere.sql.parser.core.constant.AggregationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shardingsphere.sql.parser.core.constant.Bracket
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shardingsphere.sql.parser.core.constant.LogicalOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shardingsphere.sql.parser.core.constant.OrderDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shardingsphere.sql.parser.core.constant.Paren
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shardingsphere.sql.parser.core.constant.QuoteCharacter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shardingsphere.sql.parser.core.extractor.util.RuleName
-
Returns an array containing the constants of this enum type, in
the order they are declared.