Lines Matching refs:a
9 * with the License. You may obtain a copy of the License at
51 /** provides access to a table of data. A ResultSet
52 object is usually generated by executing a Statement.
57 A ResultSet maintains a cursor pointing to its current row of
72 underlying data to the specified type and returns a suitable
88 to retrieve the next result from a sequence of multiple results.
91 The number, types, and properties of a ResultSet's columns are
105 /** freeing all resources of a result set.
126 Chained warnings from previous calls will be cleared before processing a new call.
141 /** is the interface for navigating on the rows on a result set.
160 /** is used for locating a column by it's name.
183 a noop. To insure that a cursor has the proper isolation level to support
193 execution must be done by a different Statement than the one
195 cursor names must be unique within a connection.
220 If this <code>Statement</code> object has not set a fetch direction,
233 object has not set a fetch size,