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 AllCollTypes

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

All Implemented Interfaces:
ViewRow

public class AllCollTypes
extends ViewRowFactory
implements ViewRow

Field Summary
 java.lang.String characterSetName
           
 java.lang.String collType
           
 int elemLength
           
 int elemPrecision
           
 int elemScale
           
 java.lang.String elemTypeMod
           
 java.lang.String elemTypeName
           
 java.lang.String elemTypeOwner
           
static int iCHARACTER_SET_NAME
           
static int iCOLL_TYPE
           
static int iELEM_TYPE_MOD
           
static int iELEM_TYPE_NAME
           
static int iELEM_TYPE_OWNER
           
static int iLENGTH
           
static int iPRECISION
           
static int iSCALE
           
private static boolean m_indexed
           

 

Constructor Summary
AllCollTypes(java.sql.ResultSet rs)
           

 

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

 

Field Detail

iCOLL_TYPE

public static int iCOLL_TYPE

iELEM_TYPE_NAME

public static int iELEM_TYPE_NAME

iELEM_TYPE_OWNER

public static int iELEM_TYPE_OWNER

iELEM_TYPE_MOD

public static int iELEM_TYPE_MOD

iLENGTH

public static int iLENGTH

iPRECISION

public static int iPRECISION

iSCALE

public static int iSCALE

iCHARACTER_SET_NAME

public static int iCHARACTER_SET_NAME

m_indexed

private static boolean m_indexed

collType

public java.lang.String collType

elemTypeName

public java.lang.String elemTypeName

elemTypeOwner

public java.lang.String elemTypeOwner

elemTypeMod

public java.lang.String elemTypeMod

elemLength

public int elemLength

elemPrecision

public int elemPrecision

elemScale

public int elemScale

characterSetName

public java.lang.String characterSetName

Constructor Detail

AllCollTypes

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

Method Detail

isAllCollTypes

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