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 AbstractViewRow

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

All Implemented Interfaces:
ViewRow
Direct Known Subclasses:
SingleColumnViewRow, ViewRowFactory

public abstract class AbstractViewRow
extends java.lang.Object
implements ViewRow

Constructor Summary
AbstractViewRow()
           

 

Method Summary
 boolean equals(java.lang.String key, java.lang.Object value)
           
 boolean isAllArguments()
           
 boolean isAllCollTypes()
           
 boolean isAllMethodParams()
           
 boolean isAllMethodResults()
           
 boolean isAllObjects()
           
 boolean isAllQueueTables()
           
 boolean isAllSynonyms()
           
 boolean isAllTypeAttrs()
           
 boolean isAllTypeMethods()
           
 boolean isAllTypes()
           
 boolean isSingleColumnViewRow()
           
 boolean isUserArguments()
           

 

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

 

Constructor Detail

AbstractViewRow

public AbstractViewRow()

Method Detail

equals

public boolean equals(java.lang.String key,
                      java.lang.Object value)
Specified by:
equals in interface ViewRow

isAllArguments

public boolean isAllArguments()
Specified by:
isAllArguments in interface ViewRow

isAllCollTypes

public boolean isAllCollTypes()
Specified by:
isAllCollTypes in interface ViewRow

isAllMethodParams

public boolean isAllMethodParams()
Specified by:
isAllMethodParams in interface ViewRow

isAllMethodResults

public boolean isAllMethodResults()
Specified by:
isAllMethodResults in interface ViewRow

isAllObjects

public boolean isAllObjects()
Specified by:
isAllObjects in interface ViewRow

isAllQueueTables

public boolean isAllQueueTables()
Specified by:
isAllQueueTables in interface ViewRow

isAllSynonyms

public boolean isAllSynonyms()
Specified by:
isAllSynonyms in interface ViewRow

isAllTypeAttrs

public boolean isAllTypeAttrs()
Specified by:
isAllTypeAttrs in interface ViewRow

isAllTypeMethods

public boolean isAllTypeMethods()
Specified by:
isAllTypeMethods in interface ViewRow

isAllTypes

public boolean isAllTypes()
Specified by:
isAllTypes in interface ViewRow

isSingleColumnViewRow

public boolean isSingleColumnViewRow()
Specified by:
isSingleColumnViewRow in interface ViewRow

isUserArguments

public boolean isUserArguments()
Specified by:
isUserArguments in interface ViewRow

Skip navigation links

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