JavaScript is disabled on your browser.
All Implemented Interfaces:
ijResult
public class ijRowResult
extends ijResultImpl
This is an impl for when 1 row of a result set is
the intended use of it. The caller *must not*
do a "next" on the result set. It's up to them
to make sure that doesn't happen.
Field Summary
Fields
Modifier and Type
Field and Description
(package private) boolean
hadRow
(package private) java.sql.ResultSet
rowResult
Constructor Summary
Constructors
Constructor and Description
ijRowResult (java.sql.ResultSet r,
boolean hadRow)
Method Summary
Methods inherited from class org.apache.derby.impl.tools.ij.ijResultImpl
closeStatement , getColumnDisplayList , getColumnWidthList , getConnection , getException , getMultipleResultSets , getResultSet , getStatement , getUpdateCount , getVector , hasWarnings , isConnection , isException , isMulti , isMultipleResultSetResult , isResultSet , isStatement , isUpdateCount , isVector , toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Built on Tue 1970-01-20 05:28:49+0000, from revision ???
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.