Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


oracle.javatools.parser.plsql.data
Interface PlsqlCursor

All Superinterfaces:
PlsqlHasFormals, PlsqlHasName, PlsqlNode
All Known Implementing Classes:
PtnodCursor

public interface PlsqlCursor
extends PlsqlNode, PlsqlHasName, PlsqlHasFormals

A plsql cursor declaration. Syntax is "CURSOR TYPE name ( formals ) RETURN return_type IS cursor_sql_stmt", where the TYPE keyword is optional, the formal part is optional, the RETURN part is optional, and the body ("IS cursor_sql_stmt") is optional. Hence, "CURSOR name" is a valid cursor declaration.


Method Summary

 

Methods inherited from interface oracle.javatools.parser.plsql.data.PlsqlHasName
getName

 

Methods inherited from interface oracle.javatools.parser.plsql.data.PlsqlHasFormals
getFormalParameters, getReturnType

 

Methods inherited from interface oracle.javatools.parser.plsql.data.PlsqlNode
getStartOffset, getTreeKind

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


Copyright © 1997, 2015, Oracle. All rights reserved.