Hierarchy For Package org.apache.shardingsphere.sql.parser.sql.common.segment.generic

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • org.apache.shardingsphere.sql.parser.sql.common.segment.generic.AliasSegment (implements org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment)
    • org.apache.shardingsphere.sql.parser.sql.common.segment.generic.CommentSegment (implements org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment)
    • org.apache.shardingsphere.sql.parser.sql.common.segment.generic.DatabaseSegment (implements org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment)
    • org.apache.shardingsphere.sql.parser.sql.common.segment.generic.DataTypeLengthSegment (implements org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment)
    • org.apache.shardingsphere.sql.parser.sql.common.segment.generic.DataTypeSegment (implements org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment)
    • org.apache.shardingsphere.sql.parser.sql.common.segment.generic.GrantLevelSegment (implements org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment)
    • org.apache.shardingsphere.sql.parser.sql.common.segment.generic.InsertMultiTableElementSegment (implements org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment)
    • org.apache.shardingsphere.sql.parser.sql.common.segment.generic.ModelSegment (implements org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment)
    • org.apache.shardingsphere.sql.parser.sql.common.segment.generic.NameSegment (implements org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment)
    • org.apache.shardingsphere.sql.parser.sql.common.segment.generic.OutputSegment (implements org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment)
    • org.apache.shardingsphere.sql.parser.sql.common.segment.generic.OwnerSegment (implements org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment)
    • org.apache.shardingsphere.sql.parser.sql.common.segment.generic.WindowSegment (implements org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment)
    • org.apache.shardingsphere.sql.parser.sql.common.segment.generic.WithSegment (implements org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment)

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.generic.OwnerAvailable

Enum Hierarchy