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 ParamInfo

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


public class ParamInfo
extends java.lang.Object

Field Summary
 int dataLength
           
 int dataPrecision
           
 int dataScale
           
 java.lang.String methodName
           
 java.lang.String methodNo
           
 boolean ncharFormOfUse
           
 int objectId
           
 java.lang.String paramMode
           
 java.lang.String paramName
           
 int paramNo
           
 java.lang.String paramTypeMod
           
 java.lang.String paramTypeName
           
 java.lang.String paramTypeOwner
           
 java.lang.String paramTypeSubname
           
 int sequence
           

 

Constructor Summary
ParamInfo(AllMethodParams r)
           
ParamInfo(UserArguments r)
           

 

Method Summary
static ParamInfo[] getParamInfo(java.util.ArrayList<ViewRow> v)
           
static ParamInfo[] getParamInfo(java.util.Iterator<ViewRow> iter)
           

 

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

 

Field Detail

paramName

public java.lang.String paramName

paramMode

public java.lang.String paramMode

paramNo

public int paramNo

paramTypeName

public java.lang.String paramTypeName

paramTypeSubname

public java.lang.String paramTypeSubname

ncharFormOfUse

public boolean ncharFormOfUse

paramTypeOwner

public java.lang.String paramTypeOwner

paramTypeMod

public java.lang.String paramTypeMod

methodName

public java.lang.String methodName

methodNo

public java.lang.String methodNo

sequence

public int sequence

dataLength

public int dataLength

dataPrecision

public int dataPrecision

dataScale

public int dataScale

objectId

public int objectId

Constructor Detail

ParamInfo

public ParamInfo(AllMethodParams r)
          throws java.sql.SQLException
Throws:
java.sql.SQLException

ParamInfo

public ParamInfo(UserArguments r)
          throws java.sql.SQLException
Throws:
java.sql.SQLException

Method Detail

getParamInfo

public static ParamInfo[] getParamInfo(java.util.Iterator<ViewRow> iter)
                                throws java.sql.SQLException
Throws:
java.sql.SQLException

getParamInfo

public static ParamInfo[] getParamInfo(java.util.ArrayList<ViewRow> v)
                                throws java.sql.SQLException
Throws:
java.sql.SQLException

Skip navigation links

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