|
|||||||||
| 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_ |
| Fields inherited from class org.apache.derby.client.am.Cursor |
|---|
agent_, BYTES, ccsid_, charsetName_, columnDataComputedLength_, columnDataIsNullCache_, columnDataLengthCache_, columnDataPosition_, columnDataPositionCache_, columns_, currentRowPosition_, dataBuffer_, dataBufferStream_, DBCS_CLOB, fdocaLength_, hasLobs_, isNull_, jdbcTypes_, lastValidBytePosition_, MBCS_CLOB, NULL_TERMINATED_BYTES, NULL_TERMINATED_STRING, nullable_, position_, SBCS_CLOB, STRING, VARIABLE_BYTES, VARIABLE_SHORT_BYTES, VARIABLE_SHORT_STRING, VARIABLE_STRING |
| 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 org.apache.derby.client.net.NetCursor |
|---|
allocateColumnOffsetAndLengthArrays, calculateColumnOffsetsForRow_, calculateLobColumnPositionsForRow, clearLobData_, findExtdtaData, getBlobColumn_, getClobColumn_, getDecimalLength, getMoreData_, getQryclsimpEnabled, initializeColumnInfoArrays, isNonTrivialDataLob, locator, nullDataForGC, parseSQLCARD, parseSQLDCTOKS, scanDataBufferForEndOfData, setAllRowsReceivedFromServer, setQryclsimpEnabled |
| Methods inherited from class org.apache.derby.client.am.Cursor |
|---|
allocateCharBuffer, allRowsReceivedFromServer, currentRowPositionIsEqualToNextRowPosition, dataBufferHasUnprocessedData, get_INTEGER, getArray, getAsciiStream, getBinaryStream, getBlob, getCharacterStream, getClob, getIsRowUpdated, getIsUpdateDeleteHole, getObject, getRef, getUnicodeStream, incrementRowsReadEvent, makeNextRowPositionCurrent, markNextRowPosition, resetDataBuffer, setIsRowUpdated, setIsUpdataDeleteHole, setNumberOfColumns, stepNext |
| 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 Cursortrue 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 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 | ||||||||