Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.javatools.parser.plsql.data
Interface PlsqlVariable

All Superinterfaces:
PlsqlHasName, PlsqlNode
All Known Implementing Classes:
PtnodVariable

public interface PlsqlVariable
extends PlsqlNode, PlsqlHasName

This is a plsql variable. Either an object_d or a cmpon_d_pls (which amounts to almost the same thing).


Method Summary
 PlsqlType getVariableType()
           

 

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

 

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

 

Method Detail

getVariableType

PlsqlType getVariableType()
Returns:
The declared type of this variable.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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