Oracle9i Business Components for Java Oracle Domains API Reference
Oracle9i Jdeveloper (9.0.4)
B10392-01


Serialized Form


Package oracle.jbo.domain

Class oracle.jbo.domain.Array implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

mElemData

java.lang.Object[] mElemData

mElemDataGotten

boolean mElemDataGotten

mElemType

java.lang.Class mElemType

mOwnerAttrIndex

int mOwnerAttrIndex
Index of the attribute in the domain owner's container.

mElemXMLFactory

XMLDomainFactory mElemXMLFactory

mTrans

Transaction mTrans

mOwner

DomainOwnerInterface mOwner

mSqlTypeName

java.lang.String mSqlTypeName

Class oracle.jbo.domain.BaseLobDomain implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException

Class oracle.jbo.domain.BFileDomain implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException

Class oracle.jbo.domain.BlobDomain implements Serializable

Class oracle.jbo.domain.Char implements Serializable

Class oracle.jbo.domain.ClobDomain implements Serializable

Class oracle.jbo.domain.Date implements Serializable

Class oracle.jbo.domain.DBSequence implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

mVal

java.lang.Long mVal

mValString

java.lang.String mValString

mSeed

boolean mSeed

Class oracle.jbo.domain.Number implements Serializable

Class oracle.jbo.domain.Raw implements Serializable

Class oracle.jbo.domain.Ref implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

mStructName

java.lang.String mStructName

mData

byte[] mData

mTrans

Transaction mTrans

Class oracle.jbo.domain.RowID implements Serializable

Class oracle.jbo.domain.Sequence implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

mVal

java.lang.Long mVal

Class oracle.jbo.domain.Struct implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

mData

java.lang.Object mData
Internal: Applications should not use this field.

mHashCode

int mHashCode

mIsHashGood

boolean mIsHashGood

mIndexString

java.lang.String mIndexString

mOwner

DomainOwnerInterface mOwner

mConnection

java.lang.Object mConnection
Internal: Applications should not use this field.

mTxn

Transaction mTxn
Internal: Applications should not use this field.

mContext

HashMap mContext
Internal: Applications should not use this field.

mOwnerAttrIndex

int mOwnerAttrIndex
Index of the attribute in the domain owner's container.

mXmlFac

XMLDomainFactory mXmlFac
The factory object that creates an instance of this STRUCT given an XML element.

mAttrXmlFac

XMLDomainFactory[] mAttrXmlFac
Factories for each of the attibutes if they have one.

Class oracle.jbo.domain.Timestamp implements Serializable

Oracle9i Business Components for Java Oracle Domains API Reference
Oracle9i Jdeveloper (9.0.4)
B10392-01


 

Copyright © 1997, 2003, Oracle. All rights reserved.