Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


org.eclipse.persistence.platform.database.oracle.publisher.viewcache
Class PlsqlTypeInfo

java.lang.Object
  extended by org.eclipse.persistence.platform.database.oracle.publisher.viewcache.PlsqlTypeInfo


public class PlsqlTypeInfo
extends java.lang.Object

Field Summary
 java.lang.String argumentName
           
 int dataLevel
           
 java.lang.String objectName
           
 int position
           
 int sequence
           

 

Constructor Summary
PlsqlTypeInfo(UserArguments r)
           

 

Method Summary
static PlsqlTypeInfo[] getPlsqlTypeInfo(java.util.ArrayList<ViewRow> viewRows)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

sequence

public int sequence

position

public int position

dataLevel

public int dataLevel

argumentName

public java.lang.String argumentName

objectName

public java.lang.String objectName

Constructor Detail

PlsqlTypeInfo

public PlsqlTypeInfo(UserArguments r)

Method Detail

getPlsqlTypeInfo

public static PlsqlTypeInfo[] getPlsqlTypeInfo(java.util.ArrayList<ViewRow> viewRows)
                                        throws java.sql.SQLException
Throws:
java.sql.SQLException

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.