Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.cursor.DirectionSegment
-
Packages that use DirectionSegment Package Description org.apache.shardingsphere.sql.parser.sql.common.statement.ddl -
-
Uses of DirectionSegment in org.apache.shardingsphere.sql.parser.sql.common.statement.ddl
Methods in org.apache.shardingsphere.sql.parser.sql.common.statement.ddl that return types with arguments of type DirectionSegment Modifier and Type Method Description Optional<DirectionSegment>FetchStatement. getDirection()Get direction.Optional<DirectionSegment>MoveStatement. getDirection()Get direction.
-