Lines Matching refs:rowset

26 package javax.sql.rowset;
35 import javax.sql.rowset.spi.*;
60 * A <code>CachedRowSet</code> object is a <i>disconnected</i> rowset, which means
99 * the rowset populated itself with that value.)
203 * columns will be writable or read only, depending on whether the rowset is
212 * <code>ResultSet</code> object, but because the rowset is not connected to
230 * row on the insert row, inserting it into the rowset, and then calling the
268 * rowset to the underlying data source. The writer is implemented to make a
277 * the rowset is disconnected from the database and simply checks to see if there
313 * whenever there is a change in the rowset. For example, if a
317 * bar graph could be registered as listeners with the rowset so that they can
384 * database. The reader for a rowset can be implemented to read and populate
385 * its rowset with data from any tabular data source, including a spreadsheet
389 * can use this capability to create a rowset containing data from
396 * a tool. The number and kinds of properties a rowset has will vary,
397 * depending on what the rowset does and how it gets its data. For example,
400 * If a rowset uses the <code>DriverManager</code> facility to make a
404 * If, on the other hand, the rowset uses a <code>DataSource</code> object
417 * In order to be able to populate itself with data from a database, a rowset
421 * To set these placeholder parameters with values, a rowset provides
483 * It sets the rowset's command, sets the command's parameters, and executes
666 * so that it can execute the rowset's command and read data from the
743 * @see javax.sql.rowset.spi.SyncFactory
744 * @see javax.sql.rowset.spi.SyncProvider
745 * @see javax.sql.rowset.spi.SyncProviderException
746 * @see javax.sql.rowset.spi.SyncResolver
814 * @see javax.sql.rowset.spi.SyncFactory
815 * @see javax.sql.rowset.spi.SyncProvider
816 * @see javax.sql.rowset.spi.SyncProviderException
817 * @see javax.sql.rowset.spi.SyncResolver
824 * have been no changes to the rowset or only one set of changes,
831 * rowset instance are replaced by the previous values. In addition,
846 * the rowset contains no rows after this method is called. There
847 * are no interactions with the underlying data source, and any rowset
865 * This method empties a rowset, as opposed to the <code>close</code> method,
866 * which marks the entire rowset as recoverable to allow the garbage collector
867 * the rowset's Java VM resources.
880 * time during the lifetime of the rowset.
894 * @see javax.sql.rowset.CachedRowSet#undoInsert
903 * lifetime of a rowset and assuming the current row is within
919 * @see javax.sql.rowset.CachedRowSet#undoDelete
934 * rowset; however, after a synchronization has occurred, this method has no
935 * effect until further modification to the rowset data has occurred.
987 * interface uses a <code>TreeMap</code> object for the rowset, with the
1073 * <code>CachedRowSet</code> object. Internally, this method is used by a rowset
1074 * to trigger read or write actions between the rowset
1075 * and the data source. For example, a rowset may need to get a handle
1076 * on the the rowset reader (<code>RowSetReader</code> object) from the
1077 * <code>SyncProvider</code> to allow the rowset to be populated.
1081 * SyncFactory.getInstance("javax.sql.rowset.provider.RIOptimisticProvider");
1087 * the rowset implementation, when an application calls the <code>execute</code>
1100 * @return the <code>SyncProvider</code> object that was set when the rowset
1125 * behavior of a disconnected rowset.
1139 * @return number of rows in the rowset
1146 * <code>RowSetReader</code> object is reading the contents of a rowset,
1150 * class. When the reader has completed reading the rowset contents,
1152 * object to the rowset.
1157 * rowset
1258 * @see javax.sql.rowset.spi.SyncProvider
1291 * less than or equal to the number of columns in this rowset
1293 * are not valid for this rowset
1434 * Standard rowset implementations may choose to restrict this behavior
1441 * However, most rowset users can simply ignore this extra detail because
1447 * @throws SQLException if a rowset implementation is unable to
1462 * Standard rowset implementations may choose to restrict this behavior
1469 * @exception SQLException if a rowset implementation is unable to