A B C D E F G I L M N P R S T U W

S

setCatalogName(String) - Method in interface com.sun.sql.rowset.CachedRowSetX
Sets the identifier for catalog of the table referred to in the tableName property.
setCatalogName(String) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
Sets the identifier for catalog of the table referred to in the tableName property.
setColumnCatalogNames(String[]) - Method in interface com.sun.sql.rowset.CachedRowSetX
Set the columnCatalogNames property.
setColumnCatalogNames(int, String) - Method in interface com.sun.sql.rowset.CachedRowSetX
Set the columnCatalogNames property.
setColumnCatalogNames(String[]) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
Set the columnCatalogNames property.
setColumnCatalogNames(int, String) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
Set the columnCatalogNames property.
setColumnClassName(int, String) - Method in interface com.sun.sql.rowset.RowSetMetaDataX
 
setColumnClassName(int, String) - Method in class com.sun.sql.rowset.RowSetMetaDataXImpl
 
setColumnCount(int) - Method in class com.sun.sql.rowset.RowSetMetaDataXImpl
 
setColumnNames(String[]) - Method in interface com.sun.sql.rowset.CachedRowSetX
Set the columnNames property.
setColumnNames(int, String) - Method in interface com.sun.sql.rowset.CachedRowSetX
Set the columnNames property.
setColumnNames(String[]) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
Set the columnNames property.
setColumnNames(int, String) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
Set the columnNames property.
setColumnSchemaNames(String[]) - Method in interface com.sun.sql.rowset.CachedRowSetX
Set the columnSchemaNames property.
setColumnSchemaNames(int, String) - Method in interface com.sun.sql.rowset.CachedRowSetX
Set the columnSchemaNames property.
setColumnSchemaNames(String[]) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
Set the columnSchemaNames property.
setColumnSchemaNames(int, String) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
Set the columnSchemaNames property.
setColumnTableNames(String[]) - Method in interface com.sun.sql.rowset.CachedRowSetX
Set the columnTableNames property.
setColumnTableNames(int, String) - Method in interface com.sun.sql.rowset.CachedRowSetX
Set the columnTableNames property.
setColumnTableNames(String[]) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
Set the columnTableNames property.
setColumnTableNames(int, String) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
Set the columnTableNames property.
setCommand(String) - Method in class com.sun.sql.rowset.BaseRowSetX
Sets this RowSet object's command property to the given String object and clears the parameters, if any, that were set for the previous command.
setCommand(String) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
Sets this RowSet object's command property to the given String object and clears the parameters, if any, that were set for the previous command.

The command property may not be needed if the RowSet object gets its data from a source that does not support commands, such as a spreadsheet or other tabular file. Thus, this property is optional and may be null.

setCommand(String) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
Sets this RowSet object's command property to the given String object and clears the parameters, if any, that were set for the previous command.
setCommand(String) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets this CachedRowSetXImpl object's command property to the given String object and clears the parameters, if any, that were set for the previous command.
setConcurrency(int) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
setDataSourceLock(int) - Method in class com.sun.sql.rowset.providers.RIOptimisticProvider
Modifies the data source lock severity according to the standard SyncProvider classifications.
setDataSourceName(String) - Method in class com.sun.sql.rowset.BaseRowSetX
Sets the DataSource name property for this RowSet object to the given logical name and sets this RowSet object's Url property to null.
setDataSourceName(String) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
Sets the DataSource name property for this RowSet object to the given logical name and sets this RowSet object's Url property to null.
setDefinitelyWritable(int, boolean) - Method in interface com.sun.sql.rowset.RowSetMetaDataX
 
setDefinitelyWritable(int, boolean) - Method in class com.sun.sql.rowset.RowSetMetaDataXImpl
 
setFetchDirection(int) - Method in class com.sun.sql.rowset.BaseRowSetX
Gives the driver a performance hint as to the direction in which the rows in this RowSet object will be processed.
setFetchSize(int) - Method in class com.sun.sql.rowset.BaseRowSetX
Sets the fetch size for this RowSet object to the given number of rows.
setInsertableColumns(boolean[]) - Method in interface com.sun.sql.rowset.CachedRowSetX
Set the insertableColumns property.
setInsertableColumns(int, boolean) - Method in interface com.sun.sql.rowset.CachedRowSetX
Set the insertableColumns property.
setInsertableColumns(boolean[]) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
Set the insertableColumns property.
setInsertableColumns(int, boolean) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
Set the insertableColumns property.
setKeyColumns(int[]) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
setKeyColumns(int[]) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets this CachedRowSetXImpl object's keyCols field with the given array of column numbers, which forms a key for uniquely identifying a row in this rowset.
setMatchColumn(int[]) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
setMatchColumn(String[]) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
setMatchColumn(int) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
setMatchColumn(String) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
setMatchColumn(int[]) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated parameter to the given int array.
setMatchColumn(String[]) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated parameter to the given String array.
setMatchColumn(int) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated parameter to the given int object.
setMatchColumn(String) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated parameter to the given String object.
setMaxRows(int) - Method in class com.sun.sql.rowset.BaseRowSetX
Sets the maximum number of rows that this RowSet object may contain to the given number.
setMaxRows(int) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
Sets the maximum number of rows that this RowSet object may contain to the given number.
setMetaData(RowSetMetaData) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
setMetaData(RowSetMetaData) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the metadata for this CachedRowSetXImpl object with the given RowSetMetaData object.
setOriginal() - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
setOriginal() - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Marks all rows in this rowset as being original rows.
setOriginalRow() - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
setOriginalRow() - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Marks the current row in this rowset as being an original row.
setPageSize(int) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
setPageSize(int) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
This is the setter function for setting the size of the page, which specifies how many rows have to be retrived at a time.
setPassword(String) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
setPrintStatements(boolean) - Method in interface com.sun.sql.rowset.CachedRowSetX
Sets the printStatements property.
setPrintStatements(boolean) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
Sets the printStatements property.
setReader(CachedRowSetXReader) - Method in class com.sun.sql.rowset.internal.CachedRowSetXWriter
Sets the reader for this writer to the given reader.
setReadOnly(boolean) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
setReadOnly(int, boolean) - Method in interface com.sun.sql.rowset.RowSetMetaDataX
 
setReadOnly(int, boolean) - Method in class com.sun.sql.rowset.RowSetMetaDataXImpl
 
setResolvedValue(int, Object) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets obj as the value in column index in the current row of the RowSet object.
setResolvedValue(String, Object) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets obj as the value in column columnName in the current row of the RowSet object.
setSchemaName(String) - Method in interface com.sun.sql.rowset.CachedRowSetX
Sets the identifier for schema of the table referred to in the tableName property.
setSchemaName(String) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
Sets the identifier for schema of the table referred to in the tableName property.
setStartPosition(int) - Method in class com.sun.sql.rowset.internal.CachedRowSetXReader
This sets the start position in the ResultSet from where to begin.
setSyncProvider(String) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
setSyncProvider(String) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the active SyncProvider and attempts to load load the new provider using the SyncFactory SPI.
setTableName(String) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
setTableName(String) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the identifier for the table from which this rowset was derived to the given table name.
setTransactionIsolation(int) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
setType(int) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
setUpdatableColumns(boolean[]) - Method in interface com.sun.sql.rowset.CachedRowSetX
Set the updatableColumns property.
setUpdatableColumns(int, boolean) - Method in interface com.sun.sql.rowset.CachedRowSetX
Set the updatableColumns property.
setUpdatableColumns(boolean[]) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
Set the updatableColumns property.
setUpdatableColumns(int, boolean) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
Set the updatableColumns property.
setUrl(String) - Method in class com.sun.sql.rowset.BaseRowSetX
Sets the Url property for this RowSet object to the given String object and sets the dataSource name property to null.
setUrl(String) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
Sets the Url property for this RowSet object to the given String object and sets the dataSource name property to null.
setUsername(String) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
setWritable(int, boolean) - Method in interface com.sun.sql.rowset.RowSetMetaDataX
 
setWritable(int, boolean) - Method in class com.sun.sql.rowset.RowSetMetaDataXImpl
 
size() - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
size() - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Returns the number of rows in this CachedRowSetXImpl object.
sqlwarn - Variable in class com.sun.sql.rowset.CachedRowSetXImpl5
A SQLWarning which logs on the warnings
supportsUpdatableView() - Method in class com.sun.sql.rowset.providers.RIOptimisticProvider
Returns the supported updatable view abilities of the reference implementation of the SyncProvider abstract class.
SyncResolverX - Interface in com.sun.sql.rowset
Extends javax.sql.rowset.spi.SyncResolver so that SQLExceptions for each conflict can be retrieved.
SyncResolverXImpl - Class in com.sun.sql.rowset.internal
Implements SyncResolverX.
SyncResolverXImpl() - Constructor for class com.sun.sql.rowset.internal.SyncResolverXImpl
Public constructor

A B C D E F G I L M N P R S T U W