| java.lang.Object javax.sql.rowset.BaseRowSet com.sun.sql.rowset.BaseRowSetX com.sun.sql.rowset.CachedRowSetXImpl5
All known Subclasses: com.sun.sql.rowset.CachedRowSetXImpl,
CachedRowSetXImpl5 | abstract public class CachedRowSetXImpl5 extends BaseRowSetX implements CachedRowSetX,RowSetInternal,Serializable,Cloneable(Code) | | The reference implementation of the CachedRowSetX interface. See the interface
definition for full behavior and implementation requirements.
Note: This implementation is based on the Sun Microsystems Reference Implemenation of
CachedRowSet
All jdbc4.0-specific methods have been split offinto a sub-class CachedRowSetXImpl, to
enable usage in both JDK5 and JDK6. This class, which has been made abstract, is
used in the BeanInfo when running in JDK5.
|
Method Summary | |
public boolean | absolute(int row) | public void | acceptChanges() | public void | acceptChanges(Connection con) | public void | addPropertyChangeListener(PropertyChangeListener listener) | public void | addPropertyChangeListener(String propertyName, PropertyChangeListener listener) | public void | afterLast() | public void | beforeFirst() | public void | cancelRowUpdates() | void | checkExecuted() | public void | clearWarnings() | protected Object | clone() Returns a new RowSet object containing by the same data
as this CachedRowSetXImpl object. | public void | close() | public boolean | columnUpdated(int idx) | public boolean | columnUpdated(String columnName) | public void | commit() | public CachedRowSet | createCopy() | public CachedRowSet | createCopyNoConstraints() | public CachedRowSet | createCopySchema() | public RowSet | createShared() | public void | deleteRow() | public void | execute(Connection conn) | public void | execute() | public int | findColumn(String columnName) | public boolean | first() | public Array | getArray(int columnIndex) | public Array | getArray(String colName) | public java.io.InputStream | getAsciiStream(int columnIndex) | public java.io.InputStream | getAsciiStream(String columnName) | public BigDecimal | getBigDecimal(int columnIndex, int scale) | public BigDecimal | getBigDecimal(String columnName, int scale) | public BigDecimal | getBigDecimal(int columnIndex) | public BigDecimal | getBigDecimal(String columnName) | public java.io.InputStream | getBinaryStream(int columnIndex) | public java.io.InputStream | getBinaryStream(String columnName) | public Blob | getBlob(int columnIndex) | public Blob | getBlob(String colName) | public boolean | getBoolean(int columnIndex) | public boolean | getBoolean(String columnName) | public byte | getByte(int columnIndex) | public byte | getByte(String columnName) | public byte[] | getBytes(int columnIndex) | public byte[] | getBytes(String columnName) | public String | getCatalogName() | public java.io.Reader | getCharacterStream(int columnIndex) | public java.io.Reader | getCharacterStream(String columnName) | public Clob | getClob(int columnIndex) | public Clob | getClob(String colName) | public String[] | getColumnCatalogNames() | public String | getColumnCatalogNames(int index) | public String[] | getColumnNames() | public String | getColumnNames(int index) | public String[] | getColumnSchemaNames() | public String | getColumnSchemaNames(int index) | public String[] | getColumnTableNames() | public String | getColumnTableNames(int index) | public Connection | getConnection() Retrieves the Connection object passed to this
CachedRowSetXImpl object. | protected BaseRow | getCurrentRow() Returns the insert row or the current row of this
CachedRowSetXImpl object. | public String | getCursorName() | public java.sql.Date | getDate(int columnIndex) | public java.sql.Date | getDate(String columnName) | public java.sql.Date | getDate(int columnIndex, Calendar cal) | public java.sql.Date | getDate(String columnName, Calendar cal) | public double | getDouble(int columnIndex) | public double | getDouble(String columnName) | public float | getFloat(int columnIndex) | public float | getFloat(String columnName) | public boolean[] | getInsertableColumns() | public boolean | getInsertableColumns(int index) | public int | getInt(int columnIndex) | public int | getInt(String columnName) | public int[] | getKeyColumns() | public long | getLong(int columnIndex) | public long | getLong(String columnName) | public int[] | getMatchColumnIndexes() | public String[] | getMatchColumnNames() | public ResultSetMetaData | getMetaData() | public Object | getObject(int columnIndex) | public Object | getObject(String columnName) | public Object | getObject(int columnIndex, java.util.Map map) | public Object | getObject(String columnName, java.util.Map map) | abstract public ResultSet | getOriginal() | abstract public ResultSet | getOriginalRow() | public int | getPageSize() | public boolean | getPrintStatements() | public Ref | getRef(int columnIndex) | public Ref | getRef(String colName) | public int | getRow() | public RowSetWarning | getRowSetWarnings() | public String | getSchemaName() | public short | getShort(int columnIndex) | public short | getShort(String columnName) | public Statement | getStatement() Returns null . | public String | getString(int columnIndex) | public String | getString(String columnName) | public SyncProvider | getSyncProvider() | public String | getTableName() | public java.sql.Time | getTime(int columnIndex) | public java.sql.Time | getTime(String columnName) | public java.sql.Time | getTime(int columnIndex, Calendar cal) | public java.sql.Time | getTime(String columnName, Calendar cal) | public java.sql.Timestamp | getTimestamp(int columnIndex) | public java.sql.Timestamp | getTimestamp(String columnName) | public java.sql.Timestamp | getTimestamp(int columnIndex, Calendar cal) | public java.sql.Timestamp | getTimestamp(String columnName, Calendar cal) | public java.net.URL | getURL(int columnIndex) | public java.net.URL | getURL(String columnName) | public java.io.InputStream | getUnicodeStream(int columnIndex) | public java.io.InputStream | getUnicodeStream(String columnName) | public boolean[] | getUpdatableColumns() | public boolean | getUpdatableColumns(int index) | public SQLWarning | getWarnings() | protected void | initContainer() Sets the rvh field to a new Vector
object with a capacity of 100 and sets the
cursorPos and numRows fields to zero. | protected void | initParams() | protected void | initProperties() Sets the properties for this CachedRowSetXImpl object to
their default values. | public void | insertRow() | protected boolean | internalFirst() | protected boolean | internalLast() | protected boolean | internalNext() Moves this CachedRowSetXImpl object's cursor to the next
row and returns true if the cursor is still in the rowset;
returns false if the cursor has moved to the position after
the last row. | protected boolean | internalPrevious() | public boolean | isAfterLast() | public boolean | isBeforeFirst() | public boolean | isExecuted() | public boolean | isFirst() | public boolean | isLast() | public boolean | last() | public void | moveToCurrentRow() | public void | moveToInsertRow() | public boolean | next() | public boolean | nextPage() | public void | populate(ResultSet data) | public void | populate(ResultSet data, int start) | public boolean | previous() | public boolean | previousPage() | public void | refreshRow() | public boolean | relative(int rows) | public void | release() | protected void | removeCurrentRow() Removes the row on which the cursor is positioned. | public void | removePropertyChangeListener(PropertyChangeListener listener) | public void | removePropertyChangeListener(String propertyName, PropertyChangeListener listener) | public void | restoreOriginal() | public void | rollback() | public void | rollback(Savepoint s) | public boolean | rowDeleted() | public boolean | rowInserted() | public void | rowSetPopulated(RowSetEvent event, int numRows) | public boolean | rowUpdated() | public void | setCatalogName(String catalogName) | public void | setColumnCatalogNames(String[] columnCatalogNames) | public void | setColumnCatalogNames(int index, String columnCatalogName) | public void | setColumnNames(String[] columnNames) | public void | setColumnNames(int index, String columnName) | public void | setColumnSchemaNames(String[] columnSchemaNames) | public void | setColumnSchemaNames(int index, String columnSchemaName) | public void | setColumnTableNames(String[] columnTableNames) | public void | setColumnTableNames(int index, String columnTableName) | public void | setCommand(String command) | public void | setConcurrency(int concurrency) | public void | setDataSourceName(String dataSourceName) | public void | setInsertableColumns(boolean[] insertableColumns) | public void | setInsertableColumns(int index, boolean insertableColumn) | public void | setKeyColumns(int[] keys) | public void | setMatchColumn(int[] columnIdxes) | public void | setMatchColumn(String[] columnNames) | public void | setMatchColumn(int columnIdx) | public void | setMatchColumn(String columnName) | public void | setMaxRows(int maxRows) | public void | setMetaData(RowSetMetaData md) | public void | setOriginal() | public void | setOriginalRow() | public void | setPageSize(int size) | public void | setPassword(String password) | public void | setPrintStatements(boolean printStatements) | public void | setReadOnly(boolean isReadOnly) | public void | setSchemaName(String schemaName) | public void | setSyncProvider(String providerStr) | public void | setTableName(String tabName) | public void | setTransactionIsolation(int transactionIsolation) | public void | setType(int type) | public void | setUpdatableColumns(boolean[] updatableColumns) | public void | setUpdatableColumns(int index, boolean updatableColumn) | public void | setUrl(String url) | public void | setUsername(String username) | public int | size() | public Collection | toCollection() | public Collection | toCollection(int column) | public Collection | toCollection(String column) | public void | undoDelete() | public void | undoInsert() | public void | undoUpdate() | public void | unsetMatchColumn(int[] columnIdxes) | public void | unsetMatchColumn(String[] columnIdxes) | public void | unsetMatchColumn(int columnIdx) | public void | unsetMatchColumn(String columnName) | public void | updateArray(int columnIndex, Array a) | public void | updateArray(String columnName, Array a) | public void | updateAsciiStream(int columnIndex, java.io.InputStream x, int length) | public void | updateAsciiStream(String columnName, java.io.InputStream x, int length) | public void | updateBigDecimal(int columnIndex, BigDecimal x) | public void | updateBigDecimal(String columnName, BigDecimal x) | public void | updateBinaryStream(int columnIndex, java.io.InputStream x, int length) | public void | updateBinaryStream(String columnName, java.io.InputStream x, int length) | public void | updateBlob(int columnIndex, Blob b) | public void | updateBlob(String columnName, Blob b) | public void | updateBoolean(int columnIndex, boolean x) | public void | updateBoolean(String columnName, boolean x) | public void | updateByte(int columnIndex, byte x) | public void | updateByte(String columnName, byte x) | public void | updateBytes(int columnIndex, byte x) | public void | updateBytes(String columnName, byte x) | public void | updateCharacterStream(int columnIndex, java.io.Reader x, int length) | public void | updateCharacterStream(String columnName, java.io.Reader reader, int length) | public void | updateClob(int columnIndex, Clob c) | public void | updateClob(String columnName, Clob c) | public void | updateDate(int columnIndex, java.sql.Date x) | public void | updateDate(String columnName, java.sql.Date x) | public void | updateDouble(int columnIndex, double x) | public void | updateDouble(String columnName, double x) | public void | updateFloat(int columnIndex, float x) | public void | updateFloat(String columnName, float x) | public void | updateInt(int columnIndex, int x) | public void | updateInt(String columnName, int x) | public void | updateLong(int columnIndex, long x) | public void | updateLong(String columnName, long x) | public void | updateNull(int columnIndex) | public void | updateNull(String columnName) | public void | updateObject(int columnIndex, Object x, int scale) | public void | updateObject(int columnIndex, Object x) | public void | updateObject(String columnName, Object x, int scale) | public void | updateObject(String columnName, Object x) | public void | updateRef(int columnIndex, java.sql.Ref ref) | public void | updateRef(String columnName, java.sql.Ref ref) | public void | updateRow() | public void | updateShort(int columnIndex, short x) | public void | updateShort(String columnName, short x) | public void | updateString(int columnIndex, String x) | public void | updateString(String columnName, String x) | public void | updateTime(int columnIndex, java.sql.Time x) | public void | updateTime(String columnName, java.sql.Time x) | public void | updateTimestamp(int columnIndex, java.sql.Timestamp x) | public void | updateTimestamp(String columnName, java.sql.Timestamp x) | public boolean | wasNull() |
cursorPos | protected int cursorPos(Code) | | The current postion of the cursor in this CachedRowSetXImpl
object.
|
internalUseInstance | protected boolean internalUseInstance(Code) | | The internalUseInstance flag tells to ignore exceptional conditions
with regard to the rowset not being executed. We must do this because this class
is also used internally and methods are called that would result in a rowset not
executed sqlexception if the user called them.
|
numDeleted | protected int numDeleted(Code) | | The number of deleted rows currently in this CachedRowSetXImpl
object.
|
numRows | protected int numRows(Code) | | The total number of rows currently in this CachedRowSetXImpl
object.
|
propertyChangeSupport | protected PropertyChangeSupport propertyChangeSupport(Code) | | The PropertyChangeSupport object helps in providing
support for property change listeners.
|
rowSetMD | protected RowSetMetaData rowSetMD(Code) | | The RowSetMetaData object that contains information about
the columns in this CachedRowSetXImpl object.
|
rowSetReader | protected RowSetReader rowSetReader(Code) | | The RowSetReaderImpl object that is the reader
for this rowset. The method execute uses this
reader as part of its implementation.
|
rowSetWriter | protected RowSetWriter rowSetWriter(Code) | | The RowSetWriterImpl object that is the writer
for this rowset. The method acceptChanges uses
this writer as part of its implementation.
|
rowsetWarning | protected RowSetWarning rowsetWarning(Code) | | A RowSetWarning which logs on the warnings
|
rvh | protected Vector rvh(Code) | | A Vector object containing the Row
objects that comprise this CachedRowSetXImpl object.
|
sqlwarn | protected SQLWarning sqlwarn(Code) | | A SQLWarning which logs on the warnings
|
clearWarnings | public void clearWarnings()(Code) | | |
clone | protected Object clone() throws CloneNotSupportedException(Code) | | Returns a new RowSet object containing by the same data
as this CachedRowSetXImpl object. This method
differs from the method createCopy in that it throws a
CloneNotSupportedException object instead of an
SQLException object, as the method createShared
does. This clone
method is called internally by the method createShared ,
which catches the CloneNotSupportedException object
and in turn throws a new SQLException object.
a copy of this CachedRowSetXImpl object throws: CloneNotSupportedException - if an error occurs whenattempting to clone this CachedRowSetXImpl object See Also: CachedRowSetXImpl5.createShared |
close | public void close()(Code) | | |
getColumnCatalogNames | public String[] getColumnCatalogNames()(Code) | | |
getColumnCatalogNames | public String getColumnCatalogNames(int index)(Code) | | |
getColumnSchemaNames | public String[] getColumnSchemaNames()(Code) | | |
getColumnSchemaNames | public String getColumnSchemaNames(int index)(Code) | | |
getColumnTableNames | public String[] getColumnTableNames()(Code) | | |
getColumnTableNames | public String getColumnTableNames(int index)(Code) | | |
getConnection | public Connection getConnection() throws SQLException(Code) | | Retrieves the Connection object passed to this
CachedRowSetXImpl object. This connection may be
used to populate this rowset with data or to write data back
to its underlying data source.
the Connection object passed to this rowset;may be null if there is no connection throws: SQLException - if an error occurs |
getCurrentRow | protected BaseRow getCurrentRow() throws SQLException(Code) | | Returns the insert row or the current row of this
CachedRowSetXImpl object.
the Row object on which this CachedRowSetXImpl objects's cursor is positioned |
getInsertableColumns | public boolean[] getInsertableColumns()(Code) | | |
getInsertableColumns | public boolean getInsertableColumns(int index)(Code) | | |
getPageSize | public int getPageSize()(Code) | | |
getPrintStatements | public boolean getPrintStatements()(Code) | | |
getUpdatableColumns | public boolean[] getUpdatableColumns()(Code) | | |
getUpdatableColumns | public boolean getUpdatableColumns(int index)(Code) | | |
initContainer | protected void initContainer()(Code) | | Sets the rvh field to a new Vector
object with a capacity of 100 and sets the
cursorPos and numRows fields to zero.
|
initParams | protected void initParams()(Code) | | |
initProperties | protected void initProperties() throws SQLException(Code) | | Sets the properties for this CachedRowSetXImpl object to
their default values. This method is called internally by the
default constructor.
|
internalNext | protected boolean internalNext() throws SQLException(Code) | | Moves this CachedRowSetXImpl object's cursor to the next
row and returns true if the cursor is still in the rowset;
returns false if the cursor has moved to the position after
the last row.
This method handles the cases where the cursor moves to a row that
has been deleted.
If this rowset shows deleted rows and the cursor moves to a row
that has been deleted, this method moves the cursor to the next
row until the cursor is on a row that has not been deleted.
The method internalNext is called by methods such as
next , absolute , and relative ,
and, as its name implies, is only called internally.
This is a implementation only method and is not required as a standard
implementation of the CachedRowSet interface.
true if the cursor is on a valid row in thisrowset; false if it is after the last row throws: SQLException - if an error occurs |
removeCurrentRow | protected void removeCurrentRow() throws SQLException(Code) | | Removes the row on which the cursor is positioned.
This is a implementation only method and is not required as a standard
implementation of the CachedRowSet interface.
throws: SQLException - if the cursor is positioned on the insertrow |
setCatalogName | public void setCatalogName(String catalogName)(Code) | | |
setColumnCatalogNames | public void setColumnCatalogNames(String[] columnCatalogNames)(Code) | | |
setColumnCatalogNames | public void setColumnCatalogNames(int index, String columnCatalogName)(Code) | | |
setColumnNames | public void setColumnNames(String[] columnNames)(Code) | | |
setColumnNames | public void setColumnNames(int index, String columnName)(Code) | | |
setColumnSchemaNames | public void setColumnSchemaNames(String[] columnSchemaNames)(Code) | | |
setColumnSchemaNames | public void setColumnSchemaNames(int index, String columnSchemaName)(Code) | | |
setColumnTableNames | public void setColumnTableNames(String[] columnTableNames)(Code) | | |
setColumnTableNames | public void setColumnTableNames(int index, String columnTableName)(Code) | | |
setInsertableColumns | public void setInsertableColumns(boolean[] insertableColumns)(Code) | | |
setInsertableColumns | public void setInsertableColumns(int index, boolean insertableColumn)(Code) | | |
setPrintStatements | public void setPrintStatements(boolean printStatements)(Code) | | |
setReadOnly | public void setReadOnly(boolean isReadOnly)(Code) | | |
setSchemaName | public void setSchemaName(String schemaName)(Code) | | |
setTransactionIsolation | public void setTransactionIsolation(int transactionIsolation) throws SQLException(Code) | | |
setUpdatableColumns | public void setUpdatableColumns(boolean[] updatableColumns)(Code) | | |
setUpdatableColumns | public void setUpdatableColumns(int index, boolean updatableColumn)(Code) | | |
updateBoolean | public void updateBoolean(int columnIndex, boolean x) throws SQLException(Code) | | |
Methods inherited from javax.sql.rowset.BaseRowSet | public void addRowSetListener(RowSetListener listener)(Code)(Java Doc) public void clearParameters() throws SQLException(Code)(Java Doc) public String getCommand()(Code)(Java Doc) public int getConcurrency() throws SQLException(Code)(Java Doc) public String getDataSourceName()(Code)(Java Doc) public boolean getEscapeProcessing() throws SQLException(Code)(Java Doc) public int getFetchDirection() throws SQLException(Code)(Java Doc) public int getFetchSize() throws SQLException(Code)(Java Doc) public int getMaxFieldSize() throws SQLException(Code)(Java Doc) public int getMaxRows() throws SQLException(Code)(Java Doc) public Object[] getParams() throws SQLException(Code)(Java Doc) public String getPassword()(Code)(Java Doc) public int getQueryTimeout() throws SQLException(Code)(Java Doc) public boolean getShowDeleted() throws SQLException(Code)(Java Doc) public int getTransactionIsolation()(Code)(Java Doc) public int getType() throws SQLException(Code)(Java Doc) public java.util.Map<String, Class<?>> getTypeMap()(Code)(Java Doc) public String getUrl() throws SQLException(Code)(Java Doc) public String getUsername()(Code)(Java Doc) protected void initParams()(Code)(Java Doc) public boolean isReadOnly()(Code)(Java Doc) protected void notifyCursorMoved() throws SQLException(Code)(Java Doc) protected void notifyRowChanged() throws SQLException(Code)(Java Doc) protected void notifyRowSetChanged() throws SQLException(Code)(Java Doc) public void removeRowSetListener(RowSetListener listener)(Code)(Java Doc) public void setArray(int parameterIndex, Array array) throws SQLException(Code)(Java Doc) public void setAsciiStream(int parameterIndex, java.io.InputStream x, int length) throws SQLException(Code)(Java Doc) public void setAsciiStream(int parameterIndex, java.io.InputStream x) throws SQLException(Code)(Java Doc) public void setAsciiStream(String parameterName, java.io.InputStream x, int length) throws SQLException(Code)(Java Doc) public void setAsciiStream(String parameterName, java.io.InputStream x) throws SQLException(Code)(Java Doc) public void setBigDecimal(int parameterIndex, java.math.BigDecimal x) throws SQLException(Code)(Java Doc) public void setBigDecimal(String parameterName, BigDecimal x) throws SQLException(Code)(Java Doc) public void setBinaryStream(int parameterIndex, java.io.InputStream x, int length) throws SQLException(Code)(Java Doc) public void setBinaryStream(int parameterIndex, java.io.InputStream x) throws SQLException(Code)(Java Doc) public void setBinaryStream(String parameterName, java.io.InputStream x, int length) throws SQLException(Code)(Java Doc) public void setBinaryStream(String parameterName, java.io.InputStream x) throws SQLException(Code)(Java Doc) public void setBlob(int parameterIndex, Blob x) throws SQLException(Code)(Java Doc) public void setBlob(int parameterIndex, InputStream inputStream, long length) throws SQLException(Code)(Java Doc) public void setBlob(int parameterIndex, InputStream inputStream) throws SQLException(Code)(Java Doc) public void setBlob(String parameterName, InputStream inputStream, long length) throws SQLException(Code)(Java Doc) public void setBlob(String parameterName, Blob x) throws SQLException(Code)(Java Doc) public void setBlob(String parameterName, InputStream inputStream) throws SQLException(Code)(Java Doc) public void setBoolean(int parameterIndex, boolean x) throws SQLException(Code)(Java Doc) public void setBoolean(String parameterName, boolean x) throws SQLException(Code)(Java Doc) public void setByte(int parameterIndex, byte x) throws SQLException(Code)(Java Doc) public void setByte(String parameterName, byte x) throws SQLException(Code)(Java Doc) public void setBytes(int parameterIndex, byte x) throws SQLException(Code)(Java Doc) public void setBytes(String parameterName, byte x) throws SQLException(Code)(Java Doc) public void setCharacterStream(int parameterIndex, Reader reader, int length) throws SQLException(Code)(Java Doc) public void setCharacterStream(int parameterIndex, java.io.Reader reader) throws SQLException(Code)(Java Doc) public void setCharacterStream(String parameterName, java.io.Reader reader, int length) throws SQLException(Code)(Java Doc) public void setCharacterStream(String parameterName, java.io.Reader reader) throws SQLException(Code)(Java Doc) public void setClob(int parameterIndex, Clob x) throws SQLException(Code)(Java Doc) public void setClob(int parameterIndex, Reader reader, long length) throws SQLException(Code)(Java Doc) public void setClob(int parameterIndex, Reader reader) throws SQLException(Code)(Java Doc) public void setClob(String parameterName, Reader reader, long length) throws SQLException(Code)(Java Doc) public void setClob(String parameterName, Clob x) throws SQLException(Code)(Java Doc) public void setClob(String parameterName, Reader reader) throws SQLException(Code)(Java Doc) public void setCommand(String cmd) throws SQLException(Code)(Java Doc) public void setConcurrency(int concurrency) throws SQLException(Code)(Java Doc) public void setDataSourceName(String name) throws SQLException(Code)(Java Doc) public void setDate(int parameterIndex, java.sql.Date x) throws SQLException(Code)(Java Doc) public void setDate(int parameterIndex, java.sql.Date x, Calendar cal) throws SQLException(Code)(Java Doc) public void setDate(String parameterName, java.sql.Date x) throws SQLException(Code)(Java Doc) public void setDate(String parameterName, java.sql.Date x, Calendar cal) throws SQLException(Code)(Java Doc) public void setDouble(int parameterIndex, double x) throws SQLException(Code)(Java Doc) public void setDouble(String parameterName, double x) throws SQLException(Code)(Java Doc) public void setEscapeProcessing(boolean enable) throws SQLException(Code)(Java Doc) public void setFetchDirection(int direction) throws SQLException(Code)(Java Doc) public void setFetchSize(int rows) throws SQLException(Code)(Java Doc) public void setFloat(int parameterIndex, float x) throws SQLException(Code)(Java Doc) public void setFloat(String parameterName, float x) throws SQLException(Code)(Java Doc) public void setInt(int parameterIndex, int x) throws SQLException(Code)(Java Doc) public void setInt(String parameterName, int x) throws SQLException(Code)(Java Doc) public void setLong(int parameterIndex, long x) throws SQLException(Code)(Java Doc) public void setLong(String parameterName, long x) throws SQLException(Code)(Java Doc) public void setMaxFieldSize(int max) throws SQLException(Code)(Java Doc) public void setMaxRows(int max) throws SQLException(Code)(Java Doc) public void setNCharacterStream(int parameterIndex, Reader value) throws SQLException(Code)(Java Doc) public void setNCharacterStream(int parameterIndex, Reader value, long length) throws SQLException(Code)(Java Doc) public void setNCharacterStream(String parameterName, Reader value, long length) throws SQLException(Code)(Java Doc) public void setNCharacterStream(String parameterName, Reader value) throws SQLException(Code)(Java Doc) public void setNClob(String parameterName, NClob value) throws SQLException(Code)(Java Doc) public void setNClob(String parameterName, Reader reader, long length) throws SQLException(Code)(Java Doc) public void setNClob(String parameterName, Reader reader) throws SQLException(Code)(Java Doc) public void setNClob(int parameterIndex, Reader reader, long length) throws SQLException(Code)(Java Doc) public void setNClob(int parameterIndex, NClob value) throws SQLException(Code)(Java Doc) public void setNClob(int parameterIndex, Reader reader) throws SQLException(Code)(Java Doc) public void setNString(int parameterIndex, String value) throws SQLException(Code)(Java Doc) public void setNString(String parameterName, String value) throws SQLException(Code)(Java Doc) public void setNull(int parameterIndex, int sqlType) throws SQLException(Code)(Java Doc) public void setNull(int parameterIndex, int sqlType, String typeName) throws SQLException(Code)(Java Doc) public void setNull(String parameterName, int sqlType) throws SQLException(Code)(Java Doc) public void setNull(String parameterName, int sqlType, String typeName) throws SQLException(Code)(Java Doc) public void setObject(int parameterIndex, Object x, int targetSqlType, int scale) throws SQLException(Code)(Java Doc) public void setObject(int parameterIndex, Object x, int targetSqlType) throws SQLException(Code)(Java Doc) public void setObject(int parameterIndex, Object x) throws SQLException(Code)(Java Doc) public void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException(Code)(Java Doc) public void setObject(String parameterName, Object x, int targetSqlType) throws SQLException(Code)(Java Doc) public void setObject(String parameterName, Object x) throws SQLException(Code)(Java Doc) public void setPassword(String pass)(Code)(Java Doc) public void setQueryTimeout(int seconds) throws SQLException(Code)(Java Doc) public void setReadOnly(boolean value)(Code)(Java Doc) public void setRef(int parameterIndex, Ref ref) throws SQLException(Code)(Java Doc) public void setRowId(int parameterIndex, RowId x) throws SQLException(Code)(Java Doc) public void setRowId(String parameterName, RowId x) throws SQLException(Code)(Java Doc) public void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException(Code)(Java Doc) public void setSQLXML(String parameterName, SQLXML xmlObject) throws SQLException(Code)(Java Doc) public void setShort(int parameterIndex, short x) throws SQLException(Code)(Java Doc) public void setShort(String parameterName, short x) throws SQLException(Code)(Java Doc) public void setShowDeleted(boolean value) throws SQLException(Code)(Java Doc) public void setString(int parameterIndex, String x) throws SQLException(Code)(Java Doc) public void setString(String parameterName, String x) throws SQLException(Code)(Java Doc) public void setTime(int parameterIndex, java.sql.Time x) throws SQLException(Code)(Java Doc) public void setTime(int parameterIndex, java.sql.Time x, Calendar cal) throws SQLException(Code)(Java Doc) public void setTime(String parameterName, java.sql.Time x) throws SQLException(Code)(Java Doc) public void setTime(String parameterName, java.sql.Time x, Calendar cal) throws SQLException(Code)(Java Doc) public void setTimestamp(int parameterIndex, java.sql.Timestamp x) throws SQLException(Code)(Java Doc) public void setTimestamp(int parameterIndex, java.sql.Timestamp x, Calendar cal) throws SQLException(Code)(Java Doc) public void setTimestamp(String parameterName, java.sql.Timestamp x) throws SQLException(Code)(Java Doc) public void setTimestamp(String parameterName, java.sql.Timestamp x, Calendar cal) throws SQLException(Code)(Java Doc) public void setTransactionIsolation(int level) throws SQLException(Code)(Java Doc) public void setType(int type) throws SQLException(Code)(Java Doc) public void setTypeMap(java.util.Map<String, Class<?>> map)(Code)(Java Doc) public void setURL(int parameterIndex, java.net.URL x) throws SQLException(Code)(Java Doc) public void setUnicodeStream(int parameterIndex, java.io.InputStream x, int length) throws SQLException(Code)(Java Doc) public void setUrl(String url) throws SQLException(Code)(Java Doc) public void setUsername(String name)(Code)(Java Doc)
|
|
|