Interface CursorAvailable
-
- All Known Implementing Classes:
CloseStatementContext,CursorStatementContext,FetchStatementContext,MoveStatementContext
public interface CursorAvailableCursor available.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.cursor.CursorNameSegment>getCursorName()Get cursor name segment.
-
-
-
Method Detail
-
getCursorName
Optional<org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.cursor.CursorNameSegment> getCursorName()
Get cursor name segment.- Returns:
- cursor name segment
-
-