1.0

Table Of Contents
DescriptionMethod
Retrieves and removes the head row of this result set, returns null if
there is no row currently available in this result set, or returns
END_OF_RESULTS if there are no more rows in this result set.
pollRow()
An overload of above with a timeout parameter. The TimeUnit
parameter is used to interpret the timeout parameter.
pollRow(long timeout, TimeUnit unit)
Retrieves, but does not remove, the head row of this result set, returns
null if there is no row currently available in this result set, or returns
END_OF_RESULTS if there are no more rows in this result set.
peekRow()
An overload of above with a timeout parameter.peekRow(long timeout, TimeUnit unit)
Retrieves, but does not remove, the head row of this result set, waiting
if necessary until an element becomes available, or returning
END_OF_RESULTS if there are no more rows in this result set.
waitPeekRow()
Return metadata information about the columns in this result set.
May block until the metadata is available.
getMetaData()
429
SQLFire API