Uses of Class
org.apache.shardingsphere.infra.binder.statement.ddl.CursorStatementContext
-
Packages that use CursorStatementContext Package Description org.apache.shardingsphere.infra.binder.aware org.apache.shardingsphere.infra.binder.statement.ddl -
-
Uses of CursorStatementContext in org.apache.shardingsphere.infra.binder.aware
Methods in org.apache.shardingsphere.infra.binder.aware with parameters of type CursorStatementContext Modifier and Type Method Description voidCursorDefinitionAware. setUpCursorDefinition(CursorStatementContext cursorStatementContext)Set up cursor definition. -
Uses of CursorStatementContext in org.apache.shardingsphere.infra.binder.statement.ddl
Methods in org.apache.shardingsphere.infra.binder.statement.ddl with parameters of type CursorStatementContext Modifier and Type Method Description voidCloseStatementContext. setUpCursorDefinition(CursorStatementContext cursorStatementContext)voidFetchStatementContext. setUpCursorDefinition(CursorStatementContext cursorStatementContext)voidMoveStatementContext. setUpCursorDefinition(CursorStatementContext cursorStatementContext)
-