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
Interface ViewRow

All Known Implementing Classes:
AbstractViewRow, AllArguments, AllCollTypes, AllMethodParams, AllMethodResults, AllObjects, AllQueueTables, AllSynonyms, AllTypeAttrs, AllTypeMethods, AllTypes, SingleColumnViewRow, UserArguments, ViewRowFactory

public interface ViewRow

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()
           

 

Method Detail

equals

boolean equals(java.lang.String key,
               java.lang.Object value)

isAllCollTypes

boolean isAllCollTypes()

isAllMethodParams

boolean isAllMethodParams()

isAllMethodResults

boolean isAllMethodResults()

isAllObjects

boolean isAllObjects()

isAllQueueTables

boolean isAllQueueTables()

isAllSynonyms

boolean isAllSynonyms()

isAllTypeAttrs

boolean isAllTypeAttrs()

isAllTypeMethods

boolean isAllTypeMethods()

isAllTypes

boolean isAllTypes()

isUserArguments

boolean isUserArguments()

isAllArguments

boolean isAllArguments()

isSingleColumnViewRow

boolean isSingleColumnViewRow()

Skip navigation links

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