Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.enums.DirectionType
-
Packages that use DirectionType Package Description org.apache.shardingsphere.sql.parser.sql.common.enums org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.cursor -
-
Uses of DirectionType in org.apache.shardingsphere.sql.parser.sql.common.enums
Methods in org.apache.shardingsphere.sql.parser.sql.common.enums that return DirectionType Modifier and Type Method Description static DirectionTypeDirectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static DirectionType[]DirectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.shardingsphere.sql.parser.sql.common.enums with parameters of type DirectionType Modifier and Type Method Description static booleanDirectionType. isAllDirectionType(DirectionType directionType)Is all direction type.static booleanDirectionType. isBackwardCountDirectionType(DirectionType directionType)Is backward count direction type.static booleanDirectionType. isForwardCountDirectionType(DirectionType directionType)Is forward count direction type. -
Uses of DirectionType in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.cursor
Methods in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.cursor that return types with arguments of type DirectionType Modifier and Type Method Description Optional<DirectionType>DirectionSegment. getDirectionType()Get direction type.
-