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 AllMethodResults

java.lang.Object
  extended by org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AbstractViewRow
      extended by org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ViewRowFactory
          extended by org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllMethodResults

All Implemented Interfaces:
ViewRow

public class AllMethodResults
extends ViewRowFactory
implements ViewRow

Field Summary
 java.lang.String characterSetName
           
static int iCHARACTER_SET_NAME
           
static int iMETHOD_NAME
           
static int iMETHOD_NO
           
static int iRESULT_TYPE_MOD
           
static int iRESULT_TYPE_NAME
           
static int iRESULT_TYPE_OWNER
           
private static boolean m_indexed
           
 java.lang.String methodName
           
 java.lang.String methodNo
           
 java.lang.String resultTypeMod
           
 java.lang.String resultTypeName
           
 java.lang.String resultTypeOwner
           

 

Constructor Summary
AllMethodResults(java.sql.ResultSet rs)
           

 

Method Summary
static java.lang.String[] getProjectList()
           
 boolean isAllMethodResults()
           
 java.lang.String toString()
           

 

Methods inherited from class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ViewRowFactory
createViewRow, equals, getProject, hasPosition, hasSequence

 

Methods inherited from class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AbstractViewRow
isAllArguments, isAllCollTypes, isAllMethodParams, isAllObjects, isAllQueueTables, isAllSynonyms, isAllTypeAttrs, isAllTypeMethods, isAllTypes, isSingleColumnViewRow, isUserArguments

 

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

 

Methods inherited from interface org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ViewRow
equals, isAllArguments, isAllCollTypes, isAllMethodParams, isAllObjects, isAllQueueTables, isAllSynonyms, isAllTypeAttrs, isAllTypeMethods, isAllTypes, isSingleColumnViewRow, isUserArguments

 

Field Detail

iRESULT_TYPE_MOD

public static int iRESULT_TYPE_MOD

iRESULT_TYPE_OWNER

public static int iRESULT_TYPE_OWNER

iRESULT_TYPE_NAME

public static int iRESULT_TYPE_NAME

iCHARACTER_SET_NAME

public static int iCHARACTER_SET_NAME

iMETHOD_NAME

public static int iMETHOD_NAME

iMETHOD_NO

public static int iMETHOD_NO

m_indexed

private static boolean m_indexed

resultTypeMod

public java.lang.String resultTypeMod

resultTypeOwner

public java.lang.String resultTypeOwner

resultTypeName

public java.lang.String resultTypeName

characterSetName

public java.lang.String characterSetName

methodName

public java.lang.String methodName

methodNo

public java.lang.String methodNo

Constructor Detail

AllMethodResults

public AllMethodResults(java.sql.ResultSet rs)
                 throws java.sql.SQLException
Throws:
java.sql.SQLException

Method Detail

isAllMethodResults

public boolean isAllMethodResults()
Specified by:
isAllMethodResults in interface ViewRow
Overrides:
isAllMethodResults in class AbstractViewRow

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getProjectList

public static java.lang.String[] getProjectList()

Skip navigation links

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