|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.client.am.Cursor
org.apache.derby.client.net.NetCursor
org.apache.derby.client.net.NetSqldta
public class NetSqldta
Field Summary | |
---|---|
private NetConnection |
netConnection_
|
Fields inherited from class org.apache.derby.client.net.NetCursor |
---|
blocking_, extdtaData_, extdtaPositions_, isGraphic_, maximumRowSize_, netAgent_, netResultSet_, numMddOverrides_, qrydscTypdef_, rtnextrow_, targetSqlamForTypdef_, typeToUseForComputingDataLength_ |
Constructor Summary | |
---|---|
NetSqldta(NetAgent netAgent)
|
Method Summary | |
---|---|
protected boolean |
calculateColumnOffsetsForRow()
|
boolean |
next()
Makes the next row the current row. |
private int |
readFdocaOneByte()
|
private int |
readFdocaTwoByteLength()
|
private int |
skipFdocaBytes(int length)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private NetConnection netConnection_
Constructor Detail |
---|
public NetSqldta(NetAgent netAgent)
Method Detail |
---|
public boolean next() throws SqlException
Cursor
next
in class Cursor
true
if current row position is valid
SqlException
- if an error occursprotected boolean calculateColumnOffsetsForRow()
private int skipFdocaBytes(int length)
private int readFdocaOneByte()
private int readFdocaTwoByteLength()
|
Built on Thu 2010-12-23 20:49:13+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |