| java.lang.Object org.apache.derby.impl.sql.CursorInfo
CursorInfo | public class CursorInfo implements Formatable(Code) | | A basic holder for information about cursors
for execution.
author: jamie |
targetTable | ExecCursorTableReference targetTable(Code) | | This class implements Formatable. That means that it
can write itself to and from a formatted stream. If
you add more fields to this class, make sure that you
also write/read them with the writeExternal()/readExternal()
methods.
If, inbetween releases, you add more fields to this class,
then you should bump the version number emitted by the getTypeFormatId()
method.
|
updateMode | int updateMode(Code) | | |
CursorInfo | public CursorInfo()(Code) | | Niladic constructor for Formatable
|
getTypeFormatId | public int getTypeFormatId()(Code) | | Get the formatID which corresponds to this class.
the formatID of this class |
|
|