Hierarchy For Package org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.limit
Package Hierarchies:Class Hierarchy
- java.lang.Object
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.limit.LimitSegment (implements org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment)
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.limit.LimitValueSegment (implements org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.PaginationValueSegment)
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.limit.NumberLiteralLimitValueSegment (implements org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.NumberLiteralPaginationValueSegment)
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.limit.ParameterMarkerLimitValueSegment (implements org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.ParameterMarkerPaginationValueSegment)