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 AllSynonyms

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.AllSynonyms

All Implemented Interfaces:
ViewRow

public class AllSynonyms
extends ViewRowFactory
implements ViewRow

Field Summary
static int iOWNER
           
static int iSYNONYM_NAME
           
private static boolean m_indexed
           
 java.lang.String owner
           
 java.lang.String synonymName
           

 

Constructor Summary
AllSynonyms(java.sql.ResultSet rs)
           

 

Method Summary
static java.lang.String[] getProjectList()
           
 boolean isAllSynonyms()
           
 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, isAllMethodResults, isAllObjects, isAllQueueTables, 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, isAllMethodResults, isAllObjects, isAllQueueTables, isAllTypeAttrs, isAllTypeMethods, isAllTypes, isSingleColumnViewRow, isUserArguments

 

Field Detail

iOWNER

public static int iOWNER

iSYNONYM_NAME

public static int iSYNONYM_NAME

m_indexed

private static boolean m_indexed

owner

public java.lang.String owner

synonymName

public java.lang.String synonymName

Constructor Detail

AllSynonyms

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

Method Detail

isAllSynonyms

public boolean isAllSynonyms()
Specified by:
isAllSynonyms in interface ViewRow
Overrides:
isAllSynonyms 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.