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 MethodInfo

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


public class MethodInfo
extends java.lang.Object

Field Summary
 java.lang.String methodName
           
 java.lang.String methodNo
           
 java.lang.String methodType
           
 int parameters
           
 int results
           

 

Constructor Summary
MethodInfo(AllTypeMethods row)
           
MethodInfo(UserArguments row)
           

 

Method Summary
static MethodInfo[] getMethodInfo(java.util.Iterator<ViewRow> iter)
           
static MethodInfo[] groupBy(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

methodName

public java.lang.String methodName

methodNo

public java.lang.String methodNo

methodType

public java.lang.String methodType

parameters

public int parameters

results

public int results

Constructor Detail

MethodInfo

public MethodInfo(UserArguments row)
           throws java.sql.SQLException
Throws:
java.sql.SQLException

MethodInfo

public MethodInfo(AllTypeMethods row)
           throws java.sql.SQLException
Throws:
java.sql.SQLException

Method Detail

getMethodInfo

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

groupBy

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

Skip navigation links

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