java.io.Externalizable
, java.io.Serializable
, Formatable
, TypedFormat
public class CursorInfo extends java.lang.Object implements Formatable
Modifier and Type | Field | Description |
---|---|---|
(package private) ExecCursorTableReference |
targetTable |
This class implements Formatable.
|
(package private) java.util.List<java.lang.String> |
updateColumns |
|
(package private) int |
updateMode |
Constructor | Description |
---|---|
CursorInfo() |
Niladic constructor for Formatable
|
CursorInfo(int updateMode,
ExecCursorTableReference targetTable,
java.util.List<java.lang.String> updateColumns) |
Modifier and Type | Method | Description |
---|---|---|
int |
getTypeFormatId() |
Get the formatID which corresponds to this class.
|
void |
readExternal(java.io.ObjectInput in) |
Read this object from a stream of stored objects.
|
java.lang.String |
toString() |
|
void |
writeExternal(java.io.ObjectOutput out) |
Write this object out
|
ExecCursorTableReference targetTable
java.util.List<java.lang.String> updateColumns
int updateMode
public CursorInfo()
public CursorInfo(int updateMode, ExecCursorTableReference targetTable, java.util.List<java.lang.String> updateColumns)
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
out
- write bytes herejava.io.IOException
- thrown on errorpublic void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
in
- read this.java.io.IOException
- thrown on errorjava.lang.ClassNotFoundException
- thrown on errorpublic int getTypeFormatId()
getTypeFormatId
in interface TypedFormat
public java.lang.String toString()
toString
in class java.lang.Object
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.