java.lang.Cloneable
, java.lang.Iterable<Result.Column>
, java.util.Iterator<Result.Column>
, Result
, Result.Column
public static interface Result.RowColumn extends Result.Column
RowOperation
to expose each row of a row sequence.Result.Column, Result.OutColumn, Result.RowColumn, Result.RowCount
Modifier and Type | Method | Description |
---|---|---|
void |
cancel() |
Terminate processing of the rows in this
RowOperation . |
long |
rowNumber() |
The count of rows in the row sequence preceeding this
Result.RowColumn . |
absoluteIndex, at, at, clone, forEach, get, get, hasNext, identifier, index, iterator, javaType, length, next, next, numberOfValuesRemaining, slice, spliterator, sqlType
long rowNumber()
Result.RowColumn
.
For the first row in the row sequence the rowNumber
is 0.Result.RowColumn
java.lang.IllegalStateException
- if the call that was passed this
Result
has endedvoid cancel()
RowOperation
. No further
rows in the row sequence will be processed. All subsequent rows, if any,
will be ignored. Any rows already fetched will not be processed. Any rows
not yet fetched may or may not be fetched. If fetched they will not be
processed. The RowOperation will be completed normally, as though the
current row were the last row of the row sequence.java.lang.IllegalStateException
- if the call that was passed this
Result.RowColumn
has endedReport a bug or suggest an enhancement
For further API reference and developer documentation see the Java SE Documentation, which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples.
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2017, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA.
All rights reserved. Use is subject to license terms and the documentation redistribution policy.
DRAFT JDBC 4.4 EA5