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 AllArguments

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.UserArguments
              extended by org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllArguments

All Implemented Interfaces:
ViewRow

public class AllArguments
extends UserArguments
implements ViewRow

Field Summary
private static int iOWNER
           
 java.lang.String owner
           

 

Fields inherited from class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.UserArguments
ARGUMENT_NAME, CHARACTER_SET_NAME, DATA_LENGTH, DATA_LEVEL, DATA_PRECISION, DATA_SCALE, DATA_TYPE, iARGUMENT_NAME, iCHARACTER_SET_NAME, iDATA_LENGTH, iDATA_LEVEL, iDATA_PRECISION, iDATA_SCALE, iDATA_TYPE, iIN_OUT, IN_OUT, iOBJECT_ID, iOBJECT_NAME, iOVERLOAD, iPACKAGE_NAME, iPLS_TYPE, iPOSITION, iSEQUENCE, iTYPE_NAME, iTYPE_OWNER, iTYPE_SUBNAME, OBJECT_ID, OBJECT_NAME, OVERLOAD, PACKAGE_NAME, PLS_TYPE, POSITION, sequence, TYPE_NAME, TYPE_OWNER, TYPE_SUBNAME

 

Constructor Summary
AllArguments(java.sql.ResultSet rs)
           

 

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

 

Methods inherited from class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.UserArguments
orderByPosition, orderBySequence

 

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
isAllCollTypes, isAllMethodParams, isAllMethodResults, isAllObjects, isAllQueueTables, isAllSynonyms, isAllTypeAttrs, isAllTypeMethods, isAllTypes, isSingleColumnViewRow

 

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, isAllCollTypes, isAllMethodParams, isAllMethodResults, isAllObjects, isAllQueueTables, isAllSynonyms, isAllTypeAttrs, isAllTypeMethods, isAllTypes, isSingleColumnViewRow

 

Field Detail

iOWNER

private static int iOWNER

owner

public java.lang.String owner

Constructor Detail

AllArguments

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

Method Detail

isUserArguments

public boolean isUserArguments()
Specified by:
isUserArguments in interface ViewRow
Overrides:
isUserArguments in class UserArguments

isAllArguments

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

toString

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

getProjectList

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

Skip navigation links

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