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 AllTypeAttrs

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

All Implemented Interfaces:
ViewRow

public class AllTypeAttrs
extends ViewRowFactory
implements ViewRow

Field Summary
 int attrLength
           
 java.lang.String attrName
           
 int attrNo
           
 int attrPrecision
           
 int attrScale
           
 java.lang.String attrTypeMod
           
 java.lang.String attrTypeName
           
 java.lang.String attrTypeOwner
           
 java.lang.String characterSetName
           
static int iATTR_NAME
           
static int iATTR_NO
           
static int iATTR_TYPE_MOD
           
static int iATTR_TYPE_NAME
           
static int iATTR_TYPE_OWNER
           
static int iCHARACTER_SET_NAME
           
static int iLENGTH
           
static int iPRECISION
           
static int iSCALE
           
private static boolean m_indexed
           

 

Constructor Summary
AllTypeAttrs(java.sql.ResultSet rs)
           

 

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

 

Field Detail

iATTR_NAME

public static int iATTR_NAME

iATTR_NO

public static int iATTR_NO

iATTR_TYPE_MOD

public static int iATTR_TYPE_MOD

iATTR_TYPE_OWNER

public static int iATTR_TYPE_OWNER

iATTR_TYPE_NAME

public static int iATTR_TYPE_NAME

iCHARACTER_SET_NAME

public static int iCHARACTER_SET_NAME

iLENGTH

public static int iLENGTH

iPRECISION

public static int iPRECISION

iSCALE

public static int iSCALE

m_indexed

private static boolean m_indexed

attrName

public java.lang.String attrName

attrNo

public int attrNo

attrTypeMod

public java.lang.String attrTypeMod

attrTypeOwner

public java.lang.String attrTypeOwner

attrTypeName

public java.lang.String attrTypeName

characterSetName

public java.lang.String characterSetName

attrLength

public int attrLength

attrPrecision

public int attrPrecision

attrScale

public int attrScale

Constructor Detail

AllTypeAttrs

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

Method Detail

isAllTypeAttrs

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