Hierarchy For Package org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr
Package Hierarchies:Class Hierarchy
- java.lang.Object
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.BetweenExpression (implements org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment)
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.BinaryOperationExpression (implements org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment)
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.CaseWhenExpression (implements org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment)
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.CollateExpression (implements org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment)
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.DatetimeExpression (implements org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment)
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExistsSubqueryExpression (implements org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment)
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.FunctionSegment (implements org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.complex.ComplexExpressionSegment)
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.InExpression (implements org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment)
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ListExpression (implements org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment)
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.NotExpression (implements org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment)
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.TypeCastExpression (implements org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.complex.ComplexExpressionSegment)
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.XmlNameSpacesClauseSegment (implements org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.complex.ComplexExpressionSegment)
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.XmlNameSpaceStringAsIdentifierSegment (implements org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.complex.ComplexExpressionSegment)
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.XmlPiFunctionSegment (implements org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment, org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.ProjectionSegment)
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.XmlQueryAndExistsFunctionSegment (implements org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.complex.ComplexExpressionSegment, org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.ProjectionSegment)
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.XmlSerializeFunctionSegment (implements org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.complex.ComplexExpressionSegment, org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.ProjectionSegment)
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.XmlTableColumnSegment (implements org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.complex.ComplexExpressionSegment)
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.XmlTableFunctionSegment (implements org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.complex.ComplexExpressionSegment, org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.ProjectionSegment)
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.XmlTableOptionsSegment (implements org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.complex.ComplexExpressionSegment)
Interface Hierarchy
- org.apache.shardingsphere.sql.parser.api.ASTNode
- org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment
- org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment