|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.impl.sql.CursorInfo
A basic holder for information about cursors for execution.
Field Summary | |
(package private) ResultColumnDescriptor[] |
targetColumns
|
(package private) ExecCursorTableReference |
targetTable
This class implements Formatable. |
(package private) java.lang.String[] |
updateColumns
|
(package private) int |
updateMode
|
Constructor Summary | |
CursorInfo()
Niladic constructor for Formatable |
|
CursorInfo(int updateMode,
ExecCursorTableReference targetTable,
ResultColumnDescriptor[] targetColumns,
java.lang.String[] updateColumns)
|
Method Summary | |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
ExecCursorTableReference targetTable
ResultColumnDescriptor[] targetColumns
java.lang.String[] updateColumns
int updateMode
Constructor Detail |
public CursorInfo()
public CursorInfo(int updateMode, ExecCursorTableReference targetTable, ResultColumnDescriptor[] targetColumns, java.lang.String[] updateColumns)
Method Detail |
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
out
- write bytes here
java.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 error
java.lang.ClassNotFoundException
- thrown on errorpublic int getTypeFormatId()
getTypeFormatId
in interface TypedFormat
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |