|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.derby.impl.sql.CursorInfo
public class 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.Externalizableout - write bytes here
java.io.IOException - thrown on error
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablein - read this.
java.io.IOException - thrown on error
java.lang.ClassNotFoundException - thrown on errorpublic int getTypeFormatId()
getTypeFormatId in interface TypedFormatpublic java.lang.String toString()
toString in class java.lang.Object
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||