Serialized Form


Package org.apache.derby.impl.store.logical.operations

Class org.apache.derby.impl.store.logical.operations.LogicalAbortOperation extends LogicalOperation implements Serializable

serialVersionUID: 5630865881739066021l

Class org.apache.derby.impl.store.logical.operations.LogicalCommitOperation extends LogicalOperation implements Serializable

serialVersionUID: 2404910542679338238l

Class org.apache.derby.impl.store.logical.operations.LogicalDeleteOperation extends LogicalOperation implements Serializable

serialVersionUID: 9003105796974012615l

Class org.apache.derby.impl.store.logical.operations.LogicalImage extends java.lang.Object implements Serializable

serialVersionUID: 4755778266295898312l

Serialized Fields

contents

java.util.Hashtable contents

type

int type

key

java.lang.String key

keyColumnName

java.lang.String keyColumnName

Class org.apache.derby.impl.store.logical.operations.LogicalInsertOperation extends LogicalOperation implements Serializable

serialVersionUID: -2756798443496783420l

Class org.apache.derby.impl.store.logical.operations.LogicalOperation extends java.lang.Object implements Serializable

Serialized Fields

beforeImage

LogicalImage beforeImage

afterImage

LogicalImage afterImage

oldKey

org.apache.derby.iapi.types.DataValueDescriptor oldKey

newKey

org.apache.derby.iapi.types.DataValueDescriptor newKey

tableName

java.lang.String tableName

redoStmt

java.lang.String redoStmt

undoStmt

java.lang.String undoStmt

Class org.apache.derby.impl.store.logical.operations.LogicalUpdateOperation extends LogicalOperation implements Serializable

serialVersionUID: 7376047523027256627l


Package org.apache.derby.impl.services.net

Class org.apache.derby.impl.services.net.NetworkPayload extends java.lang.Object implements Serializable

serialVersionUID: 3121376589155465699l

Serialized Fields

payload

java.lang.Object payload

type

int type


Package org.apache.derby.impl.store.logical.log

Class org.apache.derby.impl.store.logical.log.LogicalLog extends java.lang.Object implements Serializable

serialVersionUID: 1l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Overridden method to read the object from a stream in an iterative manner instead of javas default recursive marshalling

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Overridden method to write the object to the stream in an iterative manner instead of javas default recursive marshalling

Throws:
java.io.IOException
Serialized Fields

MAX_SIZE

int MAX_SIZE
See Also:
Constant Field Values

size

int size

Class org.apache.derby.impl.store.logical.log.LogicalLogRecord extends java.lang.Object implements Serializable

Serialized Fields

lsn

int lsn

prevTransLsn

int prevTransLsn

transid

int transid

operation

LogicalLoggable operation