Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.cursor.CursorNameSegment
-
Packages that use CursorNameSegment Package Description org.apache.shardingsphere.sql.parser.sql.common.statement.ddl -
-
Uses of CursorNameSegment 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 CursorNameSegment Modifier and Type Method Description Optional<CursorNameSegment>CloseStatement. getCursorName()Get cursor name.
-