Uses of Interface
org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment
-
-
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dal
Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.dal that implement SQLSegment Modifier and Type Class Description classFromSchemaSegmentFrom schema segment.classFromTableSegmentFrom table segment.classShowFilterSegmentShow filter segment.classShowLikeSegmentShow like segment.classVariableAssignSegmentclassVariableSegmentVariable segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dcl
Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.dcl that implement SQLSegment Modifier and Type Class Description classLoginSegmentLogin segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl
Subinterfaces of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl Modifier and Type Interface Description interfaceAlterDefinitionSegmentAlter definition segment.interfaceCreateDefinitionSegmentCreate definition segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.charset
Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.charset that implement SQLSegment Modifier and Type Class Description classCharsetNameSegmentCharset name segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column
Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column that implement SQLSegment Modifier and Type Class Description classColumnDefinitionSegmentColumn definition segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column.alter
Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column.alter that implement SQLSegment Modifier and Type Class Description classAddColumnDefinitionSegmentAdd column definition segment.classChangeColumnDefinitionSegmentChange column definition segment.classDropColumnDefinitionSegmentDrop column definition segment.classModifyColumnDefinitionSegmentModify column definition segment.classRenameColumnSegmentRename column segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column.position
Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column.position that implement SQLSegment Modifier and Type Class Description classColumnAfterPositionSegmentColumn after position segment.classColumnFirstPositionSegmentColumn first position segment.classColumnPositionSegmentColumn position segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.constraint
Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.constraint that implement SQLSegment Modifier and Type Class Description classConstraintDefinitionSegmentConstraint definition segment.classConstraintSegmentConstraint segment.classDropPrimaryKeySegmentDrop primary key segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.constraint.alter
Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.constraint.alter that implement SQLSegment Modifier and Type Class Description classAddConstraintDefinitionSegmentAdd constraint definition segment.classDropConstraintDefinitionSegmentDrop constraint definition segment.classModifyConstraintDefinitionSegmentModify constraint definition segment.classValidateConstraintDefinitionSegmentValidate constraint definition segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.cursor
Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.cursor that implement SQLSegment Modifier and Type Class Description classCursorNameSegmentCursor name segment.classDirectionSegmentDirection segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.index
Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.index that implement SQLSegment Modifier and Type Class Description classDropIndexDefinitionSegmentDrop index definition segment.classIndexNameSegmentIndex name segment.classIndexSegmentIndex segment.classIndexTypeSegmentIndex type segment.classRenameIndexDefinitionSegmentRename index definition segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.packages
Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.packages that implement SQLSegment Modifier and Type Class Description classPackageSegmentPackage segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.routine
Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.routine that implement SQLSegment Modifier and Type Class Description classFunctionNameSegmentFunction name segment.classRoutineBodySegmentRoutine body segment.classValidStatementSegmentValid statement segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.table
Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.table that implement SQLSegment Modifier and Type Class Description classAlgorithmTypeSegmentAlgorithm type segment.classConvertTableDefinitionSegmentConvert table definition segment.classLockTableSegmentLock type segment.classRenameTableDefinitionSegmentRename table definition segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.tablespace
Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.tablespace that implement SQLSegment Modifier and Type Class Description classTablespaceSegmentTablespace segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.type
Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.type that implement SQLSegment Modifier and Type Class Description classTypeSegmentType segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml
Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.dml that implement SQLSegment Modifier and Type Class Description classReturningSegmentSegment for returning clause. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.assignment
Subinterfaces of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.assignment Modifier and Type Interface Description interfaceAssignmentSegmentAssignment segment.Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.assignment that implement SQLSegment Modifier and Type Class Description classColumnAssignmentSegmentColumn Assignment segment.classInsertValuesSegmentInsert values segment.classSetAssignmentSegmentSet assignment segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column
Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column that implement SQLSegment Modifier and Type Class Description classColumnSegmentColumn segment.classInsertColumnsSegmentInsert columns segment.classOnDuplicateKeyColumnsSegmentOn duplicate key columns segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.combine
Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.combine that implement SQLSegment Modifier and Type Class Description classCombineSegmentCombine segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr
Subinterfaces of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr Modifier and Type Interface Description interfaceExpressionSegmentExpression segment.Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr that implement SQLSegment Modifier and Type Class Description classBetweenExpressionclassBinaryOperationExpressionBinary operation expression.classCaseWhenExpressionCase when expression.classCollateExpressionCollate expression.classDatetimeExpressionDatetime expression.classExistsSubqueryExpressionclassFunctionSegmentFunction segment.classInExpressionclassListExpressionclassNotExpressionclassTypeCastExpressionType cast expression.classXmlNameSpacesClauseSegmentXml name spaces segment.classXmlNameSpaceStringAsIdentifierSegmentXml name spaces string as identifier segment.classXmlPiFunctionSegmentXml processing instruction Function segment.classXmlQueryAndExistsFunctionSegmentXml Query and Exists Function segment.classXmlSerializeFunctionSegmentXml serialize function segment.classXmlTableColumnSegmentXml table column segment.classXmlTableFunctionSegmentXml table function segment.classXmlTableOptionsSegmentXml table options segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.complex
Subinterfaces of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.complex Modifier and Type Interface Description interfaceComplexExpressionSegmentComplex expression segment.Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.complex that implement SQLSegment Modifier and Type Class Description classCommonExpressionSegmentCommon expression segment.classCommonTableExpressionSegmentCommon table expression segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.simple
Subinterfaces of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.simple Modifier and Type Interface Description interfaceSimpleExpressionSegmentSimple expression segment.Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.simple that implement SQLSegment Modifier and Type Class Description classLiteralExpressionSegmentLiteral expression segment.classParameterMarkerExpressionSegmentParameter marker expression segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.subquery
Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.subquery that implement SQLSegment Modifier and Type Class Description classSubqueryExpressionSegmentSubquery expression segment.classSubquerySegmentSubquery segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item
Subinterfaces of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item Modifier and Type Interface Description interfaceProjectionSegmentProjection segment.Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item that implement SQLSegment Modifier and Type Class Description classAggregationDistinctProjectionSegmentAggregation distinct projection segment.classAggregationProjectionSegmentAggregation projection segment.classColumnProjectionSegmentColumn projection segment.classDatetimeProjectionSegmentDatetime projection segment.classExpressionProjectionSegmentExpression projection segment.classProjectionsSegmentprojections segment.classShorthandProjectionSegmentShorthand projection segment.classSubqueryProjectionSegmentSubquery projection segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order
Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order that implement SQLSegment Modifier and Type Class Description classGroupBySegmentGroup by segment.classOrderBySegmentOrder by segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.item
Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.item that implement SQLSegment Modifier and Type Class Description classColumnOrderByItemSegmentOrder by item segment for column.classExpressionOrderByItemSegmentOrder by item segment for expression.classIndexOrderByItemSegmentOrder by item segment for index.classOrderByItemSegmentOrder by item segment.classTextOrderByItemSegmentOrder by item segment for text. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination
Subinterfaces of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination Modifier and Type Interface Description interfaceNumberLiteralPaginationValueSegmentPagination value segment for number literal.interfacePaginationValueSegmentPagination value segment.interfaceParameterMarkerPaginationValueSegmentPagination value segment for parameter marker. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.limit
Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.limit that implement SQLSegment Modifier and Type Class Description classLimitSegmentLimit segment.classLimitValueSegmentLimit value segment.classNumberLiteralLimitValueSegmentLimit value segment for number literal.classParameterMarkerLimitValueSegmentLimit value segment for parameter marker. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.rownum
Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.rownum that implement SQLSegment Modifier and Type Class Description classNumberLiteralRowNumberValueSegmentRow number value segment for number literal.classParameterMarkerRowNumberValueSegmentRow number value segment for parameter marker.classRowNumberValueSegmentRow number value segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.top
Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.top that implement SQLSegment Modifier and Type Class Description classTopProjectionSegmentTop projection segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.predicate
Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.predicate that implement SQLSegment Modifier and Type Class Description classAndPredicateAnd predicate.classHavingSegmentHaving segment.classLockSegmentLock segment.classOrPredicateSegmentOr predicate segment.classWhereSegmentWhere segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.prepare
Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.prepare that implement SQLSegment Modifier and Type Class Description classPrepareStatementQuerySegmentPrepare statement query segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.generic
Subinterfaces of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.generic Modifier and Type Interface Description interfaceAliasAvailableAlias available.interfaceParameterMarkerSegmentParameter marker segment.Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.generic that implement SQLSegment Modifier and Type Class Description classAliasSegmentAlias segment.classCommentSegmentComment segment.classDatabaseSegmentSchema segment.classDataTypeLengthSegmentclassDataTypeSegmentclassGrantLevelSegmentGrant level segment.classInsertMultiTableElementSegmentInsert multi table element segment.classModelSegmentModel segment.classNameSegmentName segment.classOutputSegmentOutput segment.classOwnerSegmentOwner segment.classWindowSegmentWindow segment.classWithSegmentWith segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table
Subinterfaces of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table Modifier and Type Interface Description interfaceTableSegmentTable segment.Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table that implement SQLSegment Modifier and Type Class Description classDeleteMultiTableSegmentDelete multi table segment.classJoinTableSegmentclassSimpleTableSegmentSimple table segment.classSubqueryTableSegmentSubquery table segment.classTableNameSegmentTable name segment.classXmlTableSegmentXML table segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.tcl
Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.tcl that implement SQLSegment Modifier and Type Class Description classAutoCommitSegmentAuto commit segment.classImplicitTransactionsSegmentImplicit transactions segment. -
Uses of SQLSegment in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.segment
Classes in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.segment that implement SQLSegment Modifier and Type Class Description classCacheTableIndexSegmentCache table index segment.classCloneActionSegmentClone action segment.classCloneInstanceSegmentClone instance segment.classLoadTableIndexSegmentLoad table index segment.classMySQLPrivilegeSegmentMySQL privilege segment.classMySQLRoleOrPrivilegeSegmentRole or privilege segment.classPartitionDefinitionSegmentPartition definition segment.classPartitionSegmentPartition segment.classPasswordOrLockOptionSegmentclassResetMasterOptionSegmentMySQL reset master option segment.classResetOptionSegmentMySQL reset option segment.classResetSlaveOptionSegmentMySQL reset master option segment.classTableIndexSegmentTable index segment.classTLSOptionSegmentclassUserResourceSegmentclassUserSegment
-