Java Doc for CachedRowSetImpl.java in  » 6.0-JDK-Modules-com.sun » rowset » com » sun » rowset » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules com.sun » rowset » com.sun.rowset 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   javax.sql.rowset.BaseRowSet
      com.sun.rowset.CachedRowSetImpl

All known Subclasses:   com.sun.rowset.internal.SyncResolverImpl,  com.sun.rowset.WebRowSetImpl,
CachedRowSetImpl
public class CachedRowSetImpl extends BaseRowSet implements RowSet,RowSetInternal,Serializable,Cloneable,CachedRowSet(Code)
The standard implementation of the CachedRowSet interface. See interface defintion for full behaviour and implementation requirements. This reference implementation has made provision for a one-to-one write back facility and it is curremtly be possible to change the peristence provider during the life-time of any CachedRowSetImpl.
author:
   Jonathan Bruce, Amit Handa


Field Summary
protected transient  JdbcRowSetResourceBundleresBundle
    
final static  longserialVersionUID
    

Constructor Summary
public  CachedRowSetImpl()
     Constructs a new default CachedRowSetImpl object with the capacity to hold 100 rows.
public  CachedRowSetImpl(Hashtable env)
     Provides a CachedRowSetImpl instance with the same default properties as as the zero parameter constructor.

Method Summary
public  booleanabsolute(int row)
     Moves this CachedRowSetImpl object's cursor to the row number specified.

If the number is positive, the cursor moves to an absolute row with respect to the beginning of the rowset.

public  voidacceptChanges()
     Propagates all row update, insert, and delete changes to the underlying data source backing this CachedRowSetImpl object.

NoteIn the reference implementation an optimistic concurrency implementation is provided as a sample implementation of a the SyncProvider abstract class.

This method fails if any of the updates cannot be propagated back to the data source.

public  voidacceptChanges(Connection con)
     Propagates all row update, insert, and delete changes to the data source backing this CachedRowSetImpl object using the given Connection object.
public  voidafterLast()
     Moves this CachedRowSetImpl object's cursor to the end of the rowset, just after the last row.
public  voidbeforeFirst()
     Moves this CachedRowSetImpl object's cursor to the front of the rowset, just before the first row.
public  voidcancelRowUpdates()
     Rolls back any updates made to the current row of this CachedRowSetImpl object and notifies listeners that a row has changed.
public  voidclearWarnings()
     Clears all the warnings reporeted for the CachedRowSetImpl object.
protected  Objectclone()
     Returns a new RowSet object containing by the same data as this CachedRowSetImpl object.
public  voidclose()
     Closes this CachedRowSetImpl objecy and releases any resources it was using.
public  booleancolumnUpdated(int idx)
     Indicates whether the designated column of the current row of this CachedRowSetImpl object has been updated.
public  booleancolumnUpdated(String columnName)
     Indicates whether the designated column of the current row of this CachedRowSetImpl object has been updated.
public  voidcommit()
    
public  CachedRowSetcreateCopy()
     Creates a RowSet object that is a deep copy of this CachedRowSetImpl object's data, including constraints.
public  CachedRowSetcreateCopyNoConstraints()
     Creates a CachedRowSet object that is a copy of this CachedRowSetImpl object's data only. All constraints set in this object will not be there in the returning object.
public  CachedRowSetcreateCopySchema()
     Creates a RowSet object that is a copy of this CachedRowSetImpl object's table structure and the constraints only.
public  RowSetcreateShared()
     Returns a new RowSet object backed by the same data as that of this CachedRowSetImpl object and sharing a set of cursors with it.
public  voiddeleteRow()
     Deletes the current row from this CachedRowSetImpl object and notifies listeners registered with this rowset that a row has changed. This method cannot be called when the cursor is on the insert row.

This method marks the current row as deleted, but it does not delete the row from the underlying data source.

public  voidexecute(Connection conn)
     Populates this CachedRowSetImpl object with data, using the given connection to produce the result set from which data will be read.
public  voidexecute()
     Populates this CachedRowSetImpl object with data. This form of the method uses the rowset's user, password, and url or data source name properties to create a database connection.
public  intfindColumn(String columnName)
     Maps the given column name for one of this CachedRowSetImpl object's columns to its column number.
public  booleanfirst()
     Moves this CachedRowSetImpl object's cursor to the first row and returns true if the operation was successful.
public  ArraygetArray(int columnIndex)
     Retrieves the value of the designated column in this CachedRowSetImpl object as an Array object in the Java programming language.
public  ArraygetArray(String colName)
     Retrieves the value of the designated column in this CachedRowSetImpl object as an Array object in the Java programming langugage.
public  java.io.InputStreamgetAsciiStream(int columnIndex)
     Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.io.InputStream object. A column value can be retrieved as a stream of ASCII characters and then read in chunks from the stream.
public  java.io.InputStreamgetAsciiStream(String columnName)
     Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.io.InputStream object. A column value can be retrieved as a stream of ASCII characters and then read in chunks from the stream.
public  BigDecimalgetBigDecimal(int columnIndex, int scale)
     Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.math.BigDecimal object.
public  BigDecimalgetBigDecimal(String columnName, int scale)
     Retrieves the value stored in the designated column of the current row as a java.math.BigDecimal object.
Parameters:
  columnName - a String object giving the SQL name ofa column in this CachedRowSetImpl object
Parameters:
  scale - the number of digits to the right of the decimal point a java.math.BugDecimal object with scalenumber of digits to the right of the decimal point.
throws:
  SQLException - if (1) the given column name is not the name ofa column in this rowset, (2) the cursor is not on one ofthis rowset's rows or its insert row, or (3) the designatedcolumn does not store an SQL TINYINT, SMALLINT, INTEGERBIGINT, REAL, FLOAT, DOUBLE, DECIMAL, NUMERIC, BIT CHAR,VARCHAR or LONGVARCHAR value.
public  BigDecimalgetBigDecimal(int columnIndex)
     Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.math.BigDecimal object.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in the rowset a java.math.BigDecimal value with full precision;if the value is SQL NULL, the result is null
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) the designated column does not store anSQL TINYINT, SMALLINT, INTEGER, BIGINT, REAL,FLOAT, DOUBLE, DECIMAL, NUMERIC, BIT, CHAR, VARCHARor LONGVARCHAR value.
public  BigDecimalgetBigDecimal(String columnName)
     Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.math.BigDecimal object.
Parameters:
  columnName - a String object that must match theSQL name of a column in this rowset, ignoring case a java.math.BigDecimal value with full precision;if the value is SQL NULL, the result is null
throws:
  SQLException - if (1) the given column name is not the name ofa column in this rowset, (2) the cursor is not on one ofthis rowset's rows or its insert row, or (3) the designatedcolumn does not store an SQL TINYINT, SMALLINT, INTEGERBIGINT, REAL, FLOAT, DOUBLE, DECIMAL, NUMERIC, BIT CHAR,VARCHAR or LONGVARCHAR value.
public  java.io.InputStreamgetBinaryStream(int columnIndex)
     Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.io.InputStream object.

A column value can be retrieved as a stream of uninterpreted bytes and then read in chunks from the stream.

public  java.io.InputStreamgetBinaryStream(String columnName)
     Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.io.InputStream object.

A column value can be retrieved as a stream of uninterpreted bytes and then read in chunks from the stream.

public  BlobgetBlob(int columnIndex)
     Retrieves the value of the designated column in this CachedRowSetImpl object as a Blob object in the Java programming language.
public  BlobgetBlob(String colName)
     Retrieves the value of the designated column in this CachedRowSetImpl object as a Blob object in the Java programming language.
public  booleangetBoolean(int columnIndex)
     Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a boolean value.
public  booleangetBoolean(String columnName)
     Retrieves the value stored in the designated column of the current row as a boolean value.
public  bytegetByte(int columnIndex)
     Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a byte value.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in the rowset the column value as a byte in the Java programminglanguage; if the value is SQL NULL, the result is 0
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) the designated column does not store anSQL TINYINT, SMALLINT, INTEGER, BIGINT, REAL,FLOAT, DOUBLE, DECIMAL, NUMERIC, BIT, CHAR, VARCHARor LONGVARCHAR value.
public  bytegetByte(String columnName)
     Retrieves the value stored in the designated column of the current row as a byte value.
Parameters:
  columnName - a String object giving the SQL name ofa column in this CachedRowSetImpl object the column value as a byte in the Java programminglanguage; if the value is SQL NULL, the result is 0
throws:
  SQLException - if (1) the given column name is not the name ofa column in this rowset, (2) the cursor is not on one ofthis rowset's rows or its insert row, or (3) the designatedcolumn does not store an SQL TINYINT, SMALLINT, INTEGER,BIGINT, REAL, FLOAT, DOUBLE, DECIMAL, NUMERIC, BIT, CHAR,VARCHAR or LONGVARCHAR value.
public  byte[]getBytes(int columnIndex)
     Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a byte array value.
public  byte[]getBytes(String columnName)
     Retrieves the value stored in the designated column of the current row as a byte array.
public  java.io.ReadergetCharacterStream(int columnIndex)
     Retrieves the value stored in the designated column of the current row as a java.io.Reader object.

Note: All the data in the returned stream must be read prior to getting the value of any other column.

public  java.io.ReadergetCharacterStream(String columnName)
     Retrieves the value stored in the designated column of the current row as a java.io.Reader object.

Note: All the data in the returned stream must be read prior to getting the value of any other column.

public  ClobgetClob(int columnIndex)
     Retrieves the value of the designated column in this CachedRowSetImpl object as a Clob object in the Java programming language.
public  ClobgetClob(String colName)
     Retrieves the value of the designated column in this CachedRowSetImpl object as a Clob object in the Java programming language.
public  ConnectiongetConnection()
     Retrieves the Connection object passed to this CachedRowSetImpl object.
protected  BaseRowgetCurrentRow()
     Returns the insert row or the current row of this CachedRowSetImplobject.
public  StringgetCursorName()
     Retrieves the name of the SQL cursor used by this CachedRowSetImpl object.

In SQL, a result table is retrieved through a cursor that is named.

public  java.sql.DategetDate(int columnIndex)
     Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.sql.Date object.
public  java.sql.DategetDate(String columnName)
     Retrieves the value stored in the designated column of the current row as a java.sql.Date object.
public  java.sql.DategetDate(int columnIndex, Calendar cal)
     Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.sql.Date object, using the given Calendar object to construct an appropriate millisecond value for the date.
public  java.sql.DategetDate(String columnName, Calendar cal)
     Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.sql.Date object, using the given Calendar object to construct an appropriate millisecond value for the date.
public  doublegetDouble(int columnIndex)
     Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a double value.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in the rowset the column value; if the value is SQL NULL, theresult is 0
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) the designated column does not store anSQL TINYINT, SMALLINT, INTEGER, BIGINT, REAL,FLOAT, DOUBLE, DECIMAL, NUMERIC, BIT, CHAR, VARCHARor LONGVARCHAR value.
public  doublegetDouble(String columnName)
     Retrieves the value stored in the designated column of the current row of this CachedRowSetImpl object as a double value.
Parameters:
  columnName - a String object giving the SQL name ofa column in this CachedRowSetImpl object the column value; if the value is SQL NULL,the result is 0
throws:
  SQLException - if (1) the given column name is not the name ofa column in this rowset, (2) the cursor is not on one ofthis rowset's rows or its insert row, or (3) the designatedcolumn does not store an SQL TINYINT, SMALLINT, INTEGERBIGINT, REAL, FLOAT, DOUBLE, DECIMAL, NUMERIC, BIT, CHAR,VARCHAR or LONGVARCHAR value.
public  floatgetFloat(int columnIndex)
     Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a float value.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in the rowset the column value; if the value is SQL NULL, theresult is 0
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) the designated column does not store anSQL TINYINT, SMALLINT, INTEGER, BIGINT, REAL,FLOAT, DOUBLE, DECIMAL, NUMERIC, BIT, CHAR, VARCHARor LONGVARCHAR value.
public  floatgetFloat(String columnName)
     Retrieves the value stored in the designated column of the current row as a float value.
Parameters:
  columnName - a String object giving the SQL name ofa column in this CachedRowSetImpl object the column value; if the value is SQL NULL,the result is 0
throws:
  SQLException - if (1) the given column name is not the name ofa column in this rowset, (2) the cursor is not on one ofthis rowset's rows or its insert row, or (3) the designatedcolumn does not store an SQL TINYINT, SMALLINT, INTEGERBIGINT, REAL, FLOAT, DOUBLE, DECIMAL, NUMERIC, BIT, CHAR,VARCHAR or LONGVARCHAR value.
public  intgetHoldability()
    
public  intgetInt(int columnIndex)
     Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as an int value.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in the rowset the column value; if the value is SQL NULL, theresult is 0
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) the designated column does not store anSQL TINYINT, SMALLINT, INTEGER, BIGINT, REALFLOAT, DOUBLE, DECIMAL, NUMERIC, BIT, CHAR, VARCHARor LONGVARCHAR value.
public  intgetInt(String columnName)
     Retrieves the value stored in the designated column of the current row as an int value.
Parameters:
  columnName - a String object giving the SQL name ofa column in this CachedRowSetImpl object the column value; if the value is SQL NULL,the result is 0
throws:
  SQLException - if (1) the given column name is not the nameof a column in this rowset,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) the designated column does not store anSQL TINYINT, SMALLINT, INTEGER, BIGINT, REALFLOAT, DOUBLE, DECIMAL, NUMERIC, BIT, CHAR, VARCHARor LONGVARCHAR value.
public  int[]getKeyColumns()
     Returns the columns that make a key to uniquely identify a row in this CachedRowSetImpl object. an array of column numbers that constitutes a primarykey for this rowset.
public  longgetLong(int columnIndex)
     Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a long value.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in the rowset the column value; if the value is SQL NULL, theresult is 0
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) the designated column does not store anSQL TINYINT, SMALLINT, INTEGER, BIGINT, REALFLOAT, DOUBLE, DECIMAL, NUMERIC, BIT, CHAR, VARCHARor LONGVARCHAR value.
public  longgetLong(String columnName)
     Retrieves the value stored in the designated column of the current row as a long value.
Parameters:
  columnName - a String object giving the SQL name ofa column in this CachedRowSetImpl object the column value; if the value is SQL NULL,the result is 0
throws:
  SQLException - if (1) the given column name is not the name ofa column in this rowset, (2) the cursor is not on one ofthis rowset's rows or its insert row, or (3) the designatedcolumn does not store an SQL TINYINT, SMALLINT, INTEGERBIGINT, REAL, FLOAT, DOUBLE, DECIMAL, NUMERIC, BIT, CHAR,VARCHAR or LONGVARCHAR value.
public  int[]getMatchColumnIndexes()
     Retrieves the column id as int array that was set using setMatchColumn(int []) for this rowset.
public  String[]getMatchColumnNames()
     Retrieves the column name as String array that was set using setMatchColumn(String []) for this rowset.
public  ResultSetMetaDatagetMetaData()
     Retrieves a ResultSetMetaData object instance that contains information about the CachedRowSet object. However, applications should cast the returned object to a RowSetMetaData interface implementation.
public  java.io.ReadergetNCharacterStream(int columnIndex)
     Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
public  java.io.ReadergetNCharacterStream(String columnName)
     Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
public  NClobgetNClob(int i)
     Retrieves the value of the designated column in the current row of this ResultSet object as a NClob object in the Java programming language.
Parameters:
  i - the first column is 1, the second is 2, ...
public  NClobgetNClob(String colName)
     Retrieves the value of the designated column in the current row of this ResultSet object as a NClob object in the Java programming language.
public  StringgetNString(int columnIndex)
     Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language. It is intended for use when accessing NCHAR,NVARCHAR and LONGNVARCHAR columns.
Parameters:
  columnIndex - the first column is 1, the second is 2, ...
public  StringgetNString(String columnName)
     Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
public  ObjectgetObject(int columnIndex)
     Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as an Object value.

The type of the Object will be the default Java object type corresponding to the column's SQL type, following the mapping for built-in types specified in the JDBC 3.0 specification.

This method may also be used to read datatabase-specific abstract data types.

This implementation of the method getObject extends its behavior so that it gets the attributes of an SQL structured type as an array of Object values.

public  ObjectgetObject(String columnName)
     Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as an Object value.

The type of the Object will be the default Java object type corresponding to the column's SQL type, following the mapping for built-in types specified in the JDBC 3.0 specification.

This method may also be used to read datatabase-specific abstract data types.

This implementation of the method getObject extends its behavior so that it gets the attributes of an SQL structured type as an array of Object values.

public  ObjectgetObject(int columnIndex, java.util.Map<String, Class<?>> map)
     Retrieves the value of the designated column in this CachedRowSetImpl object as an Object in the Java programming language, using the given java.util.Map object to custom map the value if appropriate.
public  ObjectgetObject(String columnName, java.util.Map<String, Class<?>> map)
     Retrieves the value of the designated column in this CachedRowSetImpl object as an Object in the Java programming language, using the given java.util.Map object to custom map the value if appropriate.
public  ResultSetgetOriginal()
     Returns a result set containing the original value of the rowset.
public  ResultSetgetOriginalRow()
     Returns a result set containing the original value of the current row only.
public  intgetPageSize()
     This is the getter function for the size of the page.
public  RefgetRef(int columnIndex)
     Retrieves the value of the designated column in this CachedRowSetImpl object as a Ref object in the Java programming language.
public  RefgetRef(String colName)
     Retrieves the value of the designated column in this CachedRowSetImpl object as a Ref object in the Java programming language.
public  intgetRow()
     Returns the number of the current row in this CachedRowSetImpl object.
public  RowIdgetRowId(int columnIndex)
     Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.RowId object in the Java programming language.
Parameters:
  columnIndex - the first column is 1, the second 2, ...
public  RowIdgetRowId(String columnName)
     Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.RowId object in the Java programming language.
public  RowSetWarninggetRowSetWarnings()
     The first warning reported by calls on this CachedRowSetImpl object is returned.
public  SQLXMLgetSQLXML(int columnIndex)
     Retrieves the value of the designated SQL XML parameter as a SQLXML object in the Java programming language.
Parameters:
  columnIndex - the first column is 1, the second is 2, ...
public  SQLXMLgetSQLXML(String colName)
     Retrieves the value of the designated SQL XML parameter as a SQLXML object in the Java programming language.
public  shortgetShort(int columnIndex)
     Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a short value.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in the rowset the column value; if the value is SQL NULL, theresult is 0
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) the designated column does not store anSQL TINYINT, SMALLINT, INTEGER, BIGINT, REALFLOAT, DOUBLE, DECIMAL, NUMERIC, BIT, CHAR, VARCHARor LONGVARCHAR value.
public  shortgetShort(String columnName)
     Retrieves the value stored in the designated column of the current row as a short value.
Parameters:
  columnName - a String object giving the SQL name ofa column in this CachedRowSetImpl object the column value; if the value is SQL NULL,the result is 0
throws:
  SQLException - if (1) the given column name is not the name ofa column in this rowset, (2) the cursor is not on one ofthis rowset's rows or its insert row, or (3) the designatedcolumn does not store an SQL TINYINT, SMALLINT, INTEGERBIGINT, REAL, FLOAT, DOUBLE, DECIMAL, NUMERIC, BIT, CHAR,VARCHAR or LONGVARCHAR value.
public  StatementgetStatement()
     Returns null.
public  StringgetString(int columnIndex)
     Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a String object.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in the rowset the column value; if the value is SQL NULL, theresult is null
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) the designated column does not store anSQL TINYINT, SMALLINT, INTEGER, BIGINT, REAL,FLOAT, DOUBLE, DECIMAL, NUMERIC, BIT, CHAR, VARCHARor LONGVARCHAR value.
public  StringgetString(String columnName)
     Retrieves the value stored in the designated column of the current row as a String object.
Parameters:
  columnName - a String object giving the SQL name ofa column in this CachedRowSetImpl object the column value; if the value is SQL NULL,the result is null
throws:
  SQLException - if (1) the given column name is not the name ofa column in this rowset, (2) the cursor is not on one ofthis rowset's rows or its insert row, or (3) the designatedcolumn does not store an SQL TINYINT, SMALLINT, INTEGERBIGINT, REAL, FLOAT, DOUBLE, DECIMAL, NUMERIC, BIT, CHAR,VARCHAR or LONGVARCHAR< value.
public  SyncProvidergetSyncProvider()
     Returns the SyncProvider implementation being used with this CachedRowSetImpl implementation rowset. the SyncProvider used by the rowset.
public  StringgetTableName()
     Returns an identifier for the object (table) that was used to create this rowset.
public  java.sql.TimegetTime(int columnIndex)
     Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.sql.Time object.
public  java.sql.TimegetTime(String columnName)
     Retrieves the value stored in the designated column of the current row as a java.sql.Time object.
public  java.sql.TimegetTime(int columnIndex, Calendar cal)
     Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.sql.Time object, using the given Calendar object to construct an appropriate millisecond value for the date.
public  java.sql.TimegetTime(String columnName, Calendar cal)
     Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.sql.Time object, using the given Calendar object to construct an appropriate millisecond value for the date.
public  java.sql.TimestampgetTimestamp(int columnIndex)
     Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.sql.Timestamp object.
public  java.sql.TimestampgetTimestamp(String columnName)
     Retrieves the value stored in the designated column of the current row as a java.sql.Timestamp object.
public  java.sql.TimestampgetTimestamp(int columnIndex, Calendar cal)
     Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.sql.Timestamp object, using the given Calendar object to construct an appropriate millisecond value for the date.
public  java.sql.TimestampgetTimestamp(String columnName, Calendar cal)
     Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.sql.Timestamp object, using the given Calendar object to construct an appropriate millisecond value for the date.
public  java.net.URLgetURL(int columnIndex)
     Retrieves the value of the designated column in this CachedRowSetImpl object as a java.net.URL object in the Java programming language.
public  java.net.URLgetURL(String columnName)
     Retrieves the value of the designated column in this CachedRowSetImpl object as a java.net.URL object in the Java programming language.
public  java.io.InputStreamgetUnicodeStream(int columnIndex)
     A column value can be retrieved as a stream of Unicode characters and then read in chunks from the stream.
public  java.io.InputStreamgetUnicodeStream(String columnName)
     A column value can be retrieved as a stream of Unicode characters and then read in chunks from the stream.
public  SQLWarninggetWarnings()
     The first warning reported by calls on this CachedRowSetImpl object is returned.
public  voidinsertRow()
     Inserts the contents of this CachedRowSetImpl object's insert row into this rowset immediately following the current row. If the current row is the position after the last row or before the first row, the new row will be inserted at the end of the rowset.
protected  booleaninternalFirst()
     Moves this CachedRowSetImpl object's cursor to the first row and returns true if the operation is successful.
protected  booleaninternalLast()
     Moves this CachedRowSetImpl object's cursor to the last row and returns true if the operation is successful.
protected  booleaninternalNext()
     Moves this CachedRowSetImpl 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  booleaninternalPrevious()
     Moves the cursor to the previous row in this CachedRowSetImpl object, skipping past deleted rows that are not visible; returns true if the cursor is on a row in this rowset and false when the cursor goes before the first row.
public  booleanisAfterLast()
     Indicates whether the cursor is after the last row in this CachedRowSetImpl object.
public  booleanisBeforeFirst()
     Indicates whether the cursor is before the first row in this CachedRowSetImpl object.
public  booleanisClosed()
     Retrieves whether this ResultSet object has been closed.
public  booleanisFirst()
     Indicates whether the cursor is on the first row in this CachedRowSetImpl object.
public  booleanisLast()
     Indicates whether the cursor is on the last row in this CachedRowSetImpl object.
public  booleanisWrapperFor(Class interfaces)
    
public  booleanlast()
     Moves this CachedRowSetImpl object's cursor to the last row and returns true if the operation was successful.
public  voidmoveToCurrentRow()
     Moves the cursor for this CachedRowSetImpl object to the current row.
public  voidmoveToInsertRow()
     Moves the cursor for this CachedRowSetImpl object to the insert row.
public  booleannext()
     Moves the cursor down one row from its current position and returns true if the new cursor position is a valid row. The cursor for a new ResultSet object is initially positioned before the first row.
public  booleannextPage()
     The nextPage gets the next page, that is a CachedRowSetImpl object containing the number of rows specified by page size.
public  voidpopulate(ResultSet data)
     Populates this CachedRowSetImpl object with data from the given ResultSet object.
public  voidpopulate(ResultSet data, int start)
     Populates this CachedRowSet object with data from the given ResultSet object.
public  booleanprevious()
     Moves this CachedRowSetImpl object's cursor to the previous row and returns true if the cursor is on a valid row or false if it is not. This method also notifies all listeners registered with this CachedRowSetImpl object that its cursor has moved.

Note: calling the method previous() is not the same as calling the method relative(-1).

public  booleanpreviousPage()
     Retrieves the data present in the page prior to the page from where it is called.
protected  voidreadObject(ObjectInputStream ois)
    
public  voidrefreshRow()
     Sets the current row with its original value and marks the row as not updated, thus undoing any changes made to the row since the last call to the methods updateRow or deleteRow.
public  booleanrelative(int rows)
     Moves the cursor the specified number of rows from the current position, with a positive number moving it forward and a negative number moving it backward.

If the number is positive, the cursor moves the specified number of rows toward the end of the rowset, starting at the current row. For example, the following command, in which crs is a CachedRowSetImpl object with 100 rows, moves the cursor forward four rows from the current row.

public  voidrelease()
     Releases the current contents of this CachedRowSetImpl object and sends a rowSetChanged event object to all registered listeners.
protected  voidremoveCurrentRow()
     Removes the row on which the cursor is positioned.
public  voidrestoreOriginal()
     Restores this CachedRowSetImpl object to its original state, that is, its state before the last set of changes.
public  voidrollback()
    
public  voidrollback(Savepoint s)
     Rolls back all changes performed by the acceptChanges() to the last Savepoint transaction marker.
public  booleanrowDeleted()
     Indicates whether the current row has been deleted.
public  booleanrowInserted()
     Indicates whether the current row has been inserted.
public  voidrowSetPopulated(RowSetEvent event, int numRows)
     Notifies registered listeners that a RowSet object in the given RowSetEvent object has populated a number of additional rows.
public  booleanrowUpdated()
     Indicates whether the current row of this CachedRowSetImpl object has been updated.
public  voidsetAsciiStream(String parameterName, java.io.InputStream x, int length)
     Sets the designated parameter to the given input stream, which will have the specified number of bytes. When a very large ASCII value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.InputStream.
public  voidsetAsciiStream(String parameterName, java.io.InputStream x)
     Sets the designated parameter to the given input stream. When a very large ASCII value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.InputStream.
public  voidsetBigDecimal(String parameterName, BigDecimal x)
     Sets the designated parameter to the given java.math.BigDecimal value.
public  voidsetBinaryStream(String parameterName, java.io.InputStream x, int length)
     Sets the designated parameter to the given input stream, which will have the specified number of bytes. When a very large binary value is input to a LONGVARBINARY parameter, it may be more practical to send it via a java.io.InputStream object.
public  voidsetBinaryStream(String parameterName, java.io.InputStream x)
     Sets the designated parameter to the given input stream. When a very large binary value is input to a LONGVARBINARY parameter, it may be more practical to send it via a java.io.InputStream object.
public  voidsetBlob(int parameterIndex, InputStream inputStream, long length)
     Sets the designated parameter to a InputStream object.
public  voidsetBlob(int parameterIndex, InputStream inputStream)
     Sets the designated parameter to a InputStream object. This method differs from the setBinaryStream (int, InputStream) method because it informs the driver that the parameter value should be sent to the server as a BLOB.
public  voidsetBlob(String parameterName, InputStream inputStream, long length)
     Sets the designated parameter to a InputStream object.
public  voidsetBlob(String parameterName, Blob x)
     Sets the designated parameter to the given java.sql.Blob object.
public  voidsetBlob(String parameterName, InputStream inputStream)
     Sets the designated parameter to a InputStream object. This method differs from the setBinaryStream (int, InputStream) method because it informs the driver that the parameter value should be sent to the server as a BLOB.
public  voidsetBoolean(String parameterName, boolean x)
     Sets the designated parameter to the given Java boolean value.
public  voidsetByte(String parameterName, byte x)
     Sets the designated parameter to the given Java byte value.
public  voidsetBytes(String parameterName, byte x)
     Sets the designated parameter to the given Java array of bytes.
public  voidsetCharacterStream(String parameterName, java.io.Reader reader, int length)
     Sets the designated parameter to the given Reader object, which is the given number of characters long. When a very large UNICODE value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.Reader object.
public  voidsetCharacterStream(String parameterName, java.io.Reader reader)
     Sets the designated parameter to the given Reader object. When a very large UNICODE value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.Reader object.
public  voidsetClob(String parameterName, Reader reader, long length)
     Sets the designated parameter to a Reader object.
public  voidsetClob(String parameterName, Clob x)
     Sets the designated parameter to the given java.sql.Clob object.
public  voidsetClob(String parameterName, Reader reader)
     Sets the designated parameter to a Reader object. This method differs from the setCharacterStream (int, Reader) method because it informs the driver that the parameter value should be sent to the server as a CLOB.
public  voidsetClob(int parameterIndex, Reader reader)
     Sets the designated parameter to a Reader object. This method differs from the setCharacterStream (int, Reader) method because it informs the driver that the parameter value should be sent to the server as a CLOB.
public  voidsetClob(int parameterIndex, Reader reader, long length)
     Sets the designated parameter to a Reader object.
public  voidsetCommand(String cmd)
     Sets this CachedRowSetImpl 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 is produced by a data source, such as a spreadsheet, that does not support commands.

public  voidsetDate(String parameterName, java.sql.Date x)
     Sets the designated parameter to the given java.sql.Date value using the default time zone of the virtual machine that is running the application.
public  voidsetDate(String parameterName, java.sql.Date x, Calendar cal)
     Sets the designated parameter to the given java.sql.Date value, using the given Calendar object.
public  voidsetDouble(String parameterName, double x)
     Sets the designated parameter to the given Java double value.
public  voidsetFloat(String parameterName, float x)
     Sets the designated parameter to the given Java float value.
public  voidsetInt(String parameterName, int x)
     Sets the designated parameter to the given Java int value.
public  voidsetKeyColumns(int[] keys)
     Sets this CachedRowSetImpl object's keyCols field with the given array of column numbers, which forms a key for uniquely identifying a row in this rowset.
public  voidsetLong(String parameterName, long x)
     Sets the designated parameter to the given Java long value.
public  voidsetMatchColumn(int[] columnIdxes)
     Sets the designated parameter to the given int array.
public  voidsetMatchColumn(String[] columnNames)
     Sets the designated parameter to the given String array.
public  voidsetMatchColumn(int columnIdx)
     Sets the designated parameter to the given int object.
public  voidsetMatchColumn(String columnName)
     Sets the designated parameter to the given String object.
public  voidsetMetaData(RowSetMetaData md)
     Sets the metadata for this CachedRowSetImpl object with the given RowSetMetaData object.
public  voidsetNCharacterStream(int parameterIndex, Reader value)
     Sets the designated parameter to a Reader object.
public  voidsetNCharacterStream(int parameterIndex, Reader value, long length)
     Sets the designated parameter to a Reader object.
public  voidsetNCharacterStream(String parameterName, Reader value, long length)
     Sets the designated parameter to a Reader object.
public  voidsetNCharacterStream(String parameterName, Reader value)
     Sets the designated parameter to a Reader object.
public  voidsetNClob(String parameterName, NClob value)
     Sets the designated parameter to a java.sql.NClob object.
public  voidsetNClob(int parameterIndex, Reader reader)
     Sets the designated parameter to a Reader object. This method differs from the setCharacterStream (int, Reader) method because it informs the driver that the parameter value should be sent to the server as a NCLOB.
public  voidsetNClob(String parameterName, Reader reader, long length)
     Sets the designated parameter to a Reader object.
public  voidsetNClob(String parameterName, Reader reader)
     Sets the designated parameter to a Reader object. This method differs from the setCharacterStream (int, Reader) method because it informs the driver that the parameter value should be sent to the server as a NCLOB.
public  voidsetNClob(int parameterIndex, Reader reader, long length)
     Sets the designated parameter to a Reader object.
public  voidsetNClob(int parameterIndex, NClob value)
     Sets the designated parameter to a java.sql.NClob object.
public  voidsetNString(int parameterIndex, String value)
     Sets the designated paramter to the given String object.
public  voidsetNString(String parameterName, String value)
     Sets the designated paramter to the given String object.
public  voidsetNull(String parameterName, int sqlType)
     Sets the designated parameter to SQL NULL.
public  voidsetNull(String parameterName, int sqlType, String typeName)
     Sets the designated parameter to SQL NULL. This version of the method setNull should be used for user-defined types and REF type parameters.
public  voidsetObject(String parameterName, Object x, int targetSqlType, int scale)
     Sets the value of the designated parameter with the given object.
public  voidsetObject(String parameterName, Object x, int targetSqlType)
     Sets the value of the designated parameter with the given object.
public  voidsetObject(String parameterName, Object x)
     Sets the value of the designated parameter with the given object. The second parameter must be of type Object; therefore, the java.lang equivalent objects should be used for built-in types.

The JDBC specification specifies a standard mapping from Java Object types to SQL types.

public  voidsetOriginal()
     Marks all rows in this rowset as being original rows.
public  voidsetOriginalRow()
     Marks the current row in this rowset as being an original row.
public  voidsetPageSize(int size)
     This is the setter function for setting the size of the page, which specifies how many rows have to be retrived at a time.
public  voidsetRowId(int parameterIndex, RowId x)
     Sets the designated parameter to the given java.sql.RowId object.
public  voidsetRowId(String parameterName, RowId x)
     Sets the designated parameter to the given java.sql.RowId object.
public  voidsetRowInserted(boolean insertFlag)
     Sets the status for the row on which the cursor is positioned.
public  voidsetSQLXML(int parameterIndex, SQLXML xmlObject)
     Sets the designated parameter to the given java.sql.SQLXML object.
public  voidsetSQLXML(String parameterName, SQLXML xmlObject)
     Sets the designated parameter to the given java.sql.SQLXML object.
public  voidsetShort(String parameterName, short x)
     Sets the designated parameter to the given Java short value.
public  voidsetString(String parameterName, String x)
     Sets the designated parameter to the given Java String value.
public  voidsetSyncProvider(String providerStr)
     Sets the active SyncProvider and attempts to load load the new provider using the SyncFactory SPI.
public  voidsetTableName(String tabName)
     Sets the identifier for the table from which this rowset was derived to the given table name.
public  voidsetTime(String parameterName, java.sql.Time x)
     Sets the designated parameter to the given java.sql.Time value.
public  voidsetTime(String parameterName, java.sql.Time x, Calendar cal)
     Sets the designated parameter to the given java.sql.Time value, using the given Calendar object.
public  voidsetTimestamp(String parameterName, java.sql.Timestamp x, Calendar cal)
     Sets the designated parameter to the given java.sql.Timestamp value, using the given Calendar object.
public  voidsetTimestamp(String parameterName, java.sql.Timestamp x)
     Sets the designated parameter to the given java.sql.Timestamp value.
public  voidsetURL(int parameterIndex, java.net.URL x)
     Sets the designated parameter to the given java.net.URL value.
public  intsize()
     Returns the number of rows in this CachedRowSetImpl object.
public  CollectiontoCollection()
     Converts this CachedRowSetImpl object to a collection of tables.
public  CollectiontoCollection(int column)
     Returns the specified column of this CachedRowSetImpl object as a Collection object.
public  CollectiontoCollection(String column)
     Returns the specified column of this CachedRowSetImpl object as a Collection object.
public  voidundoDelete()
     Cancels deletion of the current row and notifies listeners that a row has changed.
public  voidundoInsert()
     Immediately removes the current row from this CachedRowSetImpl object if the row has been inserted, and also notifies listeners the a row has changed.
public  voidundoUpdate()
     Immediately reverses the last update operation if the row has been modified.
public  voidunsetMatchColumn(int[] columnIdxes)
     Unsets the designated parameter to the given int array.
public  voidunsetMatchColumn(String[] columnIdxes)
     Unsets the designated parameter to the given String array.
public  voidunsetMatchColumn(int columnIdx)
     Unsets the designated parameter to the given int object.
public  voidunsetMatchColumn(String columnName)
     Unsets the designated parameter to the given String object.
public  Tunwrap(java.lang.Class<T> iface)
    
public  voidupdateArray(int columnIndex, Array a)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given java.sql.Array values. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database.
public  voidupdateArray(String columnName, Array a)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given java.sql.Array value. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database.
public  voidupdateAsciiStream(int columnIndex, java.io.InputStream x, int length)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given ASCII stream value.

This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database.

public  voidupdateAsciiStream(String columnName, java.io.InputStream x, int length)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given ASCII stream value.

This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database.

public  voidupdateAsciiStream(int columnIndex, java.io.InputStream x, long length)
     Updates the designated column with an ascii stream value, which will have the specified number of bytes. The updater methods are used to update column values in the current row or the insert row.
public  voidupdateAsciiStream(String columnLabel, java.io.InputStream x, long length)
     Updates the designated column with an ascii stream value, which will have the specified number of bytes.. The updater methods are used to update column values in the current row or the insert row.
public  voidupdateAsciiStream(int columnIndex, java.io.InputStream x)
     Updates the designated column with an ascii stream value. The updater methods are used to update column values in the current row or the insert row.
public  voidupdateAsciiStream(String columnLabel, java.io.InputStream x)
     Updates the designated column with an ascii stream value. The updater methods are used to update column values in the current row or the insert row.
public  voidupdateBigDecimal(int columnIndex, BigDecimal x)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given java.math.BigDecimal object.

This method updates a column value in the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database.

public  voidupdateBigDecimal(String columnName, BigDecimal x)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given java.math.BigDecimal object.

This method updates a column value in the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database.

public  voidupdateBinaryStream(int columnIndex, java.io.InputStream x, int length)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given java.io.InputStream object.

This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database.

public  voidupdateBinaryStream(String columnName, java.io.InputStream x, int length)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given java.io.InputStream object.

This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database.

public  voidupdateBinaryStream(int columnIndex, java.io.InputStream x, long length)
     Updates the designated column with a binary stream value, which will have the specified number of bytes. The updater methods are used to update column values in the current row or the insert row.
public  voidupdateBinaryStream(String columnLabel, java.io.InputStream x, long length)
     Updates the designated column with a binary stream value, which will have the specified number of bytes. The updater methods are used to update column values in the current row or the insert row.
public  voidupdateBinaryStream(int columnIndex, java.io.InputStream x)
     Updates the designated column with a binary stream value. The updater methods are used to update column values in the current row or the insert row.
public  voidupdateBinaryStream(String columnLabel, java.io.InputStream x)
     Updates the designated column with a binary stream value. The updater methods are used to update column values in the current row or the insert row.
public  voidupdateBlob(int columnIndex, Blob b)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given java.sql.Blob value. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database.
public  voidupdateBlob(String columnName, Blob b)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given java.sql.Blob value. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database.
public  voidupdateBlob(int columnIndex, InputStream inputStream, long length)
     Updates the designated column using the given input stream, which will have the specified number of bytes. When a very large ASCII value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.InputStream.
public  voidupdateBlob(String columnLabel, InputStream inputStream, long length)
     Updates the designated column using the given input stream, which will have the specified number of bytes. When a very large ASCII value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.InputStream.
public  voidupdateBlob(int columnIndex, InputStream inputStream)
     Updates the designated column using the given input stream. When a very large ASCII value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.InputStream.
public  voidupdateBlob(String columnLabel, InputStream inputStream)
     Updates the designated column using the given input stream. When a very large ASCII value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.InputStream.
public  voidupdateBoolean(int columnIndex, boolean x)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given boolean value.

This method updates a column value in the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database.

public  voidupdateBoolean(String columnName, boolean x)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given boolean value.

This method updates a column value in the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database.

public  voidupdateByte(int columnIndex, byte x)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given byte value.

This method updates a column value in the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database.

public  voidupdateByte(String columnName, byte x)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given byte value.

This method updates a column value in the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database.

public  voidupdateBytes(int columnIndex, byte x)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given byte array. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database.
public  voidupdateBytes(String columnName, byte x)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given byte array. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database.
public  voidupdateCharacterStream(int columnIndex, java.io.Reader x, int length)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given java.io.Reader object.

This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database.

public  voidupdateCharacterStream(String columnName, java.io.Reader reader, int length)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given java.io.Reader object.

This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database.

public  voidupdateCharacterStream(int columnIndex, java.io.Reader x, long length)
     Updates the designated column with a character stream value, which will have the specified number of bytes. The updater methods are used to update column values in the current row or the insert row.
public  voidupdateCharacterStream(String columnLabel, java.io.Reader reader, long length)
     Updates the designated column with a character stream value, which will have the specified number of bytes. The updater methods are used to update column values in the current row or the insert row.
public  voidupdateCharacterStream(int columnIndex, java.io.Reader x)
     Updates the designated column with a character stream value. The updater methods are used to update column values in the current row or the insert row.
public  voidupdateCharacterStream(String columnLabel, java.io.Reader reader)
     Updates the designated column with a character stream value. The updater methods are used to update column values in the current row or the insert row.
public  voidupdateClob(int columnIndex, Clob c)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given double value. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database.
public  voidupdateClob(String columnName, Clob c)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given double value. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database.
public  voidupdateClob(int columnIndex, Reader reader, long length)
     Updates the designated column using the given Reader object, which is the given number of characters long. When a very large UNICODE value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.Reader object.
public  voidupdateClob(String columnLabel, Reader reader, long length)
     Updates the designated column using the given Reader object, which is the given number of characters long. When a very large UNICODE value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.Reader object.
public  voidupdateClob(int columnIndex, Reader reader)
     Updates the designated column using the given Reader object. When a very large UNICODE value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.Reader object.
public  voidupdateClob(String columnLabel, Reader reader)
     Updates the designated column using the given Reader object. When a very large UNICODE value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.Reader object.
public  voidupdateDate(int columnIndex, java.sql.Date x)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given Date object. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database.
public  voidupdateDate(String columnName, java.sql.Date x)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given Date object. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database.
public  voidupdateDouble(int columnIndex, double x)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given double value. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database.
public  voidupdateDouble(String columnName, double x)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given double value. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database.
public  voidupdateFloat(int columnIndex, float x)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given float value.

This method updates a column value in the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database.

public  voidupdateFloat(String columnName, float x)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given float value.

This method updates a column value in the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database.

public  voidupdateInt(int columnIndex, int x)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given int value.

This method updates a column value in the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database.

public  voidupdateInt(String columnName, int x)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given int value.

This method updates a column value in the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database.

public  voidupdateLong(int columnIndex, long x)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given long value.

This method updates a column value in the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database.

public  voidupdateLong(String columnName, long x)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given long value.

This method updates a column value in the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database.

public  voidupdateNCharacterStream(int columnIndex, java.io.Reader x, long length)
     Updates the designated column with a character stream value, which will have the specified number of bytes.
public  voidupdateNCharacterStream(String columnName, java.io.Reader x, long length)
     Updates the designated column with a character stream value, which will have the specified number of bytes.
public  voidupdateNCharacterStream(int columnIndex, java.io.Reader x)
     Updates the designated column with a character stream value.
public  voidupdateNCharacterStream(String columnLabel, java.io.Reader reader)
     Updates the designated column with a character stream value.
public  voidupdateNClob(int columnIndex, NClob nClob)
    
public  voidupdateNClob(String columnName, NClob nClob)
    
public  voidupdateNClob(int columnIndex, Reader reader, long length)
     Updates the designated column using the given Reader object, which is the given number of characters long. When a very large UNICODE value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.Reader object.
public  voidupdateNClob(String columnLabel, Reader reader, long length)
     Updates the designated column using the given Reader object, which is the given number of characters long. When a very large UNICODE value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.Reader object.
public  voidupdateNClob(int columnIndex, Reader reader)
     Updates the designated column using the given Reader object. When a very large UNICODE value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.Reader object.
public  voidupdateNClob(String columnLabel, Reader reader)
     Updates the designated column using the given Reader object. When a very large UNICODE value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.Reader object.
public  voidupdateNString(int columnIndex, String nString)
     This method is used for updating columns that support National Character sets.
public  voidupdateNString(String columnName, String nString)
     This method is used for updating columns that support National Character sets.
public  voidupdateNull(int columnIndex)
     Sets the designated nullable column in the current row or the insert row of this CachedRowSetImpl object with null value.

This method updates a column value in the current row or the insert row of this rowset; however, another method must be called to complete the update process.

public  voidupdateNull(String columnName)
     Sets the designated nullable column in the current row or the insert row of this CachedRowSetImpl object with null value.
public  voidupdateObject(int columnIndex, Object x, int scale)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given Object value.
public  voidupdateObject(int columnIndex, Object x)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given Object value.

This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database.

public  voidupdateObject(String columnName, Object x, int scale)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given Object value.
public  voidupdateObject(String columnName, Object x)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given Object value.

This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database.

public  voidupdateRef(int columnIndex, java.sql.Ref ref)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given Ref value. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database.
public  voidupdateRef(String columnName, java.sql.Ref ref)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given double value. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database.
public  voidupdateRow()
     Marks the current row of this CachedRowSetImpl object as updated and notifies listeners registered with this rowset that the row has changed.

This method cannot be called when the cursor is on the insert row, and it should be called before the cursor moves to another row.

public  voidupdateRowId(int columnIndex, RowId x)
     Updates the designated column with a RowId value.
public  voidupdateRowId(String columnName, RowId x)
     Updates the designated column with a RowId value.
public  voidupdateSQLXML(int columnIndex, SQLXML xmlObject)
     Updates the designated column with a java.sql.SQLXML value. The updater methods are used to update column values in the current row or the insert row.
public  voidupdateSQLXML(String columnName, SQLXML xmlObject)
     Updates the designated column with a java.sql.SQLXML value. The updater methods are used to update column values in the current row or the insert row.
public  voidupdateShort(int columnIndex, short x)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given short value.

This method updates a column value in the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database.

public  voidupdateShort(String columnName, short x)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given short value.

This method updates a column value in the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database.

public  voidupdateString(int columnIndex, String x)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given String object.

This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database.

public  voidupdateString(String columnName, String x)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given String object. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database.
public  voidupdateTime(int columnIndex, java.sql.Time x)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given Time object. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database.
public  voidupdateTime(String columnName, java.sql.Time x)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given Time object. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database.
public  voidupdateTimestamp(int columnIndex, java.sql.Timestamp x)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given Timestamp object. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database.
public  voidupdateTimestamp(String columnName, java.sql.Timestamp x)
     Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given Timestamp object. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database.
public  booleanwasNull()
     Reports whether the last column read was SQL NULL.

Field Detail
resBundle
protected transient JdbcRowSetResourceBundle resBundle(Code)



serialVersionUID
final static long serialVersionUID(Code)




Constructor Detail
CachedRowSetImpl
public CachedRowSetImpl() throws SQLException(Code)
Constructs a new default CachedRowSetImpl object with the capacity to hold 100 rows. This new object has no metadata and has the following default values:
 onInsertRow = false
 insertRow = null
 cursorPos = 0
 numRows = 0
 showDeleted = false
 queryTimeout = 0
 maxRows = 0
 maxFieldSize = 0
 rowSetType = ResultSet.TYPE_SCROLL_INSENSITIVE
 concurrency = ResultSet.CONCUR_UPDATABLE
 readOnly = false
 isolation = Connection.TRANSACTION_READ_COMMITTED
 escapeProcessing = true
 onInsertRow = false
 insertRow = null
 cursorPos = 0
 absolutePos = 0
 numRows = 0
 
A CachedRowSetImpl object is configured to use the default RIOptimisticProvider implementation to provide connectivity and synchronization capabilities to the set data source.


throws:
  SQLException - if an error occurs




CachedRowSetImpl
public CachedRowSetImpl(Hashtable env) throws SQLException(Code)
Provides a CachedRowSetImpl instance with the same default properties as as the zero parameter constructor.
 onInsertRow = false
 insertRow = null
 cursorPos = 0
 numRows = 0
 showDeleted = false
 queryTimeout = 0
 maxRows = 0
 maxFieldSize = 0
 rowSetType = ResultSet.TYPE_SCROLL_INSENSITIVE
 concurrency = ResultSet.CONCUR_UPDATABLE
 readOnly = false
 isolation = Connection.TRANSACTION_READ_COMMITTED
 escapeProcessing = true
 onInsertRow = false
 insertRow = null
 cursorPos = 0
 absolutePos = 0
 numRows = 0
 
However, applications will have the means to specify at runtime the desired SyncProvider object.

For example, creating a CachedRowSetImpl object as follows ensures that a it is established with the com.foo.provider.Impl synchronization implementation providing the synchronization mechanism for this disconnected RowSet object.

 Hashtable env = new Hashtable();
 env.put(javax.sql.rowset.spi.SyncFactory.ROWSET_PROVIDER_NAME,
 "com.foo.provider.Impl");
 CachedRowSetImpl crs = new CachedRowSet(env);
 

Calling this constructor with a null parameter will cause the SyncFactory to provide the reference optimistic provider com.sun.rowset.providers.RIOptimisticProvider.

In addition, the following properties can be associated with the provider to assist in determining the choice of the synchronizaton provider such as:

  • ROWSET_SYNC_PROVIDER - the property specifying the the SyncProvider class name to be instantiated by the SyncFacttory
  • ROWSET_SYNC_VENDOR - the property specifying the software vendor associated with a SyncProvider implementation.
  • ROWSET_SYNC_PROVIDER_VER - the property specifying the version of the SyncProvider implementation provided by the software vendor.
More specific detailes are available in the SyncFactory and SyncProvider specificiations later in this document.


Parameters:
  env - a Hashtable object with a list of desiredsynchronization providers
throws:
  SQLException - if the requested provider cannot be found by thesynchonization factory
See Also:   SyncProvider





Method Detail
absolute
public boolean absolute(int row) throws SQLException(Code)
Moves this CachedRowSetImpl object's cursor to the row number specified.

If the number is positive, the cursor moves to an absolute row with respect to the beginning of the rowset. The first row is row 1, the second is row 2, and so on. For example, the following command, in which crs is a CachedRowSetImpl object, moves the cursor to the fourth row, starting from the beginning of the rowset.


 crs.absolute(4);
  

If the number is negative, the cursor moves to an absolute row position with respect to the end of the rowset. For example, calling absolute(-1) positions the cursor on the last row, absolute(-2) moves it on the next-to-last row, and so on. If the CachedRowSetImpl object crs has five rows, the following command moves the cursor to the fourth-to-last row, which in the case of a rowset with five rows, is also the second row, counting from the beginning.


 crs.absolute(-4);
  
If the number specified is larger than the number of rows, the cursor will move to the position after the last row. If the number specified would move the cursor one or more rows before the first row, the cursor moves to the position before the first row.

Note: Calling absolute(1) is the same as calling the method first(). Calling absolute(-1) is the same as calling last().
Parameters:
  row - a positive number to indicate the row, starting row numbering fromthe first row, which is 1; a negative number to indicatethe row, starting row numbering from the last row, which is-1; it must not be 0 true if the cursor is on the rowset; falseotherwise
throws:
  SQLException - if the given cursor position is 0 or thetype of this rowset is ResultSet.TYPE_FORWARD_ONLY




acceptChanges
public void acceptChanges() throws SyncProviderException(Code)
Propagates all row update, insert, and delete changes to the underlying data source backing this CachedRowSetImpl object.

NoteIn the reference implementation an optimistic concurrency implementation is provided as a sample implementation of a the SyncProvider abstract class.

This method fails if any of the updates cannot be propagated back to the data source. When it fails, the caller can assume that none of the updates are reflected in the data source. When an exception is thrown, the current row is set to the first "updated" row that resulted in an exception unless the row that caused the exception is a "deleted" row. In that case, when deleted rows are not shown, which is usually true, the current row is not affected.

If no SyncProvider is configured, the reference implementation leverages the RIOptimisticProvider available which provides the default and reference synchronization capabilities for disconnected RowSets.
throws:
  SQLException - if the cursor is on the insert row or the underlyingreference synchronization provider fails to commit the updatesto the datasource
throws:
  SyncProviderException - if an internal error occurs within theSyncProvider instance during either during theprocess or at any time when the SyncProviderinstance touches the data source.
See Also:   CachedRowSetImpl.acceptChanges(java.sql.Connection)
See Also:   javax.sql.RowSetWriter
See Also:   javax.sql.rowset.spi.SyncProvider




acceptChanges
public void acceptChanges(Connection con) throws SyncProviderException(Code)
Propagates all row update, insert, and delete changes to the data source backing this CachedRowSetImpl object using the given Connection object.

The reference implementation RIOptimisticProvider modifies its synchronization to a write back function given the updated connection The reference implementation modifies its synchronization behaviour via the SyncProvider to ensure the synchronization occurs according to the updated JDBC Connection properties.
Parameters:
  con - a standard JDBC Connection object
throws:
  SQLException - if the cursor is on the insert row or the underlyingsynchronization provider fails to commit the updatesback to the data source
See Also:   CachedRowSetImpl.acceptChanges
See Also:   javax.sql.RowSetWriter
See Also:   javax.sql.rowset.spi.SyncFactory
See Also:   javax.sql.rowset.spi.SyncProvider




afterLast
public void afterLast() throws SQLException(Code)
Moves this CachedRowSetImpl object's cursor to the end of the rowset, just after the last row. This method has no effect if this rowset contains no rows.
throws:
  SQLException - if an error occurs



beforeFirst
public void beforeFirst() throws SQLException(Code)
Moves this CachedRowSetImpl object's cursor to the front of the rowset, just before the first row. This method has no effect if this rowset contains no rows.
throws:
  SQLException - if an error occurs or the type of this rowsetis ResultSet.TYPE_FORWARD_ONLY



cancelRowUpdates
public void cancelRowUpdates() throws SQLException(Code)
Rolls back any updates made to the current row of this CachedRowSetImpl object and notifies listeners that a row has changed. To have an effect, this method must be called after an updateXXX method has been called and before the method updateRow has been called. If no updates have been made or the method updateRow has already been called, this method has no effect.
throws:
  SQLException - if the cursor is on the insert row, before thefirst row, or after the last row



clearWarnings
public void clearWarnings()(Code)
Clears all the warnings reporeted for the CachedRowSetImpl object. After a call to this method, the getWarnings method returns null until a new warning is reported for this CachedRowSetImpl object.



clone
protected Object clone() throws CloneNotSupportedException(Code)
Returns a new RowSet object containing by the same data as this CachedRowSetImpl 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 CachedRowSetImpl object
throws:
  CloneNotSupportedException - if an error occurs whenattempting to clone this CachedRowSetImpl object
See Also:   CachedRowSetImpl.createShared



close
public void close() throws SQLException(Code)
Closes this CachedRowSetImpl objecy and releases any resources it was using.
throws:
  SQLException - if an error occurs when releasing any resources in useby this CachedRowSetImpl object



columnUpdated
public boolean columnUpdated(int idx) throws SQLException(Code)
Indicates whether the designated column of the current row of this CachedRowSetImpl object has been updated. The value returned depends on whether this rowset can detcted updates: false will always be returned if it does not detect updates.
Parameters:
  idx - the index identifier of the column that may be have been updated. true is the designated column has been updatedand the rowset detects updates; false if the rowset has notbeen updated or the rowset does not detect updates
throws:
  SQLException - if the cursor is on the insert row or noton a valid row
See Also:   DatabaseMetaData.updatesAreDetected



columnUpdated
public boolean columnUpdated(String columnName) throws SQLException(Code)
Indicates whether the designated column of the current row of this CachedRowSetImpl object has been updated. The value returned depends on whether this rowset can detcted updates: false will always be returned if it does not detect updates.
Parameters:
  columnName - the String column name column that may be havebeen updated. true is the designated column has been updatedand the rowset detects updates; false if the rowset has notbeen updated or the rowset does not detect updates
throws:
  SQLException - if the cursor is on the insert row or noton a valid row
See Also:   DatabaseMetaData.updatesAreDetected



commit
public void commit() throws SQLException(Code)
Commits all changes performed by the acceptChanges() methods
See Also:   java.sql.Connection.commit



createCopy
public CachedRowSet createCopy() throws SQLException(Code)
Creates a RowSet object that is a deep copy of this CachedRowSetImpl object's data, including constraints. Updates made on a copy are not visible to the original rowset; a copy of a rowset is completely independent from the original.

Making a copy saves the cost of creating an identical rowset from first principles, which can be quite expensive. For example, it can eliminate the need to query a remote database server. a new CachedRowSet object that is a deep copyof this CachedRowSet object and iscompletely independent from this CachedRowSetImplobject.
throws:
  SQLException - if an error occurs in generating the copy of thisof the CachedRowSetImpl
See Also:   CachedRowSetImpl.createShared
See Also:   javax.sql.RowSetEvent
See Also:   javax.sql.RowSetListener




createCopyNoConstraints
public CachedRowSet createCopyNoConstraints() throws SQLException(Code)
Creates a CachedRowSet object that is a copy of this CachedRowSetImpl object's data only. All constraints set in this object will not be there in the returning object. Updates made on a copy are not visible to the original rowset. a new CachedRowSet object that is a deep copyof this CachedRowSetImpl object and iscompletely independent from this CachedRowSetImpl object
throws:
  SQLException - if an error occurs in generating the copy of theof the CachedRowSet
See Also:   CachedRowSetImpl.createShared
See Also:   CachedRowSetImpl.createCopy
See Also:   CachedRowSetImpl.createCopySchema
See Also:   javax.sql.RowSetEvent
See Also:   javax.sql.RowSetListener



createCopySchema
public CachedRowSet createCopySchema() throws SQLException(Code)
Creates a RowSet object that is a copy of this CachedRowSetImpl object's table structure and the constraints only. There will be no data in the object being returned. Updates made on a copy are not visible to the original rowset.

This helps in getting the underlying XML schema which can be used as the basis for populating a WebRowSet. a new CachedRowSet object that is a copyof this CachedRowSetImpl object's schema andretains all the constraints on the original rowset but containsno data
throws:
  SQLException - if an error occurs in generating the copyof the CachedRowSet object
See Also:   CachedRowSetImpl.createShared
See Also:   CachedRowSetImpl.createCopy
See Also:   CachedRowSetImpl.createCopyNoConstraints
See Also:   javax.sql.RowSetEvent
See Also:   javax.sql.RowSetListener




createShared
public RowSet createShared() throws SQLException(Code)
Returns a new RowSet object backed by the same data as that of this CachedRowSetImpl object and sharing a set of cursors with it. This allows cursors to interate over a shared set of rows, providing multiple views of the underlying data. a RowSet object that is a copy of this CachedRowSetImplobject and shares a set of cursors with it
throws:
  SQLException - if an error occurs or cloning isnot supported
See Also:   javax.sql.RowSetEvent
See Also:   javax.sql.RowSetListener



deleteRow
public void deleteRow() throws SQLException(Code)
Deletes the current row from this CachedRowSetImpl object and notifies listeners registered with this rowset that a row has changed. This method cannot be called when the cursor is on the insert row.

This method marks the current row as deleted, but it does not delete the row from the underlying data source. The method acceptChanges must be called to delete the row in the data source.
throws:
  SQLException - if (1) this method is called when the cursoris on the insert row, before the first row, or after thelast row or (2) this rowset isResultSet.CONCUR_READ_ONLY




execute
public void execute(Connection conn) throws SQLException(Code)
Populates this CachedRowSetImpl object with data, using the given connection to produce the result set from which data will be read. A second form of this method, which takes no arguments, uses the values from this rowset's user, password, and either url or data source properties to create a new database connection. The form of execute that is given a connection ignores these properties.
Parameters:
  conn - A standard JDBC Connection object that thisCachedRowSet object can pass to a synchronization providerto establish a connection to the data source
throws:
  SQLException - if an invalid Connection is suppliedor an error occurs in establishing the connection to thedata source
See Also:   CachedRowSetImpl.populate
See Also:   java.sql.Connection



execute
public void execute() throws SQLException(Code)
Populates this CachedRowSetImpl object with data. This form of the method uses the rowset's user, password, and url or data source name properties to create a database connection. If properties that are needed have not been set, this method will throw an exception.

Another form of this method uses an existing JDBC Connection object instead of creating a new one; therefore, it ignores the properties used for establishing a new connection.

The query specified by the command property is executed to create a ResultSet object from which to retrieve data. The current contents of the rowset are discarded, and the rowset's metadata is also (re)set. If there are outstanding updates, they are also ignored.

The method execute closes any database connections that it creates.
throws:
  SQLException - if an error occurs or thenecessary properties have not been set




findColumn
public int findColumn(String columnName) throws SQLException(Code)
Maps the given column name for one of this CachedRowSetImpl object's columns to its column number.
Parameters:
  columnName - a String object that must match theSQL name of a column in this rowset, ignoring case the column index of the given column name
throws:
  SQLException - if the given column name does not match oneof this rowset's column names



first
public boolean first() throws SQLException(Code)
Moves this CachedRowSetImpl object's cursor to the first row and returns true if the operation was successful. This method also notifies registered listeners that the cursor has moved. true if the cursor is on a valid row;false otherwise or if there are no rows in thisCachedRowSetImpl object
throws:
  SQLException - if the type of this rowsetis ResultSet.TYPE_FORWARD_ONLY



getArray
public Array getArray(int columnIndex) throws SQLException(Code)
Retrieves the value of the designated column in this CachedRowSetImpl object as an Array object in the Java programming language.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in this rowset an Array object representing an SQLARRAY value
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) the designated column does not store anSQL ARRAY value
See Also:   CachedRowSetImpl.getArray(String)



getArray
public Array getArray(String colName) throws SQLException(Code)
Retrieves the value of the designated column in this CachedRowSetImpl object as an Array object in the Java programming langugage.
Parameters:
  colName - a String object that must match theSQL name of a column in this rowset, ignoring case an Array object representing an SQLARRAY value
throws:
  SQLException - if (1) the given column name is not the name ofa column in this rowset, (2) the cursor is not on one ofthis rowset's rows or its insert row, or (3) the designatedcolumn does not store an SQL ARRAY value
See Also:   CachedRowSetImpl.getArray(int)



getAsciiStream
public java.io.InputStream getAsciiStream(int columnIndex) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.io.InputStream object. A column value can be retrieved as a stream of ASCII characters and then read in chunks from the stream. This method is particularly suitable for retrieving large LONGVARCHAR values. The JDBC driver will do any necessary conversion from the database format into ASCII.

Note: All the data in the returned stream must be read prior to getting the value of any other column. The next call to a get method implicitly closes the stream. . Also, a stream may return 0 for CachedRowSetImpl.available() whether there is data available or not.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in this rowset a Java input stream that delivers the database column valueas a stream of one-byte ASCII characters. If the value is SQLNULL, the result is null.
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) the designated column does not store anSQL CHAR, VARCHAR, LONGVARCHARBINARY, VARBINARY or LONGVARBINARY value. Thebold SQL type designates the recommended return types that this method isused to retrieve.
See Also:   CachedRowSetImpl.getAsciiStream(String)




getAsciiStream
public java.io.InputStream getAsciiStream(String columnName) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.io.InputStream object. A column value can be retrieved as a stream of ASCII characters and then read in chunks from the stream. This method is particularly suitable for retrieving large LONGVARCHAR values. The SyncProvider will rely on the JDBC driver to do any necessary conversion from the database format into ASCII format.

Note: All the data in the returned stream must be read prior to getting the value of any other column. The next call to a getXXX method implicitly closes the stream.
Parameters:
  columnName - a String object giving the SQL name ofa column in this CachedRowSetImpl object a Java input stream that delivers the database column valueas a stream of one-byte ASCII characters. If the value is SQLNULL, the result is null.
throws:
  SQLException - if (1) the given column name is not the name ofa column in this rowset(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) the designated column does not store anSQL CHAR, VARCHAR, LONGVARCHARBINARY, VARBINARY or LONGVARBINARY value. Thebold SQL type designates the recommended return types that this method isused to retrieve.
See Also:   CachedRowSetImpl.getAsciiStream(int)




getBigDecimal
public BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.math.BigDecimal object.

This method is deprecated; use the version of getBigDecimal that does not take a scale parameter and returns a value with full precision.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in the rowset
Parameters:
  scale - the number of digits to the right of the decimal point in thevalue returned the column value with the specified number of digits to the rightof the decimal point; if the value is SQL NULL, theresult is null
throws:
  SQLException - if the given column index is out of bounds,the cursor is not on a valid row, or this method fails




getBigDecimal
public BigDecimal getBigDecimal(String columnName, int scale) throws SQLException(Code)
Retrieves the value stored in the designated column of the current row as a java.math.BigDecimal object.
Parameters:
  columnName - a String object giving the SQL name ofa column in this CachedRowSetImpl object
Parameters:
  scale - the number of digits to the right of the decimal point a java.math.BugDecimal object with scalenumber of digits to the right of the decimal point.
throws:
  SQLException - if (1) the given column name is not the name ofa column in this rowset, (2) the cursor is not on one ofthis rowset's rows or its insert row, or (3) the designatedcolumn does not store an SQL TINYINT, SMALLINT, INTEGERBIGINT, REAL, FLOAT, DOUBLE, DECIMAL, NUMERIC, BIT CHAR,VARCHAR or LONGVARCHAR value. The bold SQL typedesignates the recommended return type that this method is used toretrieve.



getBigDecimal
public BigDecimal getBigDecimal(int columnIndex) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.math.BigDecimal object.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in the rowset a java.math.BigDecimal value with full precision;if the value is SQL NULL, the result is null
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) the designated column does not store anSQL TINYINT, SMALLINT, INTEGER, BIGINT, REAL,FLOAT, DOUBLE, DECIMAL, NUMERIC, BIT, CHAR, VARCHARor LONGVARCHAR value. The bold SQL type designates therecommended return types that this method is used to retrieve.
See Also:   CachedRowSetImpl.getBigDecimal(String)



getBigDecimal
public BigDecimal getBigDecimal(String columnName) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.math.BigDecimal object.
Parameters:
  columnName - a String object that must match theSQL name of a column in this rowset, ignoring case a java.math.BigDecimal value with full precision;if the value is SQL NULL, the result is null
throws:
  SQLException - if (1) the given column name is not the name ofa column in this rowset, (2) the cursor is not on one ofthis rowset's rows or its insert row, or (3) the designatedcolumn does not store an SQL TINYINT, SMALLINT, INTEGERBIGINT, REAL, FLOAT, DOUBLE, DECIMAL, NUMERIC, BIT CHAR,VARCHAR or LONGVARCHAR value. The bold SQL typedesignates the recommended return type that this method is used toretrieve
See Also:   CachedRowSetImpl.getBigDecimal(int)



getBinaryStream
public java.io.InputStream getBinaryStream(int columnIndex) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.io.InputStream object.

A column value can be retrieved as a stream of uninterpreted bytes and then read in chunks from the stream. This method is particularly suitable for retrieving large LONGVARBINARY values.

Note: All the data in the returned stream must be read prior to getting the value of any other column. The next call to a get method implicitly closes the stream. Also, a stream may return 0 for CachedRowSetImpl.available() whether there is data available or not.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in the rowset a Java input stream that delivers the database column valueas a stream of uninterpreted bytes. If the value is SQL NULLthen the result is null.
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) the designated column does not store anSQL BINARY, VARBINARY or LONGVARBINARYThe bold type indicates the SQL type that this method is recommenedto retrieve.
See Also:   CachedRowSetImpl.getBinaryStream(String)




getBinaryStream
public java.io.InputStream getBinaryStream(String columnName) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.io.InputStream object.

A column value can be retrieved as a stream of uninterpreted bytes and then read in chunks from the stream. This method is particularly suitable for retrieving large LONGVARBINARY values.

Note: All the data in the returned stream must be read prior to getting the value of any other column. The next call to a get method implicitly closes the stream. Also, a stream may return 0 for CachedRowSetImpl.available() whether there is data available or not.
Parameters:
  columnName - a String object giving the SQL name ofa column in this CachedRowSetImpl object a Java input stream that delivers the database column valueas a stream of uninterpreted bytes. If the value is SQLNULL, the result is null.
throws:
  SQLException - if (1) the given column name is unknown,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) the designated column does not store anSQL BINARY, VARBINARY or LONGVARBINARYThe bold type indicates the SQL type that this method is recommenedto retrieve.
See Also:   CachedRowSetImpl.getBinaryStream(int)




getBlob
public Blob getBlob(int columnIndex) throws SQLException(Code)
Retrieves the value of the designated column in this CachedRowSetImpl object as a Blob object in the Java programming language.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in this rowset a Blob object representing an SQL BLOB value
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) the designated column does not store anSQL BLOB value
See Also:   CachedRowSetImpl.getBlob(String)



getBlob
public Blob getBlob(String colName) throws SQLException(Code)
Retrieves the value of the designated column in this CachedRowSetImpl object as a Blob object in the Java programming language.
Parameters:
  colName - a String object that must match theSQL name of a column in this rowset, ignoring case a Blob object representing an SQL BLOB value
throws:
  SQLException - if (1) the given column name is not the name ofa column in this rowset, (2) the cursor is not on one ofthis rowset's rows or its insert row, or (3) the designatedcolumn does not store an SQL BLOB value
See Also:   CachedRowSetImpl.getBlob(int)



getBoolean
public boolean getBoolean(int columnIndex) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a boolean value.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in the rowset the column value as a boolean in the Java progamming language;if the value is SQL NULL, the result is false
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) the designated column does not store anSQL BOOLEAN value
See Also:   CachedRowSetImpl.getBoolean(String)



getBoolean
public boolean getBoolean(String columnName) throws SQLException(Code)
Retrieves the value stored in the designated column of the current row as a boolean value.
Parameters:
  columnName - a String object giving the SQL name ofa column in this CachedRowSetImpl object the column value as a boolean in the Java programminglanguage; if the value is SQL NULL,the result is false
throws:
  SQLException - if (1) the given column name is not the name ofa column in this rowset, (2) the cursor is not on one ofthis rowset's rows or its insert row, or (3) the designatedcolumn does not store an SQL BOOLEAN value
See Also:   CachedRowSetImpl.getBoolean(int)



getByte
public byte getByte(int columnIndex) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a byte value.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in the rowset the column value as a byte in the Java programminglanguage; if the value is SQL NULL, the result is 0
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) the designated column does not store anSQL TINYINT, SMALLINT, INTEGER, BIGINT, REAL,FLOAT, DOUBLE, DECIMAL, NUMERIC, BIT, CHAR, VARCHARor LONGVARCHAR value. The bold SQL typedesignates the recommended return type.
See Also:   CachedRowSetImpl.getByte(String)



getByte
public byte getByte(String columnName) throws SQLException(Code)
Retrieves the value stored in the designated column of the current row as a byte value.
Parameters:
  columnName - a String object giving the SQL name ofa column in this CachedRowSetImpl object the column value as a byte in the Java programminglanguage; if the value is SQL NULL, the result is 0
throws:
  SQLException - if (1) the given column name is not the name ofa column in this rowset, (2) the cursor is not on one ofthis rowset's rows or its insert row, or (3) the designatedcolumn does not store an SQL TINYINT, SMALLINT, INTEGER,BIGINT, REAL, FLOAT, DOUBLE, DECIMAL, NUMERIC, BIT, CHAR,VARCHAR or LONGVARCHAR value. Thebold type designates the recommended return type



getBytes
public byte[] getBytes(int columnIndex) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a byte array value.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in the rowset the column value as a byte array in the Java programminglanguage; if the value is SQL NULL, theresult is null
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) the designated column does not store anSQL BINARY, VARBINARY orLONGVARBINARY value.The bold SQL type designates the recommended return type.
See Also:   CachedRowSetImpl.getBytes(String)



getBytes
public byte[] getBytes(String columnName) throws SQLException(Code)
Retrieves the value stored in the designated column of the current row as a byte array. The bytes represent the raw values returned by the driver.
Parameters:
  columnName - a String object giving the SQL name ofa column in this CachedRowSetImpl object the column value as a byte array in the Java programminglanguage; if the value is SQL NULL, the result is null
throws:
  SQLException - if (1) the given column name is not the name ofa column in this rowset, (2) the cursor is not on one ofthis rowset's rows or its insert row, or (3) the designatedcolumn does not store an SQL BINARY, VARBINARY or LONGVARBINARY valuesThe bold SQL type designates the recommended return type.
See Also:   CachedRowSetImpl.getBytes(int)



getCharacterStream
public java.io.Reader getCharacterStream(int columnIndex) throws SQLException(Code)
Retrieves the value stored in the designated column of the current row as a java.io.Reader object.

Note: All the data in the returned stream must be read prior to getting the value of any other column. The next call to a getXXX method implicitly closes the stream.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in the rowset a Java character stream that delivers the database column valueas a stream of two-byte unicode characters in ajava.io.Reader object. If the value isSQL NULL, the result is null.
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) the designated column does not store anSQL CHAR, VARCHAR, LONGVARCHAR, BINARY, VARBINARY orLONGVARBINARY value.The bold SQL type designates the recommended return type.
See Also:   CachedRowSetImpl.getCharacterStream(String)




getCharacterStream
public java.io.Reader getCharacterStream(String columnName) throws SQLException(Code)
Retrieves the value stored in the designated column of the current row as a java.io.Reader object.

Note: All the data in the returned stream must be read prior to getting the value of any other column. The next call to a getXXX method implicitly closes the stream.
Parameters:
  columnName - a String object giving the SQL name ofa column in this CachedRowSetImpl object a Java input stream that delivers the database column valueas a stream of two-byte Unicode characters. If the value isSQL NULL, the result is null.
throws:
  SQLException - if (1) the given column name is not the name ofa column in this rowset, (2) the cursor is not on one ofthis rowset's rows or its insert row, or (3) the designatedcolumn does not store an SQL CHAR, VARCHAR, LONGVARCHAR,BINARY, VARYBINARY or LONGVARBINARY value.The bold SQL type designates the recommended return type.




getClob
public Clob getClob(int columnIndex) throws SQLException(Code)
Retrieves the value of the designated column in this CachedRowSetImpl object as a Clob object in the Java programming language.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in this rowset a Clob object representing an SQL CLOB value
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) the designated column does not store anSQL CLOB value
See Also:   CachedRowSetImpl.getClob(String)



getClob
public Clob getClob(String colName) throws SQLException(Code)
Retrieves the value of the designated column in this CachedRowSetImpl object as a Clob object in the Java programming language.
Parameters:
  colName - a String object that must match theSQL name of a column in this rowset, ignoring case a Clob object representing an SQLCLOB value
throws:
  SQLException - if (1) the given column name is not the name ofa column in this rowset, (2) the cursor is not on one ofthis rowset's rows or its insert row, or (3) the designatedcolumn does not store an SQL CLOB value
See Also:   CachedRowSetImpl.getClob(int)



getConnection
public Connection getConnection() throws SQLException(Code)
Retrieves the Connection object passed to this CachedRowSetImpl 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()(Code)
Returns the insert row or the current row of this CachedRowSetImplobject. the Row object on which this CachedRowSetImplobjects's cursor is positioned



getCursorName
public String getCursorName() throws SQLException(Code)
Retrieves the name of the SQL cursor used by this CachedRowSetImpl object.

In SQL, a result table is retrieved through a cursor that is named. The current row of a ResultSet can be updated or deleted using a positioned update/delete statement that references the cursor name. To ensure that the cursor has the proper isolation level to support an update operation, the cursor's SELECT statement should be of the form select for update. If the for update clause is omitted, positioned updates may fail.

JDBC supports this SQL feature by providing the name of the SQL cursor used by a ResultSet object. The current row of a result set is also the current row of this SQL cursor.

Note: If positioned updates are not supported, an SQLException is thrown. the SQL cursor name for this CachedRowSetImpl object'scursor
throws:
  SQLException - if an error occurs




getDate
public java.sql.Date getDate(int columnIndex) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.sql.Date object.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in the rowset the column value as a java.sql.Data object; ifthe value is SQL NULL, theresult is null
throws:
  SQLException - if the given column index is out of bounds,the cursor is not on a valid row, or this method fails



getDate
public java.sql.Date getDate(String columnName) throws SQLException(Code)
Retrieves the value stored in the designated column of the current row as a java.sql.Date object.
Parameters:
  columnName - a String object giving the SQL name ofa column in this CachedRowSetImpl object the column value; if the value is SQL NULL,the result is null
throws:
  SQLException - if (1) the given column name is not the name ofa column in this rowset, (2) the cursor is not on one ofthis rowset's rows or its insert row, or (3) the designatedcolumn does not store an SQL DATE orTIMESTAMP value



getDate
public java.sql.Date getDate(int columnIndex, Calendar cal) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.sql.Date object, using the given Calendar object to construct an appropriate millisecond value for the date.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in the rowset
Parameters:
  cal - the java.util.Calendar object to use inconstructing the date the column value; if the value is SQL NULL,the result is null
throws:
  SQLException - if (1) the given column name is not the name ofa column in this rowset, (2) the cursor is not on one ofthis rowset's rows or its insert row, or (3) the designatedcolumn does not store an SQL DATE orTIMESTAMP value



getDate
public java.sql.Date getDate(String columnName, Calendar cal) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.sql.Date object, using the given Calendar object to construct an appropriate millisecond value for the date.
Parameters:
  columnName - a String object that must match theSQL name of a column in this rowset, ignoring case
Parameters:
  cal - the java.util.Calendar object to use inconstructing the date the column value; if the value is SQL NULL,the result is null
throws:
  SQLException - if (1) the given column name is not the name ofa column in this rowset, (2) the cursor is not on one ofthis rowset's rows or its insert row, or (3) the designatedcolumn does not store an SQL DATE orTIMESTAMP value



getDouble
public double getDouble(int columnIndex) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a double value.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in the rowset the column value; if the value is SQL NULL, theresult is 0
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) the designated column does not store anSQL TINYINT, SMALLINT, INTEGER, BIGINT, REAL,FLOAT, DOUBLE, DECIMAL, NUMERIC, BIT, CHAR, VARCHARor LONGVARCHAR value. The bold SQL type designates therecommended return type.
See Also:   CachedRowSetImpl.getDouble(String)



getDouble
public double getDouble(String columnName) throws SQLException(Code)
Retrieves the value stored in the designated column of the current row of this CachedRowSetImpl object as a double value.
Parameters:
  columnName - a String object giving the SQL name ofa column in this CachedRowSetImpl object the column value; if the value is SQL NULL,the result is 0
throws:
  SQLException - if (1) the given column name is not the name ofa column in this rowset, (2) the cursor is not on one ofthis rowset's rows or its insert row, or (3) the designatedcolumn does not store an SQL TINYINT, SMALLINT, INTEGERBIGINT, REAL, FLOAT, DOUBLE, DECIMAL, NUMERIC, BIT, CHAR,VARCHAR or LONGVARCHAR value. The bold SQL typedesignates the recommended return types.
See Also:   CachedRowSetImpl.getDouble(int)



getFloat
public float getFloat(int columnIndex) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a float value.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in the rowset the column value; if the value is SQL NULL, theresult is 0
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) the designated column does not store anSQL TINYINT, SMALLINT, INTEGER, BIGINT, REAL,FLOAT, DOUBLE, DECIMAL, NUMERIC, BIT, CHAR, VARCHARor LONGVARCHAR value. The bold SQL type designates therecommended return type.
See Also:   CachedRowSetImpl.getFloat(String)



getFloat
public float getFloat(String columnName) throws SQLException(Code)
Retrieves the value stored in the designated column of the current row as a float value.
Parameters:
  columnName - a String object giving the SQL name ofa column in this CachedRowSetImpl object the column value; if the value is SQL NULL,the result is 0
throws:
  SQLException - if (1) the given column name is not the name ofa column in this rowset, (2) the cursor is not on one ofthis rowset's rows or its insert row, or (3) the designatedcolumn does not store an SQL TINYINT, SMALLINT, INTEGERBIGINT, REAL, FLOAT, DOUBLE, DECIMAL, NUMERIC, BIT, CHAR,VARCHAR or LONGVARCHAR value. The bold SQL typedesignates the recommended return type.
See Also:   CachedRowSetImpl.getFloat(String)



getHoldability
public int getHoldability() throws SQLException(Code)
Retrieves the holdability of this ResultSet object either ResultSet.HOLD_CURSORS_OVER_COMMIT or ResultSet.CLOSE_CURSORS_AT_COMMIT
throws:
  SQLException - if a database error occurs
since:
   6.0



getInt
public int getInt(int columnIndex) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as an int value.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in the rowset the column value; if the value is SQL NULL, theresult is 0
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) the designated column does not store anSQL TINYINT, SMALLINT, INTEGER, BIGINT, REALFLOAT, DOUBLE, DECIMAL, NUMERIC, BIT, CHAR, VARCHARor LONGVARCHAR value. The bold SQL type designates therecommended return type.



getInt
public int getInt(String columnName) throws SQLException(Code)
Retrieves the value stored in the designated column of the current row as an int value.
Parameters:
  columnName - a String object giving the SQL name ofa column in this CachedRowSetImpl object the column value; if the value is SQL NULL,the result is 0
throws:
  SQLException - if (1) the given column name is not the nameof a column in this rowset,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) the designated column does not store anSQL TINYINT, SMALLINT, INTEGER, BIGINT, REALFLOAT, DOUBLE, DECIMAL, NUMERIC, BIT, CHAR, VARCHARor LONGVARCHAR value. The bold SQL type designates therecommended return type.



getKeyColumns
public int[] getKeyColumns() throws SQLException(Code)
Returns the columns that make a key to uniquely identify a row in this CachedRowSetImpl object. an array of column numbers that constitutes a primarykey for this rowset. This array should be emptyif no column is representitive of a primary key
throws:
  SQLException - if the rowset is empty or no columnsare designated as primary keys
See Also:   CachedRowSetImpl.setKeyColumns



getLong
public long getLong(int columnIndex) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a long value.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in the rowset the column value; if the value is SQL NULL, theresult is 0
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) the designated column does not store anSQL TINYINT, SMALLINT, INTEGER, BIGINT, REALFLOAT, DOUBLE, DECIMAL, NUMERIC, BIT, CHAR, VARCHARor LONGVARCHAR value. The bold SQL type designates therecommended return type.
See Also:   CachedRowSetImpl.getLong(String)



getLong
public long getLong(String columnName) throws SQLException(Code)
Retrieves the value stored in the designated column of the current row as a long value.
Parameters:
  columnName - a String object giving the SQL name ofa column in this CachedRowSetImpl object the column value; if the value is SQL NULL,the result is 0
throws:
  SQLException - if (1) the given column name is not the name ofa column in this rowset, (2) the cursor is not on one ofthis rowset's rows or its insert row, or (3) the designatedcolumn does not store an SQL TINYINT, SMALLINT, INTEGERBIGINT, REAL, FLOAT, DOUBLE, DECIMAL, NUMERIC, BIT, CHAR,VARCHAR or LONGVARCHAR value. The bold SQL typedesignates the recommended return type.
See Also:   CachedRowSetImpl.getLong(int)



getMatchColumnIndexes
public int[] getMatchColumnIndexes() throws SQLException(Code)
Retrieves the column id as int array that was set using setMatchColumn(int []) for this rowset. a int array object that contains the column idsfor the rowset which has this as the match columns.
throws:
  SQLException - if an error occurs or column index is not set



getMatchColumnNames
public String[] getMatchColumnNames() throws SQLException(Code)
Retrieves the column name as String array that was set using setMatchColumn(String []) for this rowset. a String array object that contains the column namesfor the rowset which has this the match columns
throws:
  SQLException - if an error occurs or column name is not set



getMetaData
public ResultSetMetaData getMetaData() throws SQLException(Code)
Retrieves a ResultSetMetaData object instance that contains information about the CachedRowSet object. However, applications should cast the returned object to a RowSetMetaData interface implementation. In the reference implementation, this cast can be done on the RowSetMetaDataImpl class.

For example:

 CachedRowSet crs = new CachedRowSetImpl();
 RowSetMetaDataImpl metaData =
 (RowSetMetaDataImpl)crs.getMetaData();
 // Set the number of columns in the RowSet object for
 // which this RowSetMetaDataImpl object was created to the
 // given number.
 metaData.setColumnCount(3);
 crs.setMetaData(metaData);
 
the ResultSetMetaData object that describes thisCachedRowSetImpl object's columns
throws:
  SQLException - if an error occurs in generating the RowSetmeta data; or if the CachedRowSetImpl is empty.
See Also:   javax.sql.RowSetMetaData



getNCharacterStream
public java.io.Reader getNCharacterStream(int columnIndex) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object. It is intended for use when accessing NCHAR,NVARCHAR and LONGNVARCHAR columns. a java.io.Reader object that contains the columnvalue; if the value is SQL NULL, the value returned isnull in the Java programming language.
Parameters:
  columnIndex - the first column is 1, the second is 2, ...
exception:
  SQLException - if a database access error occurs
since:
   1.6



getNCharacterStream
public java.io.Reader getNCharacterStream(String columnName) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object. It is intended for use when accessing NCHAR,NVARCHAR and LONGNVARCHAR columns.
Parameters:
  columnName - the name of the column a java.io.Reader object that contains the columnvalue; if the value is SQL NULL, the value returned isnull in the Java programming language
exception:
  SQLException - if a database access error occurs
since:
   1.6



getNClob
public NClob getNClob(int i) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this ResultSet object as a NClob object in the Java programming language.
Parameters:
  i - the first column is 1, the second is 2, ... a NClob object representing the SQL NCLOB value in the specified column
exception:
  SQLException - if a database access error occurs
since:
   6.0



getNClob
public NClob getNClob(String colName) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this ResultSet object as a NClob object in the Java programming language.
Parameters:
  colName - the name of the column from which to retrieve the value a NClob object representing the SQL NCLOBvalue in the specified column
exception:
  SQLException - if a database access error occurs
since:
   6.0



getNString
public String getNString(int columnIndex) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language. It is intended for use when accessing NCHAR,NVARCHAR and LONGNVARCHAR columns.
Parameters:
  columnIndex - the first column is 1, the second is 2, ... the column value; if the value is SQL NULL, thevalue returned is null
exception:
  SQLException - if a database access error occurs
since:
   1.6



getNString
public String getNString(String columnName) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language. It is intended for use when accessing NCHAR,NVARCHAR and LONGNVARCHAR columns.
Parameters:
  columnName - the SQL name of the column the column value; if the value is SQL NULL, thevalue returned is null
exception:
  SQLException - if a database access error occurs
since:
   1.6



getObject
public Object getObject(int columnIndex) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as an Object value.

The type of the Object will be the default Java object type corresponding to the column's SQL type, following the mapping for built-in types specified in the JDBC 3.0 specification.

This method may also be used to read datatabase-specific abstract data types.

This implementation of the method getObject extends its behavior so that it gets the attributes of an SQL structured type as an array of Object values. This method also custom maps SQL user-defined types to classes in the Java programming language. When the specified column contains a structured or distinct value, the behavior of this method is as if it were a call to the method getObject(columnIndex, this.getStatement().getConnection().getTypeMap()).
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in the rowset a java.lang.Object holding the column value;if the value is SQL NULL, the result is null
throws:
  SQLException - if the given column index is out of bounds,the cursor is not on a valid row, or there is a problem gettingthe Class object for a custom mapping
See Also:   CachedRowSetImpl.getObject(String)




getObject
public Object getObject(String columnName) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as an Object value.

The type of the Object will be the default Java object type corresponding to the column's SQL type, following the mapping for built-in types specified in the JDBC 3.0 specification.

This method may also be used to read datatabase-specific abstract data types.

This implementation of the method getObject extends its behavior so that it gets the attributes of an SQL structured type as an array of Object values. This method also custom maps SQL user-defined types to classes in the Java programming language. When the specified column contains a structured or distinct value, the behavior of this method is as if it were a call to the method getObject(columnIndex, this.getStatement().getConnection().getTypeMap()).
Parameters:
  columnName - a String object that must match theSQL name of a column in this rowset, ignoring case a java.lang.Object holding the column value;if the value is SQL NULL, the result is null
throws:
  SQLException - if (1) the given column name does not match one ofthis rowset's column names, (2) the cursor is noton a valid row, or (3) there is a problem gettingthe Class object for a custom mapping
See Also:   CachedRowSetImpl.getObject(int)




getObject
public Object getObject(int columnIndex, java.util.Map<String, Class<?>> map) throws SQLException(Code)
Retrieves the value of the designated column in this CachedRowSetImpl object as an Object in the Java programming language, using the given java.util.Map object to custom map the value if appropriate.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in this rowset
Parameters:
  map - a java.util.Map object showing the mappingfrom SQL type names to classes in the Java programminglanguage an Object representing the SQL value
throws:
  SQLException - if the given column index is out of bounds orthe cursor is not on one of this rowset's rows or itsinsert row



getObject
public Object getObject(String columnName, java.util.Map<String, Class<?>> map) throws SQLException(Code)
Retrieves the value of the designated column in this CachedRowSetImpl object as an Object in the Java programming language, using the given java.util.Map object to custom map the value if appropriate.
Parameters:
  columnName - a String object that must match theSQL name of a column in this rowset, ignoring case
Parameters:
  map - a java.util.Map object showing the mappingfrom SQL type names to classes in the Java programminglanguage an Object representing the SQL value
throws:
  SQLException - if the given column name is not the name ofa column in this rowset or the cursor is not on one ofthis rowset's rows or its insert row



getOriginal
public ResultSet getOriginal() throws SQLException(Code)
Returns a result set containing the original value of the rowset. The original value is the state of the CachedRowSetImpl after the last population or synchronization (whichever occured most recently) with the data source.

The cursor is positioned before the first row in the result set. Only rows contained in the result set returned by getOriginal() are said to have an original value. the original result set of the rowset
throws:
  SQLException - if an error occurs produce theResultSet object




getOriginalRow
public ResultSet getOriginalRow() throws SQLException(Code)
Returns a result set containing the original value of the current row only. The original value is the state of the CachedRowSetImpl after the last population or synchronization (whichever occured most recently) with the data source. the original result set of the row
throws:
  SQLException - if there is no current row
See Also:   CachedRowSetImpl.setOriginalRow



getPageSize
public int getPageSize()(Code)
This is the getter function for the size of the page. an integer that is the page size.



getRef
public Ref getRef(int columnIndex) throws SQLException(Code)
Retrieves the value of the designated column in this CachedRowSetImpl object as a Ref object in the Java programming language.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in this rowset a Ref object representing an SQL REF value
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) the designated column does not store anSQL REF value
See Also:   CachedRowSetImpl.getRef(String)



getRef
public Ref getRef(String colName) throws SQLException(Code)
Retrieves the value of the designated column in this CachedRowSetImpl object as a Ref object in the Java programming language.
Parameters:
  colName - a String object that must match theSQL name of a column in this rowset, ignoring case a Ref object representing an SQL REF value
throws:
  SQLException - if (1) the given column name is not the name ofa column in this rowset, (2) the cursor is not on one ofthis rowset's rows or its insert row, or (3) the column valueis not an SQL REF value
See Also:   CachedRowSetImpl.getRef(int)



getRow
public int getRow() throws SQLException(Code)
Returns the number of the current row in this CachedRowSetImpl object. The first row is number 1, the second number 2, and so on. the number of the current row; 0 if there is nocurrent row
throws:
  SQLException - if an error occurs; or if the CacheRowSetImplis empty



getRowId
public RowId getRowId(int columnIndex) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.RowId object in the Java programming language.
Parameters:
  columnIndex - the first column is 1, the second 2, ... the column value if the value is a SQL NULL thevalue returned is null
throws:
  SQLException - if a database access error occurs
since:
   6.0



getRowId
public RowId getRowId(String columnName) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.RowId object in the Java programming language.
Parameters:
  columnName - the name of the column the column value if the value is a SQL NULL thevalue returned is null
throws:
  SQLException - if a database access error occurs
since:
   6.0



getRowSetWarnings
public RowSetWarning getRowSetWarnings()(Code)
The first warning reported by calls on this CachedRowSetImpl object is returned. Subsequent CachedRowSetImpl warnings will be chained to this SQLWarning. All RowSetWarnings warnings are generated in the disconnected environment and remain a seperate warning chain to that provided by the getWarnings method.

The warning chain is automatically cleared each time a new row is read.

Note: This warning chain only covers warnings caused by CachedRowSet (and their child interface) methods. All SQLWarnings can be obtained using the getWarnings method which tracks warnings generated by the underlying JDBC driver. the first SQLWarning or null




getSQLXML
public SQLXML getSQLXML(int columnIndex) throws SQLException(Code)
Retrieves the value of the designated SQL XML parameter as a SQLXML object in the Java programming language.
Parameters:
  columnIndex - the first column is 1, the second is 2, ... a SQLXML object that maps an SQL XML value
throws:
  SQLException - if a database access error occurs
since:
   6.0



getSQLXML
public SQLXML getSQLXML(String colName) throws SQLException(Code)
Retrieves the value of the designated SQL XML parameter as a SQLXML object in the Java programming language.
Parameters:
  colName - the name of the column from which to retrieve the value a SQLXML object that maps an SQL XML value
throws:
  SQLException - if a database access error occurs



getShort
public short getShort(int columnIndex) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a short value.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in the rowset the column value; if the value is SQL NULL, theresult is 0
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) the designated column does not store anSQL TINYINT, SMALLINT, INTEGER, BIGINT, REALFLOAT, DOUBLE, DECIMAL, NUMERIC, BIT, CHAR, VARCHARor LONGVARCHAR value. The bold SQL type designates therecommended return type.
See Also:   CachedRowSetImpl.getShort(String)



getShort
public short getShort(String columnName) throws SQLException(Code)
Retrieves the value stored in the designated column of the current row as a short value.
Parameters:
  columnName - a String object giving the SQL name ofa column in this CachedRowSetImpl object the column value; if the value is SQL NULL,the result is 0
throws:
  SQLException - if (1) the given column name is not the name ofa column in this rowset, (2) the cursor is not on one ofthis rowset's rows or its insert row, or (3) the designatedcolumn does not store an SQL TINYINT, SMALLINT, INTEGERBIGINT, REAL, FLOAT, DOUBLE, DECIMAL, NUMERIC, BIT, CHAR,VARCHAR or LONGVARCHAR value. The bold SQL typedesignates the recommended return type.
See Also:   CachedRowSetImpl.getShort(int)



getStatement
public Statement getStatement() throws SQLException(Code)
Returns null. null
throws:
  SQLException - if an error occurs



getString
public String getString(int columnIndex) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a String object.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in the rowset the column value; if the value is SQL NULL, theresult is null
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) the designated column does not store anSQL TINYINT, SMALLINT, INTEGER, BIGINT, REAL,FLOAT, DOUBLE, DECIMAL, NUMERIC, BIT, CHAR, VARCHARor LONGVARCHAR value. The bold SQL type designates therecommended return type.



getString
public String getString(String columnName) throws SQLException(Code)
Retrieves the value stored in the designated column of the current row as a String object.
Parameters:
  columnName - a String object giving the SQL name ofa column in this CachedRowSetImpl object the column value; if the value is SQL NULL,the result is null
throws:
  SQLException - if (1) the given column name is not the name ofa column in this rowset, (2) the cursor is not on one ofthis rowset's rows or its insert row, or (3) the designatedcolumn does not store an SQL TINYINT, SMALLINT, INTEGERBIGINT, REAL, FLOAT, DOUBLE, DECIMAL, NUMERIC, BIT, CHAR,VARCHAR or LONGVARCHAR< value. The bold SQL typedesignates the recommended return type.



getSyncProvider
public SyncProvider getSyncProvider() throws SQLException(Code)
Returns the SyncProvider implementation being used with this CachedRowSetImpl implementation rowset. the SyncProvider used by the rowset. If not provider wasset when the rowset was instantiated, the referenceimplementation (default) provider is returned.
throws:
  SQLException - if error occurs while return theSyncProvider instance.



getTableName
public String getTableName() throws SQLException(Code)
Returns an identifier for the object (table) that was used to create this rowset. a String object that identifies the table fromwhich this CachedRowSetImpl object was derived
throws:
  SQLException - if an error occurs



getTime
public java.sql.Time getTime(int columnIndex) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.sql.Time object.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in the rowset the column value; if the value is SQL NULL, theresult is null
throws:
  SQLException - if the given column index is out of bounds,the cursor is not on a valid row, or this method fails



getTime
public java.sql.Time getTime(String columnName) throws SQLException(Code)
Retrieves the value stored in the designated column of the current row as a java.sql.Time object.
Parameters:
  columnName - a String object giving the SQL name ofa column in this CachedRowSetImpl object the column value; if the value is SQL NULL,the result is null
throws:
  SQLException - if the given column name does not match one ofthis rowset's column names or the cursor is not on one ofthis rowset's rows or its insert row



getTime
public java.sql.Time getTime(int columnIndex, Calendar cal) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.sql.Time object, using the given Calendar object to construct an appropriate millisecond value for the date.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in the rowset
Parameters:
  cal - the java.util.Calendar object to use inconstructing the date the column value; if the value is SQL NULL,the result is null
throws:
  SQLException - if (1) the given column name is not the name ofa column in this rowset, (2) the cursor is not on one ofthis rowset's rows or its insert row, or (3) the designatedcolumn does not store an SQL TIME orTIMESTAMP value



getTime
public java.sql.Time getTime(String columnName, Calendar cal) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.sql.Time object, using the given Calendar object to construct an appropriate millisecond value for the date.
Parameters:
  columnName - a String object that must match theSQL name of a column in this rowset, ignoring case
Parameters:
  cal - the java.util.Calendar object to use inconstructing the date the column value; if the value is SQL NULL,the result is null
throws:
  SQLException - if (1) the given column name is not the name ofa column in this rowset, (2) the cursor is not on one ofthis rowset's rows or its insert row, or (3) the designatedcolumn does not store an SQL TIME orTIMESTAMP value



getTimestamp
public java.sql.Timestamp getTimestamp(int columnIndex) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.sql.Timestamp object.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in the rowset the column value; if the value is SQL NULL, theresult is null
throws:
  SQLException - if the given column index is out of bounds,the cursor is not on a valid row, or this method fails



getTimestamp
public java.sql.Timestamp getTimestamp(String columnName) throws SQLException(Code)
Retrieves the value stored in the designated column of the current row as a java.sql.Timestamp object.
Parameters:
  columnName - a String object giving the SQL name ofa column in this CachedRowSetImpl object the column value; if the value is SQL NULL,the result is null
throws:
  SQLException - if the given column name does not match one ofthis rowset's column names or the cursor is not on one ofthis rowset's rows or its insert row



getTimestamp
public java.sql.Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.sql.Timestamp object, using the given Calendar object to construct an appropriate millisecond value for the date.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in the rowset
Parameters:
  cal - the java.util.Calendar object to use inconstructing the date the column value; if the value is SQL NULL,the result is null
throws:
  SQLException - if (1) the given column name is not the name ofa column in this rowset, (2) the cursor is not on one ofthis rowset's rows or its insert row, or (3) the designatedcolumn does not store an SQL TIME orTIMESTAMP value



getTimestamp
public java.sql.Timestamp getTimestamp(String columnName, Calendar cal) throws SQLException(Code)
Retrieves the value of the designated column in the current row of this CachedRowSetImpl object as a java.sql.Timestamp object, using the given Calendar object to construct an appropriate millisecond value for the date.
Parameters:
  columnName - a String object that must match theSQL name of a column in this rowset, ignoring case
Parameters:
  cal - the java.util.Calendar object to use inconstructing the date the column value; if the value is SQL NULL,the result is null
throws:
  SQLException - if (1) the given column name is not the name ofa column in this rowset, (2) the cursor is not on one ofthis rowset's rows or its insert row, or (3) the designatedcolumn does not store an SQL DATE,TIME, or TIMESTAMP value



getURL
public java.net.URL getURL(int columnIndex) throws SQLException(Code)
Retrieves the value of the designated column in this CachedRowSetImpl object as a java.net.URL object in the Java programming language. a java.net.URL object containing the resource reference described bythe URL
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) the designated column does not store anSQL DATALINK value.
See Also:   CachedRowSetImpl.getURL(String)



getURL
public java.net.URL getURL(String columnName) throws SQLException(Code)
Retrieves the value of the designated column in this CachedRowSetImpl object as a java.net.URL object in the Java programming language. a java.net.URL object containing the resource reference described bythe URL
throws:
  SQLException - if (1) the given column name not the name of a columnin this rowset, or(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) the designated column does not store anSQL DATALINK value.
See Also:   CachedRowSetImpl.getURL(int)



getUnicodeStream
public java.io.InputStream getUnicodeStream(int columnIndex) throws SQLException(Code)
A column value can be retrieved as a stream of Unicode characters and then read in chunks from the stream. This method is particularly suitable for retrieving large LONGVARCHAR values. The JDBC driver will do any necessary conversion from the database format into Unicode.

Note: All the data in the returned stream must be read prior to getting the value of any other column. The next call to a get method implicitly closes the stream. . Also, a stream may return 0 for available() whether there is data available or not.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in this rowset a Java input stream that delivers the database column valueas a stream of two byte Unicode characters. If the value is SQL NULLthen the result is null.
throws:
  SQLException - if an error occurs




getUnicodeStream
public java.io.InputStream getUnicodeStream(String columnName) throws SQLException(Code)
A column value can be retrieved as a stream of Unicode characters and then read in chunks from the stream. This method is particularly suitable for retrieving large LONGVARCHAR values. The JDBC driver will do any necessary conversion from the database format into Unicode.

Note: All the data in the returned stream must be read prior to getting the value of any other column. The next call to a getXXX method implicitly closes the stream.
Parameters:
  columnName - a String object giving the SQL name ofa column in this CachedRowSetImpl object a Java input stream that delivers the database column valueas a stream of two-byte Unicode characters. If the value isSQL NULL, the result is null.
throws:
  SQLException - if the given column name does not match one ofthis rowset's column names or the cursor is not on one ofthis rowset's rows or its insert row




getWarnings
public SQLWarning getWarnings()(Code)
The first warning reported by calls on this CachedRowSetImpl object is returned. Subsequent CachedRowSetImpl warnings will be chained to this SQLWarning.

The warning chain is automatically cleared each time a new row is read.

Note: This warning chain only covers warnings caused by ResultSet methods. Any warning caused by statement methods (such as reading OUT parameters) will be chained on the Statement object. the first SQLWarning or null




insertRow
public void insertRow() throws SQLException(Code)
Inserts the contents of this CachedRowSetImpl object's insert row into this rowset immediately following the current row. If the current row is the position after the last row or before the first row, the new row will be inserted at the end of the rowset. This method also notifies listeners registered with this rowset that the row has changed.

The cursor must be on the insert row when this method is called.
throws:
  SQLException - if (1) the cursor is not on the insert row,(2) one or more of the non-nullable columns in the insertrow has not been given a value, or (3) this rowset isResultSet.CONCUR_READ_ONLY




internalFirst
protected boolean internalFirst() throws SQLException(Code)
Moves this CachedRowSetImpl object's cursor to the first row and returns true if the operation is successful.

This method is called internally by the methods first, isFirst, and absolute. It in turn calls the method internalNext in order to handle the case where the first row is a deleted row that is not visible.

This is a implementation only method and is not required as a standard implementation of the CachedRowSet interface. true if the cursor moved to the first row;false otherwise
throws:
  SQLException - if an error occurs




internalLast
protected boolean internalLast() throws SQLException(Code)
Moves this CachedRowSetImpl object's cursor to the last row and returns true if the operation is successful.

This method is called internally by the method last when rows have been deleted and the deletions are not visible. The method internalLast handles the case where the last row is a deleted row that is not visible by in turn calling the method internalPrevious.

This is a implementation only method and is not required as a standard implementation of the CachedRowSet interface. true if the cursor moved to the last row;false otherwise
throws:
  SQLException - if an error occurs




internalNext
protected boolean internalNext() throws SQLException(Code)
Moves this CachedRowSetImpl 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




internalPrevious
protected boolean internalPrevious() throws SQLException(Code)
Moves the cursor to the previous row in this CachedRowSetImpl object, skipping past deleted rows that are not visible; returns true if the cursor is on a row in this rowset and false when the cursor goes before the first row.

This method is called internally by the method previous.

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 row in this rowset;false when the cursor reaches the position beforethe first row
throws:
  SQLException - if an error occurs




isAfterLast
public boolean isAfterLast() throws SQLException(Code)
Indicates whether the cursor is after the last row in this CachedRowSetImpl object. true if the cursor is after the last row;false otherwise or if the rowset contains no rows
throws:
  SQLException - if an error occurs



isBeforeFirst
public boolean isBeforeFirst() throws SQLException(Code)
Indicates whether the cursor is before the first row in this CachedRowSetImpl object. true if the cursor is before the first row;false otherwise or if the rowset contains no rows
throws:
  SQLException - if an error occurs



isClosed
public boolean isClosed() throws SQLException(Code)
Retrieves whether this ResultSet object has been closed. A ResultSet is closed if the method close has been called on it, or if it is automatically closed. true if this ResultSet object is closed; false if it is still open
throws:
  SQLException - if a database access error occurs
since:
   6.0



isFirst
public boolean isFirst() throws SQLException(Code)
Indicates whether the cursor is on the first row in this CachedRowSetImpl object. true if the cursor is on the first row;false otherwise or if the rowset contains no rows
throws:
  SQLException - if an error occurs



isLast
public boolean isLast() throws SQLException(Code)
Indicates whether the cursor is on the last row in this CachedRowSetImpl object.

Note: Calling the method isLast may be expensive because the JDBC driver might need to fetch ahead one row in order to determine whether the current row is the last row in this rowset. true if the cursor is on the last row;false otherwise or if this rowset contains no rows
throws:
  SQLException - if an error occurs




isWrapperFor
public boolean isWrapperFor(Class interfaces) throws SQLException(Code)



last
public boolean last() throws SQLException(Code)
Moves this CachedRowSetImpl object's cursor to the last row and returns true if the operation was successful. This method also notifies registered listeners that the cursor has moved. true if the cursor is on a valid row;false otherwise or if there are no rows in thisCachedRowSetImpl object
throws:
  SQLException - if the type of this rowsetis ResultSet.TYPE_FORWARD_ONLY



moveToCurrentRow
public void moveToCurrentRow() throws SQLException(Code)
Moves the cursor for this CachedRowSetImpl object to the current row. The current row is the row the cursor was on when the method moveToInsertRow was called.

Calling this method has no effect unless it is called while the cursor is on the insert row.
throws:
  SQLException - if an error occurs




moveToInsertRow
public void moveToInsertRow() throws SQLException(Code)
Moves the cursor for this CachedRowSetImpl object to the insert row. The current row in the rowset is remembered while the cursor is on the insert row.

The insert row is a special row associated with an updatable rowset. It is essentially a buffer where a new row may be constructed by calling the appropriate updateXXX methods to assign a value to each column in the row. A complete row must be constructed; that is, every column that is not nullable must be assigned a value. In order for the new row to become part of this rowset, the method insertRow must be called before the cursor is moved back to the rowset.

Only certain methods may be invoked while the cursor is on the insert row; many methods throw an exception if they are called while the cursor is there. In addition to the updateXXX and insertRow methods, only the getXXX methods may be called when the cursor is on the insert row. A getXXX method should be called on a column only after an updateXXX method has been called on that column; otherwise, the value returned is undetermined.
throws:
  SQLException - if this CachedRowSetImpl object isResultSet.CONCUR_READ_ONLY




next
public boolean next() throws SQLException(Code)
Moves the cursor down one row from its current position and returns true if the new cursor position is a valid row. The cursor for a new ResultSet object is initially positioned before the first row. The first call to the method next moves the cursor to the first row, making it the current row; the second call makes the second row the current row, and so on.

If an input stream from the previous row is open, it is implicitly closed. The ResultSet object's warning chain is cleared when a new row is read. true if the new current row is valid;false if there are no more rows
throws:
  SQLException - if an error occurs orthe cursor is not positioned in the rowset, beforethe first row, or after the last row




nextPage
public boolean nextPage() throws SQLException(Code)
The nextPage gets the next page, that is a CachedRowSetImpl object containing the number of rows specified by page size. boolean value true indicating whether there are more pages to come andfalse indicating that this is the last page.
throws:
  SQLException - if an error occurs or this called before calling populate.



populate
public void populate(ResultSet data) throws SQLException(Code)
Populates this CachedRowSetImpl object with data from the given ResultSet object. This method is an alternative to the method execute for filling the rowset with data. The method populate does not require that the properties needed by the method execute, such as the command property, be set. This is true because the method populate is given the ResultSet object from which to get data and thus does not need to use the properties required for setting up a connection and executing this CachedRowSetImpl object's command.

After populating this rowset with data, the method populate sets the rowset's metadata and then sends a RowSetChangedEvent object to all registered listeners prior to returning.
Parameters:
  data - the ResultSet object containing the datato be read into this CachedRowSetImpl object
throws:
  SQLException - if an error occurs; or the max row setting isviolated while populating the RowSet
See Also:   CachedRowSetImpl.execute




populate
public void populate(ResultSet data, int start) throws SQLException(Code)
Populates this CachedRowSet object with data from the given ResultSet object. While related to the populate(ResultSet) method, an additional parameter is provided to allow starting position within the ResultSet from where to populate the CachedRowSet instance. This method is an alternative to the method execute for filling the rowset with data. The method populate does not require that the properties needed by the method execute, such as the command property, be set. This is true because the method populate is given the ResultSet object from which to get data and thus does not need to use the properties required for setting up a connection and executing this CachedRowSetImpl object's command.

After populating this rowset with data, the method populate sets the rowset's metadata and then sends a RowSetChangedEvent object to all registered listeners prior to returning.
Parameters:
  data - the ResultSet object containing the datato be read into this CachedRowSetImpl object
Parameters:
  start - the integer specifing the position in theResultSet object to popultate theCachedRowSetImpl object.
throws:
  SQLException - if an error occurs; or the max row setting isviolated while populating the RowSet.Also id the start positionis negative.
See Also:   CachedRowSetImpl.execute




previous
public boolean previous() throws SQLException(Code)
Moves this CachedRowSetImpl object's cursor to the previous row and returns true if the cursor is on a valid row or false if it is not. This method also notifies all listeners registered with this CachedRowSetImpl object that its cursor has moved.

Note: calling the method previous() is not the same as calling the method relative(-1). This is true because it is possible to call previous() from the insert row, from after the last row, or from the current row, whereas relative may only be called from the current row.

The method previous may used in a while loop to iterate through a rowset starting after the last row and moving toward the beginning. The loop ends when previous returns false, meaning that there are no more rows. For example, the following code fragment retrieves all the data in the CachedRowSetImpl object crs, which has three columns. Note that the cursor must initially be positioned after the last row so that the first call to the method previous places the cursor on the last line.

 
 crs.afterLast();
 while (previous()) {
 String name = crs.getString(1);
 int age = crs.getInt(2);
 short ssn = crs.getShort(3);
 System.out.println(name + "   " + age + "   " + ssn);
 }
  
This method throws an SQLException if the cursor is not on a row in the rowset, before the first row, or after the last row. true if the cursor is on a valid row;false if it is before the first row or after thelast row
throws:
  SQLException - if the cursor is not on a valid position or thetype of this rowset is ResultSet.TYPE_FORWARD_ONLY



previousPage
public boolean previousPage() throws SQLException(Code)
Retrieves the data present in the page prior to the page from where it is called. boolean value true if it retrieves the previous page, flase if itis on the first page.
throws:
  SQLException - if it is called before populate is called or ResultSetis of type ResultSet.TYPE_FORWARD_ONLY or if an erroroccurs.



readObject
protected void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException(Code)
This method re populates the resBundle during the deserialization process



refreshRow
public void refreshRow() throws SQLException(Code)
Sets the current row with its original value and marks the row as not updated, thus undoing any changes made to the row since the last call to the methods updateRow or deleteRow. This method should be called only when the cursor is on a row in this rowset.
throws:
  SQLException - if the cursor is on the insert row, before thefirst row, or after the last row



relative
public boolean relative(int rows) throws SQLException(Code)
Moves the cursor the specified number of rows from the current position, with a positive number moving it forward and a negative number moving it backward.

If the number is positive, the cursor moves the specified number of rows toward the end of the rowset, starting at the current row. For example, the following command, in which crs is a CachedRowSetImpl object with 100 rows, moves the cursor forward four rows from the current row. If the current row is 50, the cursor would move to row 54.


 crs.relative(4);
  

If the number is negative, the cursor moves back toward the beginning the specified number of rows, starting at the current row. For example, calling the method absolute(-1) positions the cursor on the last row, absolute(-2) moves it on the next-to-last row, and so on. If the CachedRowSetImpl object crs has five rows, the following command moves the cursor to the fourth-to-last row, which in the case of a rowset with five rows, is also the second row from the beginning.


 crs.absolute(-4);
  
If the number specified is larger than the number of rows, the cursor will move to the position after the last row. If the number specified would move the cursor one or more rows before the first row, the cursor moves to the position before the first row. In both cases, this method throws an SQLException.

Note: Calling absolute(1) is the same as calling the method first(). Calling absolute(-1) is the same as calling last(). Calling relative(0) is valid, but it does not change the cursor position.
Parameters:
  rows - an int indicating the number of rows to movethe cursor, starting at the current row; a positive numbermoves the cursor forward; a negative number moves the cursorbackward; must not move the cursor past the validrows true if the cursor is on a row in thisCachedRowSetImpl object; falseotherwise
throws:
  SQLException - if there are no rows in this rowset, the cursor ispositioned either before the first row or after the last row, orthe rowset is type ResultSet.TYPE_FORWARD_ONLY




release
public void release() throws SQLException(Code)
Releases the current contents of this CachedRowSetImpl object and sends a rowSetChanged event object to all registered listeners.
throws:
  SQLException - if an error occurs flushing the contents ofRowSet.
See Also:   javax.sql.RowSetListener.rowSetChanged



removeCurrentRow
protected void removeCurrentRow()(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




restoreOriginal
public void restoreOriginal() throws SQLException(Code)
Restores this CachedRowSetImpl object to its original state, that is, its state before the last set of changes.

Before returning, this method moves the cursor before the first row and sends a rowSetChanged event to all registered listeners.
throws:
  SQLException - if an error is occurs rolling back the RowSetstate to the definied original value.
See Also:   javax.sql.RowSetListener.rowSetChanged




rollback
public void rollback() throws SQLException(Code)
Rolls back all changes performed by the acceptChanges() methods
See Also:   java.sql.Connection.rollback



rollback
public void rollback(Savepoint s) throws SQLException(Code)
Rolls back all changes performed by the acceptChanges() to the last Savepoint transaction marker.
See Also:   java.sql.Connection.rollback(Savepoint)



rowDeleted
public boolean rowDeleted() throws SQLException(Code)
Indicates whether the current row has been deleted. A deleted row may leave a visible "hole" in a rowset. This method can be used to detect such holes if the rowset can detect deletions. This method will always return false if this rowset cannot detect deletions. true if (1)the current row is blank, indicating thatthe row has been deleted, and (2)deletions are detected;false otherwise
throws:
  SQLException - if the cursor is on a valid row in this rowset
See Also:   DatabaseMetaData.deletesAreDetected



rowInserted
public boolean rowInserted() throws SQLException(Code)
Indicates whether the current row has been inserted. The value returned depends on whether or not the rowset can detect visible inserts. true if a row has been inserted and inserts are detected;false otherwise
throws:
  SQLException - if the cursor is on the insert row or notnot on a valid row
See Also:   DatabaseMetaData.insertsAreDetected



rowSetPopulated
public void rowSetPopulated(RowSetEvent event, int numRows) throws SQLException(Code)
Notifies registered listeners that a RowSet object in the given RowSetEvent object has populated a number of additional rows. The numRows parameter ensures that this event will only be fired every numRow.

The source of the event can be retrieved with the method event.getSource.
Parameters:
  event - a RowSetEvent object that contains the RowSet object that is the source of the events
Parameters:
  numRows - when populating, the number of rows interval on which theCachedRowSet populated should fire; the default valueis zero; cannot be less than fetchSize or zero




rowUpdated
public boolean rowUpdated() throws SQLException(Code)
Indicates whether the current row of this CachedRowSetImpl object has been updated. The value returned depends on whether this rowset can detect updates: false will always be returned if it does not detect updates. true if the row has been visibly updatedby the owner or another and updates are detected;false otherwise
throws:
  SQLException - if the cursor is on the insert row or notnot on a valid row
See Also:   DatabaseMetaData.updatesAreDetected



setAsciiStream
public void setAsciiStream(String parameterName, java.io.InputStream x, int length) throws SQLException(Code)
Sets the designated parameter to the given input stream, which will have the specified number of bytes. When a very large ASCII value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.InputStream. Data will be read from the stream as needed until end-of-file is reached. The JDBC driver will do any necessary conversion from ASCII to the database char format.

Note: This stream object can either be a standard Java stream object or your own subclass that implements the standard interface.
Parameters:
  parameterName - the name of the parameter
Parameters:
  x - the Java input stream that contains the ASCII parameter value
Parameters:
  length - the number of bytes in the stream
exception:
  SQLException - if a database access error occurs orthis method is called on a closed CallableStatement
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.4




setAsciiStream
public void setAsciiStream(String parameterName, java.io.InputStream x) throws SQLException(Code)
Sets the designated parameter to the given input stream. When a very large ASCII value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.InputStream. Data will be read from the stream as needed until end-of-file is reached. The JDBC driver will do any necessary conversion from ASCII to the database char format.

Note: This stream object can either be a standard Java stream object or your own subclass that implements the standard interface.

Note: Consult your JDBC driver documentation to determine if it might be more efficient to use a version of setAsciiStream which takes a length parameter.
Parameters:
  parameterName - the name of the parameter
Parameters:
  x - the Java input stream that contains the ASCII parameter value
exception:
  SQLException - if a database access error occurs orthis method is called on a closed CallableStatement
throws:
  SQLFeatureNotSupportedException - if the JDBC driver does not support this method
since:
   1.6




setBigDecimal
public void setBigDecimal(String parameterName, BigDecimal x) throws SQLException(Code)
Sets the designated parameter to the given java.math.BigDecimal value. The driver converts this to an SQL NUMERIC value when it sends it to the database.
Parameters:
  parameterName - the name of the parameter
Parameters:
  x - the parameter value
exception:
  SQLException - if a database access error occurs orthis method is called on a closed CallableStatement
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
See Also:   CachedRowSetImpl.getBigDecimal
since:
   1.4



setBinaryStream
public void setBinaryStream(String parameterName, java.io.InputStream x, int length) throws SQLException(Code)
Sets the designated parameter to the given input stream, which will have the specified number of bytes. When a very large binary value is input to a LONGVARBINARY parameter, it may be more practical to send it via a java.io.InputStream object. The data will be read from the stream as needed until end-of-file is reached.

Note: This stream object can either be a standard Java stream object or your own subclass that implements the standard interface.
Parameters:
  parameterName - the name of the parameter
Parameters:
  x - the java input stream which contains the binary parameter value
Parameters:
  length - the number of bytes in the stream
exception:
  SQLException - if a database access error occurs orthis method is called on a closed CallableStatement
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.4




setBinaryStream
public void setBinaryStream(String parameterName, java.io.InputStream x) throws SQLException(Code)
Sets the designated parameter to the given input stream. When a very large binary value is input to a LONGVARBINARY parameter, it may be more practical to send it via a java.io.InputStream object. The data will be read from the stream as needed until end-of-file is reached.

Note: This stream object can either be a standard Java stream object or your own subclass that implements the standard interface.

Note: Consult your JDBC driver documentation to determine if it might be more efficient to use a version of setBinaryStream which takes a length parameter.
Parameters:
  parameterName - the name of the parameter
Parameters:
  x - the java input stream which contains the binary parameter value
exception:
  SQLException - if a database access error occurs orthis method is called on a closed CallableStatement
throws:
  SQLFeatureNotSupportedException - if the JDBC driver does not support this method
since:
   1.6




setBlob
public void setBlob(int parameterIndex, InputStream inputStream, long length) throws SQLException(Code)
Sets the designated parameter to a InputStream object. The inputstream must contain the number of characters specified by length otherwise a SQLException will be generated when the PreparedStatement is executed. This method differs from the setBinaryStream (int, InputStream, int) method because it informs the driver that the parameter value should be sent to the server as a BLOB. When the setBinaryStream method is used, the driver may have to do extra work to determine whether the parameter data should be sent to the server as a LONGVARBINARY or a BLOB
Parameters:
  parameterIndex - index of the first parameter is 1,the second is 2, ...
Parameters:
  inputStream - An object that contains the data to set the parametervalue to.
Parameters:
  length - the number of bytes in the parameter data.
throws:
  SQLException - if a database access error occurs,this method is called on a closed PreparedStatement,if parameterIndex does not correspondto a parameter marker in the SQL statement, if the length specifiedis less than zero or if the number of bytes in the inputstream does not matchthe specfied length.
throws:
  SQLFeatureNotSupportedException - if the JDBC driver does not support this method
since:
   1.6



setBlob
public void setBlob(int parameterIndex, InputStream inputStream) throws SQLException(Code)
Sets the designated parameter to a InputStream object. This method differs from the setBinaryStream (int, InputStream) method because it informs the driver that the parameter value should be sent to the server as a BLOB. When the setBinaryStream method is used, the driver may have to do extra work to determine whether the parameter data should be sent to the server as a LONGVARBINARY or a BLOB

Note: Consult your JDBC driver documentation to determine if it might be more efficient to use a version of setBlob which takes a length parameter.
Parameters:
  parameterIndex - index of the first parameter is 1,the second is 2, ...
Parameters:
  inputStream - An object that contains the data to set the parametervalue to.
throws:
  SQLException - if a database access error occurs,this method is called on a closed PreparedStatement orif parameterIndex does not correspondto a parameter marker in the SQL statement,
throws:
  SQLFeatureNotSupportedException - if the JDBC driver does not support this method
since:
   1.6




setBlob
public void setBlob(String parameterName, InputStream inputStream, long length) throws SQLException(Code)
Sets the designated parameter to a InputStream object. The inputstream must contain the number of characters specified by length, otherwise a SQLException will be generated when the CallableStatement is executed. This method differs from the setBinaryStream (int, InputStream, int) method because it informs the driver that the parameter value should be sent to the server as a BLOB. When the setBinaryStream method is used, the driver may have to do extra work to determine whether the parameter data should be sent to the server as a LONGVARBINARY or a BLOB
Parameters:
  parameterName - the name of the parameter to be setthe second is 2, ...
Parameters:
  inputStream - An object that contains the data to set the parametervalue to.
Parameters:
  length - the number of bytes in the parameter data.
throws:
  SQLException - if parameterIndex does not correspondto a parameter marker in the SQL statement, or if the length specifiedis less than zero; if the number of bytes in the inputstream does not matchthe specfied length; if a database access error occurs orthis method is called on a closed CallableStatement
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.6



setBlob
public void setBlob(String parameterName, Blob x) throws SQLException(Code)
Sets the designated parameter to the given java.sql.Blob object. The driver converts this to an SQL BLOB value when it sends it to the database.
Parameters:
  parameterName - the name of the parameter
Parameters:
  x - a Blob object that maps an SQL BLOB value
exception:
  SQLException - if a database access error occurs orthis method is called on a closed CallableStatement
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.6



setBlob
public void setBlob(String parameterName, InputStream inputStream) throws SQLException(Code)
Sets the designated parameter to a InputStream object. This method differs from the setBinaryStream (int, InputStream) method because it informs the driver that the parameter value should be sent to the server as a BLOB. When the setBinaryStream method is used, the driver may have to do extra work to determine whether the parameter data should be send to the server as a LONGVARBINARY or a BLOB

Note: Consult your JDBC driver documentation to determine if it might be more efficient to use a version of setBlob which takes a length parameter.
Parameters:
  parameterName - the name of the parameter
Parameters:
  inputStream - An object that contains the data to set the parametervalue to.
throws:
  SQLException - if a database access error occurs orthis method is called on a closed CallableStatement
throws:
  SQLFeatureNotSupportedException - if the JDBC driver does not support this method
since:
   1.6




setBoolean
public void setBoolean(String parameterName, boolean x) throws SQLException(Code)
Sets the designated parameter to the given Java boolean value. The driver converts this to an SQL BIT or BOOLEAN value when it sends it to the database.
Parameters:
  parameterName - the name of the parameter
Parameters:
  x - the parameter value
exception:
  SQLException - if a database access error occurs orthis method is called on a closed CallableStatement
See Also:   CachedRowSetImpl.getBoolean
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.4



setByte
public void setByte(String parameterName, byte x) throws SQLException(Code)
Sets the designated parameter to the given Java byte value. The driver converts this to an SQL TINYINT value when it sends it to the database.
Parameters:
  parameterName - the name of the parameter
Parameters:
  x - the parameter value
exception:
  SQLException - if a database access error occurs orthis method is called on a closed CallableStatement
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
See Also:   CachedRowSetImpl.getByte
since:
   1.4



setBytes
public void setBytes(String parameterName, byte x) throws SQLException(Code)
Sets the designated parameter to the given Java array of bytes. The driver converts this to an SQL VARBINARY or LONGVARBINARY (depending on the argument's size relative to the driver's limits on VARBINARY values) when it sends it to the database.
Parameters:
  parameterName - the name of the parameter
Parameters:
  x - the parameter value
exception:
  SQLException - if a database access error occurs orthis method is called on a closed CallableStatement
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
See Also:   CachedRowSetImpl.getBytes
since:
   1.4



setCharacterStream
public void setCharacterStream(String parameterName, java.io.Reader reader, int length) throws SQLException(Code)
Sets the designated parameter to the given Reader object, which is the given number of characters long. When a very large UNICODE value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.Reader object. The data will be read from the stream as needed until end-of-file is reached. The JDBC driver will do any necessary conversion from UNICODE to the database char format.

Note: This stream object can either be a standard Java stream object or your own subclass that implements the standard interface.
Parameters:
  parameterName - the name of the parameter
Parameters:
  reader - the java.io.Reader object thatcontains the UNICODE data used as the designated parameter
Parameters:
  length - the number of characters in the stream
exception:
  SQLException - if a database access error occurs orthis method is called on a closed CallableStatement
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.4




setCharacterStream
public void setCharacterStream(String parameterName, java.io.Reader reader) throws SQLException(Code)
Sets the designated parameter to the given Reader object. When a very large UNICODE value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.Reader object. The data will be read from the stream as needed until end-of-file is reached. The JDBC driver will do any necessary conversion from UNICODE to the database char format.

Note: This stream object can either be a standard Java stream object or your own subclass that implements the standard interface.

Note: Consult your JDBC driver documentation to determine if it might be more efficient to use a version of setCharacterStream which takes a length parameter.
Parameters:
  parameterName - the name of the parameter
Parameters:
  reader - the java.io.Reader object that contains theUnicode data
exception:
  SQLException - if a database access error occurs orthis method is called on a closed CallableStatement
throws:
  SQLFeatureNotSupportedException - if the JDBC driver does not support this method
since:
   1.6




setClob
public void setClob(String parameterName, Reader reader, long length) throws SQLException(Code)
Sets the designated parameter to a Reader object. The reader must contain the number of characters specified by length otherwise a SQLException will be generated when the CallableStatement is executed. This method differs from the setCharacterStream (int, Reader, int) method because it informs the driver that the parameter value should be sent to the server as a CLOB. When the setCharacterStream method is used, the driver may have to do extra work to determine whether the parameter data should be send to the server as a LONGVARCHAR or a CLOB
Parameters:
  parameterName - the name of the parameter to be set
Parameters:
  reader - An object that contains the data to set the parameter value to.
Parameters:
  length - the number of characters in the parameter data.
throws:
  SQLException - if parameterIndex does not correspond to a parametermarker in the SQL statement; if the length specified is less than zero;a database access error occurs orthis method is called on a closed CallableStatement
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.6



setClob
public void setClob(String parameterName, Clob x) throws SQLException(Code)
Sets the designated parameter to the given java.sql.Clob object. The driver converts this to an SQL CLOB value when it sends it to the database.
Parameters:
  parameterName - the name of the parameter
Parameters:
  x - a Clob object that maps an SQL CLOB value
exception:
  SQLException - if a database access error occurs orthis method is called on a closed CallableStatement
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.6



setClob
public void setClob(String parameterName, Reader reader) throws SQLException(Code)
Sets the designated parameter to a Reader object. This method differs from the setCharacterStream (int, Reader) method because it informs the driver that the parameter value should be sent to the server as a CLOB. When the setCharacterStream method is used, the driver may have to do extra work to determine whether the parameter data should be send to the server as a LONGVARCHAR or a CLOB

Note: Consult your JDBC driver documentation to determine if it might be more efficient to use a version of setClob which takes a length parameter.
Parameters:
  parameterName - the name of the parameter
Parameters:
  reader - An object that contains the data to set the parameter value to.
throws:
  SQLException - if a database access error occurs or this method is called ona closed CallableStatement
throws:
  SQLFeatureNotSupportedException - if the JDBC driver does not support this method
since:
   1.6




setClob
public void setClob(int parameterIndex, Reader reader) throws SQLException(Code)
Sets the designated parameter to a Reader object. This method differs from the setCharacterStream (int, Reader) method because it informs the driver that the parameter value should be sent to the server as a CLOB. When the setCharacterStream method is used, the driver may have to do extra work to determine whether the parameter data should be sent to the server as a LONGVARCHAR or a CLOB

Note: Consult your JDBC driver documentation to determine if it might be more efficient to use a version of setClob which takes a length parameter.
Parameters:
  parameterIndex - index of the first parameter is 1, the second is 2, ...
Parameters:
  reader - An object that contains the data to set the parameter value to.
throws:
  SQLException - if a database access error occurs, this method is called ona closed PreparedStatementor if parameterIndex does not correspond to a parametermarker in the SQL statement
throws:
  SQLFeatureNotSupportedException - if the JDBC driver does not support this method
since:
   1.6




setClob
public void setClob(int parameterIndex, Reader reader, long length) throws SQLException(Code)
Sets the designated parameter to a Reader object. The reader must contain the number of characters specified by length otherwise a SQLException will be generated when the PreparedStatement is executed. This method differs from the setCharacterStream (int, Reader, int) method because it informs the driver that the parameter value should be sent to the server as a CLOB. When the setCharacterStream method is used, the driver may have to do extra work to determine whether the parameter data should be sent to the server as a LONGVARCHAR or a CLOB
Parameters:
  parameterIndex - index of the first parameter is 1, the second is 2, ...
Parameters:
  reader - An object that contains the data to set the parameter value to.
Parameters:
  length - the number of characters in the parameter data.
throws:
  SQLException - if a database access error occurs, this method is called ona closed PreparedStatement, if parameterIndex does not correspond to a parametermarker in the SQL statement, or if the length specified is less than zero.
throws:
  SQLFeatureNotSupportedException - if the JDBC driver does not support this method
since:
   1.6



setCommand
public void setCommand(String cmd) throws SQLException(Code)
Sets this CachedRowSetImpl 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 is produced by a data source, such as a spreadsheet, that does not support commands. Thus, this property is optional and may be null.
Parameters:
  cmd - a String object containing an SQL querythat will be set as the command; may be null
throws:
  SQLException - if an error occurs




setDate
public void setDate(String parameterName, java.sql.Date x) throws SQLException(Code)
Sets the designated parameter to the given java.sql.Date value using the default time zone of the virtual machine that is running the application. The driver converts this to an SQL DATE value when it sends it to the database.
Parameters:
  parameterName - the name of the parameter
Parameters:
  x - the parameter value
exception:
  SQLException - if a database access error occurs orthis method is called on a closed CallableStatement
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
See Also:   CachedRowSetImpl.getDate
since:
   1.4



setDate
public void setDate(String parameterName, java.sql.Date x, Calendar cal) throws SQLException(Code)
Sets the designated parameter to the given java.sql.Date value, using the given Calendar object. The driver uses the Calendar object to construct an SQL DATE value, which the driver then sends to the database. With a a Calendar object, the driver can calculate the date taking into account a custom timezone. If no Calendar object is specified, the driver uses the default timezone, which is that of the virtual machine running the application.
Parameters:
  parameterName - the name of the parameter
Parameters:
  x - the parameter value
Parameters:
  cal - the Calendar object the driver will useto construct the date
exception:
  SQLException - if a database access error occurs orthis method is called on a closed CallableStatement
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
See Also:   CachedRowSetImpl.getDate
since:
   1.4



setDouble
public void setDouble(String parameterName, double x) throws SQLException(Code)
Sets the designated parameter to the given Java double value. The driver converts this to an SQL DOUBLE value when it sends it to the database.
Parameters:
  parameterName - the name of the parameter
Parameters:
  x - the parameter value
exception:
  SQLException - if a database access error occurs orthis method is called on a closed CallableStatement
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
See Also:   CachedRowSetImpl.getDouble
since:
   1.4



setFloat
public void setFloat(String parameterName, float x) throws SQLException(Code)
Sets the designated parameter to the given Java float value. The driver converts this to an SQL FLOAT value when it sends it to the database.
Parameters:
  parameterName - the name of the parameter
Parameters:
  x - the parameter value
exception:
  SQLException - if a database access error occurs orthis method is called on a closed CallableStatement
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
See Also:   CachedRowSetImpl.getFloat
since:
   1.4



setInt
public void setInt(String parameterName, int x) throws SQLException(Code)
Sets the designated parameter to the given Java int value. The driver converts this to an SQL INTEGER value when it sends it to the database.
Parameters:
  parameterName - the name of the parameter
Parameters:
  x - the parameter value
exception:
  SQLException - if a database access error occurs orthis method is called on a closed CallableStatement
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
See Also:   CachedRowSetImpl.getInt
since:
   1.4



setKeyColumns
public void setKeyColumns(int[] keys) throws SQLException(Code)
Sets this CachedRowSetImpl object's keyCols field with the given array of column numbers, which forms a key for uniquely identifying a row in this rowset.
Parameters:
  keys - an array of int indicating thecolumns that form a primary key for thisCachedRowSetImpl object; everyelement in the array must be greater than0 and less than or equal to the numberof columns in this rowset
throws:
  SQLException - if any of the numbers in thegiven array is not valid for this rowset
See Also:   CachedRowSetImpl.getKeyColumns



setLong
public void setLong(String parameterName, long x) throws SQLException(Code)
Sets the designated parameter to the given Java long value. The driver converts this to an SQL BIGINT value when it sends it to the database.
Parameters:
  parameterName - the name of the parameter
Parameters:
  x - the parameter value
exception:
  SQLException - if a database access error occurs orthis method is called on a closed CallableStatement
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
See Also:   CachedRowSetImpl.getLong
since:
   1.4



setMatchColumn
public void setMatchColumn(int[] columnIdxes) throws SQLException(Code)
Sets the designated parameter to the given int array. This forms the basis of the join for the JoinRowSet as the column which will form the basis of the join.

The parameter value set by this method is stored internally and will be supplied as the appropriate parameter in this rowset's command when the method getMatchColumnIndexes is called.
Parameters:
  columnIdxes - the indexes into this rowsetobject's internal representation of parameter values; thefirst parameter is 0, the second is 1, and so on; must be0 or greater
throws:
  SQLException - if an error occurs or theparameter index is out of bounds




setMatchColumn
public void setMatchColumn(String[] columnNames) throws SQLException(Code)
Sets the designated parameter to the given String array. This forms the basis of the join for the JoinRowSet as the column which will form the basis of the join.

The parameter value set by this method is stored internally and will be supplied as the appropriate parameter in this rowset's command when the method getMatchColumn is called.
Parameters:
  columnNames - the name of the column into this rowsetobject's internal representation of parameter values
throws:
  SQLException - if an error occurs or theparameter index is out of bounds




setMatchColumn
public void setMatchColumn(int columnIdx) throws SQLException(Code)
Sets the designated parameter to the given int object. This forms the basis of the join for the JoinRowSet as the column which will form the basis of the join.

The parameter value set by this method is stored internally and will be supplied as the appropriate parameter in this rowset's command when the method getMatchColumn is called.
Parameters:
  columnIdx - the index into this rowsetobject's internal representation of parameter values; thefirst parameter is 0, the second is 1, and so on; must be0 or greater
throws:
  SQLException - if an error occurs or theparameter index is out of bounds




setMatchColumn
public void setMatchColumn(String columnName) throws SQLException(Code)
Sets the designated parameter to the given String object. This forms the basis of the join for the JoinRowSet as the column which will form the basis of the join.

The parameter value set by this method is stored internally and will be supplied as the appropriate parameter in this rowset's command when the method getMatchColumn is called.
Parameters:
  columnName - the name of the column into this rowsetobject's internal representation of parameter values
throws:
  SQLException - if an error occurs or theparameter index is out of bounds




setMetaData
public void setMetaData(RowSetMetaData md) throws SQLException(Code)
Sets the metadata for this CachedRowSetImpl object with the given RowSetMetaData object.
Parameters:
  md - a RowSetMetaData object instance containingmetadata about the columsn in the rowset
throws:
  SQLException - if invalid meta data is supplied to therowset



setNCharacterStream
public void setNCharacterStream(int parameterIndex, Reader value) throws SQLException(Code)
Sets the designated parameter to a Reader object. The Reader reads the data till end-of-file is reached. The driver does the necessary conversion from Java character format to the national character set in the database.

Note: This stream object can either be a standard Java stream object or your own subclass that implements the standard interface.

Note: Consult your JDBC driver documentation to determine if it might be more efficient to use a version of setNCharacterStream which takes a length parameter.
Parameters:
  parameterIndex - of the first parameter is 1, the second is 2, ...
Parameters:
  value - the parameter value
throws:
  SQLException - if the driver does not support nationalcharacter sets; if the driver can detect that a data conversionerror could occur ; if a database access error occurs; orthis method is called on a closed PreparedStatement
throws:
  SQLFeatureNotSupportedException - if the JDBC driver does not support this method
since:
   1.6




setNCharacterStream
public void setNCharacterStream(int parameterIndex, Reader value, long length) throws SQLException(Code)
Sets the designated parameter to a Reader object. The Reader reads the data till end-of-file is reached. The driver does the necessary conversion from Java character format to the national character set in the database.
Parameters:
  parameterIndex - of the first parameter is 1, the second is 2, ...
Parameters:
  value - the parameter value
Parameters:
  length - the number of characters in the parameter data.
throws:
  SQLException - if the driver does not support nationalcharacter sets; if the driver can detect that a data conversionerror could occur ; or if a database access error occurs
since:
   1.6



setNCharacterStream
public void setNCharacterStream(String parameterName, Reader value, long length) throws SQLException(Code)
Sets the designated parameter to a Reader object. The Reader reads the data till end-of-file is reached. The driver does the necessary conversion from Java character format to the national character set in the database.
Parameters:
  parameterName - the name of the column to be set
Parameters:
  value - the parameter value
Parameters:
  length - the number of characters in the parameter data.
throws:
  SQLException - if the driver does not support nationalcharacter sets; if the driver can detect that a data conversionerror could occur; or if a database access error occurs
since:
   1.6



setNCharacterStream
public void setNCharacterStream(String parameterName, Reader value) throws SQLException(Code)
Sets the designated parameter to a Reader object. The Reader reads the data till end-of-file is reached. The driver does the necessary conversion from Java character format to the national character set in the database.

Note: This stream object can either be a standard Java stream object or your own subclass that implements the standard interface.

Note: Consult your JDBC driver documentation to determine if it might be more efficient to use a version of setNCharacterStream which takes a length parameter.
Parameters:
  parameterName - the name of the parameter
Parameters:
  value - the parameter value
throws:
  SQLException - if the driver does not support nationalcharacter sets; if the driver can detect that a data conversionerror could occur ; if a database access error occurs; orthis method is called on a closed CallableStatement
throws:
  SQLFeatureNotSupportedException - if the JDBC driver does not support this method
since:
   1.6




setNClob
public void setNClob(String parameterName, NClob value) throws SQLException(Code)
Sets the designated parameter to a java.sql.NClob object. The object implements the java.sql.NClob interface. This NClob object maps to a SQL NCLOB.
Parameters:
  parameterName - the name of the column to be set
Parameters:
  value - the parameter value
throws:
  SQLException - if the driver does not support nationalcharacter sets; if the driver can detect that a data conversionerror could occur; or if a database access error occurs
since:
   1.6



setNClob
public void setNClob(int parameterIndex, Reader reader) throws SQLException(Code)
Sets the designated parameter to a Reader object. This method differs from the setCharacterStream (int, Reader) method because it informs the driver that the parameter value should be sent to the server as a NCLOB. When the setCharacterStream method is used, the driver may have to do extra work to determine whether the parameter data should be sent to the server as a LONGNVARCHAR or a NCLOB

Note: Consult your JDBC driver documentation to determine if it might be more efficient to use a version of setNClob which takes a length parameter.
Parameters:
  parameterIndex - index of the first parameter is 1, the second is 2, ...
Parameters:
  reader - An object that contains the data to set the parameter value to.
throws:
  SQLException - if parameterIndex does not correspond to a parametermarker in the SQL statement;if the driver does not support national character sets;if the driver can detect that a data conversionerror could occur; if a database access error occurs orthis method is called on a closed PreparedStatement
throws:
  SQLFeatureNotSupportedException - if the JDBC driver does not support this method
since:
   1.6




setNClob
public void setNClob(String parameterName, Reader reader, long length) throws SQLException(Code)
Sets the designated parameter to a Reader object. The reader must contain the number of characters specified by length otherwise a SQLException will be generated when the CallableStatement is executed. This method differs from the setCharacterStream (int, Reader, int) method because it informs the driver that the parameter value should be sent to the server as a NCLOB. When the setCharacterStream method is used, the driver may have to do extra work to determine whether the parameter data should be send to the server as a LONGNVARCHAR or a NCLOB
Parameters:
  parameterName - the name of the parameter to be set
Parameters:
  reader - An object that contains the data to set the parameter value to.
Parameters:
  length - the number of characters in the parameter data.
throws:
  SQLException - if parameterIndex does not correspond to a parametermarker in the SQL statement; if the length specified is less than zero;if the driver does not support nationalcharacter sets; if the driver can detect that a data conversionerror could occur; if a database access error occurs orthis method is called on a closed CallableStatement
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.6



setNClob
public void setNClob(String parameterName, Reader reader) throws SQLException(Code)
Sets the designated parameter to a Reader object. This method differs from the setCharacterStream (int, Reader) method because it informs the driver that the parameter value should be sent to the server as a NCLOB. When the setCharacterStream method is used, the driver may have to do extra work to determine whether the parameter data should be send to the server as a LONGNVARCHAR or a NCLOB

Note: Consult your JDBC driver documentation to determine if it might be more efficient to use a version of setNClob which takes a length parameter.
Parameters:
  parameterName - the name of the parameter
Parameters:
  reader - An object that contains the data to set the parameter value to.
throws:
  SQLException - if the driver does not support national character sets;if the driver can detect that a data conversionerror could occur; if a database access error occurs orthis method is called on a closed CallableStatement
throws:
  SQLFeatureNotSupportedException - if the JDBC driver does not support this method
since:
   1.6




setNClob
public void setNClob(int parameterIndex, Reader reader, long length) throws SQLException(Code)
Sets the designated parameter to a Reader object. The reader must contain the number of characters specified by length otherwise a SQLException will be generated when the PreparedStatement is executed. This method differs from the setCharacterStream (int, Reader, int) method because it informs the driver that the parameter value should be sent to the server as a NCLOB. When the setCharacterStream method is used, the driver may have to do extra work to determine whether the parameter data should be sent to the server as a LONGNVARCHAR or a NCLOB
Parameters:
  parameterIndex - index of the first parameter is 1, the second is 2, ...
Parameters:
  reader - An object that contains the data to set the parameter value to.
Parameters:
  length - the number of characters in the parameter data.
throws:
  SQLException - if parameterIndex does not correspond to a parametermarker in the SQL statement; if the length specified is less than zero;if the driver does not support national character sets;if the driver can detect that a data conversionerror could occur; if a database access error occurs orthis method is called on a closed PreparedStatement
throws:
  SQLFeatureNotSupportedException - if the JDBC driver does not support this method
since:
   1.6



setNClob
public void setNClob(int parameterIndex, NClob value) throws SQLException(Code)
Sets the designated parameter to a java.sql.NClob object. The driver converts this to a SQL NCLOB value when it sends it to the database.
Parameters:
  parameterIndex - of the first parameter is 1, the second is 2, ...
Parameters:
  value - the parameter value
throws:
  SQLException - if the driver does not support nationalcharacter sets; if the driver can detect that a data conversionerror could occur ; or if a database access error occurs
since:
   1.6



setNString
public void setNString(int parameterIndex, String value) throws SQLException(Code)
Sets the designated paramter to the given String object. The driver converts this to a SQL NCHAR or NVARCHAR or LONGNVARCHAR value (depending on the argument's size relative to the driver's limits on NVARCHAR values) when it sends it to the database.
Parameters:
  parameterIndex - of the first parameter is 1, the second is 2, ...
Parameters:
  value - the parameter value
throws:
  SQLException - if the driver does not support nationalcharacter sets; if the driver can detect that a data conversionerror could occur ; or if a database access error occurs
since:
   1.6



setNString
public void setNString(String parameterName, String value) throws SQLException(Code)
Sets the designated paramter to the given String object. The driver converts this to a SQL NCHAR or NVARCHAR or LONGNVARCHAR
Parameters:
  parameterName - the name of the column to be set
Parameters:
  value - the parameter value
throws:
  SQLException - if the driver does not support nationalcharacter sets; if the driver can detect that a data conversionerror could occur; or if a database access error occurs
since:
   1.6



setNull
public void setNull(String parameterName, int sqlType) throws SQLException(Code)
Sets the designated parameter to SQL NULL.

Note: You must specify the parameter's SQL type.
Parameters:
  parameterName - the name of the parameter
Parameters:
  sqlType - the SQL type code defined in java.sql.Types
exception:
  SQLException - if a database access error occurs orthis method is called on a closed CallableStatement
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.4




setNull
public void setNull(String parameterName, int sqlType, String typeName) throws SQLException(Code)
Sets the designated parameter to SQL NULL. This version of the method setNull should be used for user-defined types and REF type parameters. Examples of user-defined types include: STRUCT, DISTINCT, JAVA_OBJECT, and named array types.

Note: To be portable, applications must give the SQL type code and the fully-qualified SQL type name when specifying a NULL user-defined or REF parameter. In the case of a user-defined type the name is the type name of the parameter itself. For a REF parameter, the name is the type name of the referenced type. If a JDBC driver does not need the type code or type name information, it may ignore it. Although it is intended for user-defined and Ref parameters, this method may be used to set a null parameter of any JDBC type. If the parameter does not have a user-defined or REF type, the given typeName is ignored.
Parameters:
  parameterName - the name of the parameter
Parameters:
  sqlType - a value from java.sql.Types
Parameters:
  typeName - the fully-qualified name of an SQL user-defined type;ignored if the parameter is not a user-defined type orSQL REF value
exception:
  SQLException - if a database access error occurs orthis method is called on a closed CallableStatement
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.4




setObject
public void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException(Code)
Sets the value of the designated parameter with the given object. The second argument must be an object type; for integral values, the java.lang equivalent objects should be used.

The given Java object will be converted to the given targetSqlType before being sent to the database. If the object has a custom mapping (is of a class implementing the interface SQLData), the JDBC driver should call the method SQLData.writeSQL to write it to the SQL data stream. If, on the other hand, the object is of a class implementing Ref, Blob, Clob, NClob, Struct, java.net.URL, or Array, the driver should pass it to the database as a value of the corresponding SQL type.

Note that this method may be used to pass datatabase- specific abstract data types.
Parameters:
  parameterName - the name of the parameter
Parameters:
  x - the object containing the input parameter value
Parameters:
  targetSqlType - the SQL type (as defined in java.sql.Types) to besent to the database. The scale argument may further qualify this type.
Parameters:
  scale - for java.sql.Types.DECIMAL or java.sql.Types.NUMERIC types,this is the number of digits after the decimal point. For all othertypes, this value will be ignored.
exception:
  SQLException - if a database access error occurs orthis method is called on a closed CallableStatement
exception:
  SQLFeatureNotSupportedException - if targetSqlType isa ARRAY, BLOB, CLOB,DATALINK, JAVA_OBJECT, NCHAR,NCLOB, NVARCHAR, LONGNVARCHAR,REF, ROWID, SQLXMLor STRUCT data type and the JDBC driver does not supportthis data type
See Also:   Types
See Also:   CachedRowSetImpl.getObject
since:
   1.4




setObject
public void setObject(String parameterName, Object x, int targetSqlType) throws SQLException(Code)
Sets the value of the designated parameter with the given object. This method is like the method setObject above, except that it assumes a scale of zero.
Parameters:
  parameterName - the name of the parameter
Parameters:
  x - the object containing the input parameter value
Parameters:
  targetSqlType - the SQL type (as defined in java.sql.Types) to besent to the database
exception:
  SQLException - if a database access error occurs orthis method is called on a closed CallableStatement
exception:
  SQLFeatureNotSupportedException - if targetSqlType isa ARRAY, BLOB, CLOB,DATALINK, JAVA_OBJECT, NCHAR,NCLOB, NVARCHAR, LONGNVARCHAR,REF, ROWID, SQLXMLor STRUCT data type and the JDBC driver does not supportthis data type
See Also:   CachedRowSetImpl.getObject
since:
   1.4



setObject
public void setObject(String parameterName, Object x) throws SQLException(Code)
Sets the value of the designated parameter with the given object. The second parameter must be of type Object; therefore, the java.lang equivalent objects should be used for built-in types.

The JDBC specification specifies a standard mapping from Java Object types to SQL types. The given argument will be converted to the corresponding SQL type before being sent to the database.

Note that this method may be used to pass datatabase- specific abstract data types, by using a driver-specific Java type. If the object is of a class implementing the interface SQLData, the JDBC driver should call the method SQLData.writeSQL to write it to the SQL data stream. If, on the other hand, the object is of a class implementing Ref, Blob, Clob, NClob, Struct, java.net.URL, or Array, the driver should pass it to the database as a value of the corresponding SQL type.

This method throws an exception if there is an ambiguity, for example, if the object is of a class implementing more than one of the interfaces named above.
Parameters:
  parameterName - the name of the parameter
Parameters:
  x - the object containing the input parameter value
exception:
  SQLException - if a database access error occurs,this method is called on a closed CallableStatement or if the givenObject parameter is ambiguous
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
See Also:   CachedRowSetImpl.getObject
since:
   1.4




setOriginal
public void setOriginal() throws SQLException(Code)
Marks all rows in this rowset as being original rows. Any updates made to the rows become the original values for the rowset. Calls to the method setOriginal connot be reversed.
throws:
  SQLException - if an error occurs



setOriginalRow
public void setOriginalRow() throws SQLException(Code)
Marks the current row in this rowset as being an original row.
throws:
  SQLException - if there is no current row
See Also:   CachedRowSetImpl.getOriginalRow



setPageSize
public void setPageSize(int size) throws SQLException(Code)
This is the setter function for setting the size of the page, which specifies how many rows have to be retrived at a time.
Parameters:
  size - which is the page size
throws:
  SQLException - if size is less than zero or greater than max rows.



setRowId
public void setRowId(int parameterIndex, RowId x) throws SQLException(Code)
Sets the designated parameter to the given java.sql.RowId object. The driver converts this to a SQL ROWID value when it sends it to the database
Parameters:
  parameterIndex - the first parameter is 1, the second is 2, ...
Parameters:
  x - the parameter value
throws:
  SQLException - if a database access error occurs
since:
   1.6



setRowId
public void setRowId(String parameterName, RowId x) throws SQLException(Code)
Sets the designated parameter to the given java.sql.RowId object. The driver converts this to a SQL ROWID when it sends it to the database.
Parameters:
  parameterName - the name of the parameter
Parameters:
  x - the parameter value
throws:
  SQLException - if a database access error occurs
since:
   1.6



setRowInserted
public void setRowInserted(boolean insertFlag) throws SQLException(Code)
Sets the status for the row on which the cursor is positioned. The insertFlag is used to mention the toggle status for this row
Parameters:
  insertFlag - if it is true - marks this row as insertedif it is false - marks it as not a newly inserted row
throws:
  SQLException - if an error occurs while doing this operation



setSQLXML
public void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException(Code)
Sets the designated parameter to the given java.sql.SQLXML object. The driver converts this to an SQL XML value when it sends it to the database.
Parameters:
  parameterIndex - index of the first parameter is 1, the second is 2, ...
Parameters:
  xmlObject - a SQLXML object that maps an SQL XML value
throws:
  SQLException - if a database access error occurs
since:
   1.6



setSQLXML
public void setSQLXML(String parameterName, SQLXML xmlObject) throws SQLException(Code)
Sets the designated parameter to the given java.sql.SQLXML object. The driver converts this to an SQL XML value when it sends it to the database.
Parameters:
  parameterName - the name of the parameter
Parameters:
  xmlObject - a SQLXML object that maps an SQL XML value
throws:
  SQLException - if a database access error occurs
since:
   1.6



setShort
public void setShort(String parameterName, short x) throws SQLException(Code)
Sets the designated parameter to the given Java short value. The driver converts this to an SQL SMALLINT value when it sends it to the database.
Parameters:
  parameterName - the name of the parameter
Parameters:
  x - the parameter value
exception:
  SQLException - if a database access error occurs orthis method is called on a closed CallableStatement
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
See Also:   CachedRowSetImpl.getShort
since:
   1.4



setString
public void setString(String parameterName, String x) throws SQLException(Code)
Sets the designated parameter to the given Java String value. The driver converts this to an SQL VARCHAR or LONGVARCHAR value (depending on the argument's size relative to the driver's limits on VARCHAR values) when it sends it to the database.
Parameters:
  parameterName - the name of the parameter
Parameters:
  x - the parameter value
exception:
  SQLException - if a database access error occurs orthis method is called on a closed CallableStatement
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
See Also:   CachedRowSetImpl.getString
since:
   1.4



setSyncProvider
public void setSyncProvider(String providerStr) throws SQLException(Code)
Sets the active SyncProvider and attempts to load load the new provider using the SyncFactory SPI.
throws:
  SQLException - if an error occurs while resetting theSyncProvider.



setTableName
public void setTableName(String tabName) throws SQLException(Code)
Sets the identifier for the table from which this rowset was derived to the given table name.
Parameters:
  tabName - a String object that identifies thetable from which this CachedRowSetImpl objectwas derived
throws:
  SQLException - if an error occurs



setTime
public void setTime(String parameterName, java.sql.Time x) throws SQLException(Code)
Sets the designated parameter to the given java.sql.Time value. The driver converts this to an SQL TIME value when it sends it to the database.
Parameters:
  parameterName - the name of the parameter
Parameters:
  x - the parameter value
exception:
  SQLException - if a database access error occurs orthis method is called on a closed CallableStatement
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
See Also:   CachedRowSetImpl.getTime
since:
   1.4



setTime
public void setTime(String parameterName, java.sql.Time x, Calendar cal) throws SQLException(Code)
Sets the designated parameter to the given java.sql.Time value, using the given Calendar object. The driver uses the Calendar object to construct an SQL TIME value, which the driver then sends to the database. With a a Calendar object, the driver can calculate the time taking into account a custom timezone. If no Calendar object is specified, the driver uses the default timezone, which is that of the virtual machine running the application.
Parameters:
  parameterName - the name of the parameter
Parameters:
  x - the parameter value
Parameters:
  cal - the Calendar object the driver will useto construct the time
exception:
  SQLException - if a database access error occurs orthis method is called on a closed CallableStatement
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
See Also:   CachedRowSetImpl.getTime
since:
   1.4



setTimestamp
public void setTimestamp(String parameterName, java.sql.Timestamp x, Calendar cal) throws SQLException(Code)
Sets the designated parameter to the given java.sql.Timestamp value, using the given Calendar object. The driver uses the Calendar object to construct an SQL TIMESTAMP value, which the driver then sends to the database. With a a Calendar object, the driver can calculate the timestamp taking into account a custom timezone. If no Calendar object is specified, the driver uses the default timezone, which is that of the virtual machine running the application.
Parameters:
  parameterName - the name of the parameter
Parameters:
  x - the parameter value
Parameters:
  cal - the Calendar object the driver will useto construct the timestamp
exception:
  SQLException - if a database access error occurs orthis method is called on a closed CallableStatement
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
See Also:   CachedRowSetImpl.getTimestamp
since:
   1.4



setTimestamp
public void setTimestamp(String parameterName, java.sql.Timestamp x) throws SQLException(Code)
Sets the designated parameter to the given java.sql.Timestamp value. The driver converts this to an SQL TIMESTAMP value when it sends it to the database.
Parameters:
  parameterName - the name of the parameter
Parameters:
  x - the parameter value
exception:
  SQLException - if a database access error occurs orthis method is called on a closed CallableStatement
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
See Also:   CachedRowSetImpl.getTimestamp
since:
   1.4



setURL
public void setURL(int parameterIndex, java.net.URL x) throws SQLException(Code)
Sets the designated parameter to the given java.net.URL value. The driver converts this to an SQL DATALINK value when it sends it to the database.
Parameters:
  parameterIndex - the first parameter is 1, the second is 2, ...
Parameters:
  x - the java.net.URL object to be set
exception:
  SQLException - if a database access error occurs orthis method is called on a closed PreparedStatement
throws:
  SQLFeatureNotSupportedException - if the JDBC driver does not support this method
since:
   1.4



size
public int size()(Code)
Returns the number of rows in this CachedRowSetImpl object. number of rows in the rowset



toCollection
public Collection toCollection() throws SQLException(Code)
Converts this CachedRowSetImpl object to a collection of tables. The sample implementation utilitizes the TreeMap collection type. This class guarantees that the map will be in ascending key order, sorted according to the natural order for the key's class. a Collection object consisting of tables,each of which is a copy of a row in thisCachedRowSetImpl object
throws:
  SQLException - if an error occurs in generating the collection
See Also:   CachedRowSetImpl.toCollection(int)
See Also:   CachedRowSetImpl.toCollection(String)
See Also:   java.util.TreeMap



toCollection
public Collection toCollection(int column) throws SQLException(Code)
Returns the specified column of this CachedRowSetImpl object as a Collection object. This method makes a copy of the column's data and utilitizes the Vector to establish the collection. The Vector class implements a growable array objects allowing the individual components to be accessed using an an integer index similar to that of an array. a Collection object that contains the value(s)stored in the specified column of thisCachedRowSetImplobject
throws:
  SQLException - if an error occurs generated the collection; oran invalid column is provided.
See Also:   CachedRowSetImpl.toCollection()
See Also:   CachedRowSetImpl.toCollection(String)
See Also:   java.util.Vector



toCollection
public Collection toCollection(String column) throws SQLException(Code)
Returns the specified column of this CachedRowSetImpl object as a Collection object. This method makes a copy of the column's data and utilitizes the Vector to establish the collection. The Vector class implements a growable array objects allowing the individual components to be accessed using an an integer index similar to that of an array. a Collection object that contains the value(s)stored in the specified column of thisCachedRowSetImplobject
throws:
  SQLException - if an error occurs generated the collection; oran invalid column is provided.
See Also:   CachedRowSetImpl.toCollection()
See Also:   CachedRowSetImpl.toCollection(int)
See Also:   java.util.Vector



undoDelete
public void undoDelete() throws SQLException(Code)
Cancels deletion of the current row and notifies listeners that a row has changed.

Note: This method can be ignored if deleted rows are not being shown, which is the normal case.
throws:
  SQLException - if the cursor is not on a valid row




undoInsert
public void undoInsert() throws SQLException(Code)
Immediately removes the current row from this CachedRowSetImpl object if the row has been inserted, and also notifies listeners the a row has changed. An exception is thrown if the row is not a row that has been inserted or the cursor is before the first row, after the last row, or on the insert row.

This operation cannot be undone.
throws:
  SQLException - if an error occurs,the cursor is not on a valid row,or the row has not been inserted




undoUpdate
public void undoUpdate() throws SQLException(Code)
Immediately reverses the last update operation if the row has been modified. This method can be called to reverse updates on a all columns until all updates in a row have been rolled back to their originating state since the last synchronization (acceptChanges) or population. This method may also be called while performing updates to the insert row.

undoUpdatethrows:
  SQLException - if cursor is before the first row, after the lastrow in rowset.
See Also:   CachedRowSetImpl.undoDelete
See Also:   CachedRowSetImpl.undoInsert
See Also:   java.sql.ResultSet.cancelRowUpdates




unsetMatchColumn
public void unsetMatchColumn(int[] columnIdxes) throws SQLException(Code)
Unsets the designated parameter to the given int array. This was set using setMatchColumn as the column which will form the basis of the join.

The parameter value unset by this method should be same as was set.
Parameters:
  columnIdxes - the index into this rowsetobject's internal representation of parameter values
throws:
  SQLException - if an error occurs or theparameter index is out of bounds or if the columnIdx isnot the same as set using setMatchColumn(int [])




unsetMatchColumn
public void unsetMatchColumn(String[] columnIdxes) throws SQLException(Code)
Unsets the designated parameter to the given String array. This was set using setMatchColumn as the column which will form the basis of the join.

The parameter value unset by this method should be same as was set.
Parameters:
  columnIdxes - the index into this rowsetobject's internal representation of parameter values
throws:
  SQLException - if an error occurs or theparameter index is out of bounds or if the columnName isnot the same as set using setMatchColumn(String [])




unsetMatchColumn
public void unsetMatchColumn(int columnIdx) throws SQLException(Code)
Unsets the designated parameter to the given int object. This was set using setMatchColumn as the column which will form the basis of the join.

The parameter value unset by this method should be same as was set.
Parameters:
  columnIdx - the index into this rowsetobject's internal representation of parameter values
throws:
  SQLException - if an error occurs or theparameter index is out of bounds or if the columnIdx isnot the same as set using setMatchColumn(int)




unsetMatchColumn
public void unsetMatchColumn(String columnName) throws SQLException(Code)
Unsets the designated parameter to the given String object. This was set using setMatchColumn as the column which will form the basis of the join.

The parameter value unset by this method should be same as was set.
Parameters:
  columnName - the index into this rowsetobject's internal representation of parameter values
throws:
  SQLException - if an error occurs or theparameter index is out of bounds or if the columnName isnot the same as set using setMatchColumn(String)




unwrap
public T unwrap(java.lang.Class<T> iface) throws java.sql.SQLException(Code)



updateArray
public void updateArray(int columnIndex, Array a) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given java.sql.Array values. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in this rowset
Parameters:
  a - the new column Array value
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) this rowset isResultSet.CONCUR_READ_ONLY



updateArray
public void updateArray(String columnName, Array a) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given java.sql.Array value. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnName - a String object that must match theSQL name of a column in this rowset, ignoring case
Parameters:
  a - the new column Array value
throws:
  SQLException - if (1) the given column name does not match thename of a column in this rowset, (2) the cursor is not onone of this rowset's rows or its insert row, or (3) thisrowset is ResultSet.CONCUR_READ_ONLY



updateAsciiStream
public void updateAsciiStream(int columnIndex, java.io.InputStream x, int length) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given ASCII stream value.

This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in this rowset
Parameters:
  x - the new column value
Parameters:
  length - the number of one-byte ASCII characters in the stream
throws:
  SQLException - if this method is invoked




updateAsciiStream
public void updateAsciiStream(String columnName, java.io.InputStream x, int length) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given ASCII stream value.

This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnName - a String object that must match theSQL name of a column in this rowset, ignoring case
Parameters:
  x - the new column value
Parameters:
  length - the number of one-byte ASCII characters in the stream




updateAsciiStream
public void updateAsciiStream(int columnIndex, java.io.InputStream x, long length) throws SQLException(Code)
Updates the designated column with an ascii stream value, which will have the specified number of bytes. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnIndex - the first column is 1, the second is 2, ...
Parameters:
  x - the new column value
Parameters:
  length - the length of the stream
exception:
  SQLException - if a database access error occurs,the result set concurrency is CONCUR_READ_ONLY or this method is called on a closed result set
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.6



updateAsciiStream
public void updateAsciiStream(String columnLabel, java.io.InputStream x, long length) throws SQLException(Code)
Updates the designated column with an ascii stream value, which will have the specified number of bytes.. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnLabel - the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the label is the name of the column
Parameters:
  x - the new column value
Parameters:
  length - the length of the stream
exception:
  SQLException - if a database access error occurs,the result set concurrency is CONCUR_READ_ONLY or this method is called on a closed result set
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.6



updateAsciiStream
public void updateAsciiStream(int columnIndex, java.io.InputStream x) throws SQLException(Code)
Updates the designated column with an ascii stream value. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.

Note: Consult your JDBC driver documentation to determine if it might be more efficient to use a version of updateAsciiStream which takes a length parameter.
Parameters:
  columnIndex - the first column is 1, the second is 2, ...
Parameters:
  x - the new column value
exception:
  SQLException - if a database access error occurs,the result set concurrency is CONCUR_READ_ONLYor this method is called on a closed result set
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.6




updateAsciiStream
public void updateAsciiStream(String columnLabel, java.io.InputStream x) throws SQLException(Code)
Updates the designated column with an ascii stream value. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.

Note: Consult your JDBC driver documentation to determine if it might be more efficient to use a version of updateAsciiStream which takes a length parameter.
Parameters:
  columnLabel - the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the label is the name of the column
Parameters:
  x - the new column value
exception:
  SQLException - if a database access error occurs,the result set concurrency is CONCUR_READ_ONLYor this method is called on a closed result set
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.6




updateBigDecimal
public void updateBigDecimal(int columnIndex, BigDecimal x) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given java.math.BigDecimal object.

This method updates a column value in the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in this rowset
Parameters:
  x - the new column value
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) this rowset isResultSet.CONCUR_READ_ONLY




updateBigDecimal
public void updateBigDecimal(String columnName, BigDecimal x) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given java.math.BigDecimal object.

This method updates a column value in the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnName - a String object that must match theSQL name of a column in this rowset, ignoring case
Parameters:
  x - the new column value
throws:
  SQLException - if (1) the given column name does not match thename of a column in this rowset, (2) the cursor is not onone of this rowset's rows or its insert row, or (3) thisrowset is ResultSet.CONCUR_READ_ONLY




updateBinaryStream
public void updateBinaryStream(int columnIndex, java.io.InputStream x, int length) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given java.io.InputStream object.

This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in this rowset
Parameters:
  x - the new column value; must be a java.io.InputStreamcontaining BINARY, VARBINARY, orLONGVARBINARY data
Parameters:
  length - the length of the stream in bytes
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, (3) the data in the stream is not binary, or(4) this rowset is ResultSet.CONCUR_READ_ONLY




updateBinaryStream
public void updateBinaryStream(String columnName, java.io.InputStream x, int length) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given java.io.InputStream object.

This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnName - a String object that must match theSQL name of a column in this rowset, ignoring case
Parameters:
  x - the new column value; must be a java.io.InputStreamcontaining BINARY, VARBINARY, orLONGVARBINARY data
Parameters:
  length - the length of the stream in bytes
throws:
  SQLException - if (1) the given column name does not match thename of a column in this rowset, (2) the cursor is not onone of this rowset's rows or its insert row, (3) the datain the stream is not binary, or (4) this rowset isResultSet.CONCUR_READ_ONLY




updateBinaryStream
public void updateBinaryStream(int columnIndex, java.io.InputStream x, long length) throws SQLException(Code)
Updates the designated column with a binary stream value, which will have the specified number of bytes. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnIndex - the first column is 1, the second is 2, ...
Parameters:
  x - the new column value
Parameters:
  length - the length of the stream
exception:
  SQLException - if a database access error occurs,the result set concurrency is CONCUR_READ_ONLY or this method is called on a closed result set
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.6



updateBinaryStream
public void updateBinaryStream(String columnLabel, java.io.InputStream x, long length) throws SQLException(Code)
Updates the designated column with a binary stream value, which will have the specified number of bytes. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnLabel - the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the label is the name of the column
Parameters:
  x - the new column value
Parameters:
  length - the length of the stream
exception:
  SQLException - if a database access error occurs,the result set concurrency is CONCUR_READ_ONLY or this method is called on a closed result set
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.6



updateBinaryStream
public void updateBinaryStream(int columnIndex, java.io.InputStream x) throws SQLException(Code)
Updates the designated column with a binary stream value. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.

Note: Consult your JDBC driver documentation to determine if it might be more efficient to use a version of updateBinaryStream which takes a length parameter.
Parameters:
  columnIndex - the first column is 1, the second is 2, ...
Parameters:
  x - the new column value
exception:
  SQLException - if a database access error occurs,the result set concurrency is CONCUR_READ_ONLYor this method is called on a closed result set
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.6




updateBinaryStream
public void updateBinaryStream(String columnLabel, java.io.InputStream x) throws SQLException(Code)
Updates the designated column with a binary stream value. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.

Note: Consult your JDBC driver documentation to determine if it might be more efficient to use a version of updateBinaryStream which takes a length parameter.
Parameters:
  columnLabel - the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the label is the name of the column
Parameters:
  x - the new column value
exception:
  SQLException - if a database access error occurs,the result set concurrency is CONCUR_READ_ONLYor this method is called on a closed result set
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.6




updateBlob
public void updateBlob(int columnIndex, Blob b) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given java.sql.Blob value. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in this rowset
Parameters:
  b - the new column Blob value
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) this rowset isResultSet.CONCUR_READ_ONLY



updateBlob
public void updateBlob(String columnName, Blob b) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given java.sql.Blob value. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnName - a String object that must match theSQL name of a column in this rowset, ignoring case
Parameters:
  b - the new column Blob value
throws:
  SQLException - if (1) the given column name does not match thename of a column in this rowset, (2) the cursor is not onone of this rowset's rows or its insert row, or (3) thisrowset is ResultSet.CONCUR_READ_ONLY



updateBlob
public void updateBlob(int columnIndex, InputStream inputStream, long length) throws SQLException(Code)
Updates the designated column using the given input stream, which will have the specified number of bytes. When a very large ASCII value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.InputStream. Data will be read from the stream as needed until end-of-file is reached. The JDBC driver will do any necessary conversion from ASCII to the database char format.

Note: This stream object can either be a standard Java stream object or your own subclass that implements the standard interface.

The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnIndex - the first column is 1, the second is 2, ...
Parameters:
  inputStream - An object that contains the data to set the parametervalue to.
Parameters:
  length - the number of bytes in the parameter data.
exception:
  SQLException - if a database access error occurs,the result set concurrency is CONCUR_READ_ONLY or this method is called on a closed result set
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.6




updateBlob
public void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException(Code)
Updates the designated column using the given input stream, which will have the specified number of bytes. When a very large ASCII value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.InputStream. Data will be read from the stream as needed until end-of-file is reached. The JDBC driver will do any necessary conversion from ASCII to the database char format.

Note: This stream object can either be a standard Java stream object or your own subclass that implements the standard interface.

The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnLabel - the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the label is the name of the column
Parameters:
  inputStream - An object that contains the data to set the parametervalue to.
Parameters:
  length - the number of bytes in the parameter data.
exception:
  SQLException - if a database access error occurs,the result set concurrency is CONCUR_READ_ONLY or this method is called on a closed result set
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.6




updateBlob
public void updateBlob(int columnIndex, InputStream inputStream) throws SQLException(Code)
Updates the designated column using the given input stream. When a very large ASCII value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.InputStream. Data will be read from the stream as needed until end-of-file is reached. The JDBC driver will do any necessary conversion from ASCII to the database char format.

Note: This stream object can either be a standard Java stream object or your own subclass that implements the standard interface.

Note: Consult your JDBC driver documentation to determine if it might be more efficient to use a version of updateBlob which takes a length parameter.

The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnIndex - the first column is 1, the second is 2, ...
Parameters:
  inputStream - An object that contains the data to set the parametervalue to.
exception:
  SQLException - if a database access error occurs,the result set concurrency is CONCUR_READ_ONLYor this method is called on a closed result set
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.6




updateBlob
public void updateBlob(String columnLabel, InputStream inputStream) throws SQLException(Code)
Updates the designated column using the given input stream. When a very large ASCII value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.InputStream. Data will be read from the stream as needed until end-of-file is reached. The JDBC driver will do any necessary conversion from ASCII to the database char format.

Note: This stream object can either be a standard Java stream object or your own subclass that implements the standard interface.

Note: Consult your JDBC driver documentation to determine if it might be more efficient to use a version of updateBlob which takes a length parameter.

The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnLabel - the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the label is the name of the column
Parameters:
  inputStream - An object that contains the data to set the parametervalue to.
exception:
  SQLException - if a database access error occurs,the result set concurrency is CONCUR_READ_ONLYor this method is called on a closed result set
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.6




updateBoolean
public void updateBoolean(int columnIndex, boolean x) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given boolean value.

This method updates a column value in the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in this rowset
Parameters:
  x - the new column value
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) this rowset isResultSet.CONCUR_READ_ONLY




updateBoolean
public void updateBoolean(String columnName, boolean x) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given boolean value.

This method updates a column value in the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnName - a String object that must match theSQL name of a column in this rowset, ignoring case
Parameters:
  x - the new column value
throws:
  SQLException - if (1) the given column name does not match thename of a column in this rowset, (2) the cursor is not onone of this rowset's rows or its insert row, or (3) thisrowset is ResultSet.CONCUR_READ_ONLY




updateByte
public void updateByte(int columnIndex, byte x) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given byte value.

This method updates a column value in the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in this rowset
Parameters:
  x - the new column value
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) this rowset isResultSet.CONCUR_READ_ONLY




updateByte
public void updateByte(String columnName, byte x) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given byte value.

This method updates a column value in the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnName - a String object that must match theSQL name of a column in this rowset, ignoring case
Parameters:
  x - the new column value
throws:
  SQLException - if (1) the given column name does not match thename of a column in this rowset, (2) the cursor is not onone of this rowset's rows or its insert row, or (3) thisrowset is ResultSet.CONCUR_READ_ONLY




updateBytes
public void updateBytes(int columnIndex, byte x) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given byte array. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in this rowset
Parameters:
  x - the new column value
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) this rowset isResultSet.CONCUR_READ_ONLY



updateBytes
public void updateBytes(String columnName, byte x) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given byte array. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnName - a String object that must match theSQL name of a column in this rowset, ignoring case
Parameters:
  x - the new column value
throws:
  SQLException - if (1) the given column name does not match thename of a column in this rowset, (2) the cursor is not onone of this rowset's rows or its insert row, or (3) thisrowset is ResultSet.CONCUR_READ_ONLY



updateCharacterStream
public void updateCharacterStream(int columnIndex, java.io.Reader x, int length) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given java.io.Reader object.

This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in this rowset
Parameters:
  x - the new column value; must be a java.io.Readercontaining BINARY, VARBINARY,LONGVARBINARY, CHAR, VARCHAR,or LONGVARCHAR data
Parameters:
  length - the length of the stream in characters
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, (3) the data in the stream is not a binary orcharacter type, or (4) this rowset isResultSet.CONCUR_READ_ONLY




updateCharacterStream
public void updateCharacterStream(String columnName, java.io.Reader reader, int length) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given java.io.Reader object.

This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnName - a String object that must match theSQL name of a column in this rowset, ignoring case
Parameters:
  reader - the new column value; must be ajava.io.Reader containing BINARY,VARBINARY, LONGVARBINARY, CHAR,VARCHAR, or LONGVARCHAR data
Parameters:
  length - the length of the stream in characters
throws:
  SQLException - if (1) the given column name does not match thename of a column in this rowset, (2) the cursor is not onone of this rowset's rows or its insert row, (3) the datain the stream is not a binary or character type, or (4) thisrowset is ResultSet.CONCUR_READ_ONLY




updateCharacterStream
public void updateCharacterStream(int columnIndex, java.io.Reader x, long length) throws SQLException(Code)
Updates the designated column with a character stream value, which will have the specified number of bytes. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnIndex - the first column is 1, the second is 2, ...
Parameters:
  x - the new column value
Parameters:
  length - the length of the stream
exception:
  SQLException - if a database access error occurs,the result set concurrency is CONCUR_READ_ONLY or this method is called on a closed result set
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.6



updateCharacterStream
public void updateCharacterStream(String columnLabel, java.io.Reader reader, long length) throws SQLException(Code)
Updates the designated column with a character stream value, which will have the specified number of bytes. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnLabel - the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the label is the name of the column
Parameters:
  reader - the java.io.Reader object containingthe new column value
Parameters:
  length - the length of the stream
exception:
  SQLException - if a database access error occurs,the result set concurrency is CONCUR_READ_ONLYor this method is called on a closed result set
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.6



updateCharacterStream
public void updateCharacterStream(int columnIndex, java.io.Reader x) throws SQLException(Code)
Updates the designated column with a character stream value. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.

Note: Consult your JDBC driver documentation to determine if it might be more efficient to use a version of updateCharacterStream which takes a length parameter.
Parameters:
  columnIndex - the first column is 1, the second is 2, ...
Parameters:
  x - the new column value
exception:
  SQLException - if a database access error occurs,the result set concurrency is CONCUR_READ_ONLYor this method is called on a closed result set
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.6




updateCharacterStream
public void updateCharacterStream(String columnLabel, java.io.Reader reader) throws SQLException(Code)
Updates the designated column with a character stream value. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.

Note: Consult your JDBC driver documentation to determine if it might be more efficient to use a version of updateCharacterStream which takes a length parameter.
Parameters:
  columnLabel - the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the label is the name of the column
Parameters:
  reader - the java.io.Reader object containingthe new column value
exception:
  SQLException - if a database access error occurs,the result set concurrency is CONCUR_READ_ONLYor this method is called on a closed result set
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.6




updateClob
public void updateClob(int columnIndex, Clob c) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given double value. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in this rowset
Parameters:
  c - the new column Clob value
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) this rowset isResultSet.CONCUR_READ_ONLY



updateClob
public void updateClob(String columnName, Clob c) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given double value. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnName - a String object that must match theSQL name of a column in this rowset, ignoring case
Parameters:
  c - the new column Clob value
throws:
  SQLException - if (1) the given column name does not match thename of a column in this rowset, (2) the cursor is not onone of this rowset's rows or its insert row, or (3) thisrowset is ResultSet.CONCUR_READ_ONLY



updateClob
public void updateClob(int columnIndex, Reader reader, long length) throws SQLException(Code)
Updates the designated column using the given Reader object, which is the given number of characters long. When a very large UNICODE value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.Reader object. The data will be read from the stream as needed until end-of-file is reached. The JDBC driver will do any necessary conversion from UNICODE to the database char format.

Note: This stream object can either be a standard Java stream object or your own subclass that implements the standard interface.

The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnIndex - the first column is 1, the second is 2, ...
Parameters:
  reader - An object that contains the data to set the parameter value to.
Parameters:
  length - the number of characters in the parameter data.
exception:
  SQLException - if a database access error occurs,the result set concurrency is CONCUR_READ_ONLY or this method is called on a closed result set
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.6




updateClob
public void updateClob(String columnLabel, Reader reader, long length) throws SQLException(Code)
Updates the designated column using the given Reader object, which is the given number of characters long. When a very large UNICODE value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.Reader object. The data will be read from the stream as needed until end-of-file is reached. The JDBC driver will do any necessary conversion from UNICODE to the database char format.

Note: This stream object can either be a standard Java stream object or your own subclass that implements the standard interface.

The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnLabel - the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the label is the name of the column
Parameters:
  reader - An object that contains the data to set the parameter value to.
Parameters:
  length - the number of characters in the parameter data.
exception:
  SQLException - if a database access error occurs,the result set concurrency is CONCUR_READ_ONLY or this method is called on a closed result set
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.6




updateClob
public void updateClob(int columnIndex, Reader reader) throws SQLException(Code)
Updates the designated column using the given Reader object. When a very large UNICODE value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.Reader object. The data will be read from the stream as needed until end-of-file is reached. The JDBC driver will do any necessary conversion from UNICODE to the database char format.

Note: This stream object can either be a standard Java stream object or your own subclass that implements the standard interface.

Note: Consult your JDBC driver documentation to determine if it might be more efficient to use a version of updateClob which takes a length parameter.

The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnIndex - the first column is 1, the second is 2, ...
Parameters:
  reader - An object that contains the data to set the parameter value to.
exception:
  SQLException - if a database access error occurs,the result set concurrency is CONCUR_READ_ONLYor this method is called on a closed result set
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.6




updateClob
public void updateClob(String columnLabel, Reader reader) throws SQLException(Code)
Updates the designated column using the given Reader object. When a very large UNICODE value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.Reader object. The data will be read from the stream as needed until end-of-file is reached. The JDBC driver will do any necessary conversion from UNICODE to the database char format.

Note: This stream object can either be a standard Java stream object or your own subclass that implements the standard interface.

Note: Consult your JDBC driver documentation to determine if it might be more efficient to use a version of updateClob which takes a length parameter.

The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnLabel - the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the label is the name of the column
Parameters:
  reader - An object that contains the data to set the parameter value to.
exception:
  SQLException - if a database access error occurs,the result set concurrency is CONCUR_READ_ONLYor this method is called on a closed result set
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.6




updateDate
public void updateDate(int columnIndex, java.sql.Date x) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given Date object. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in this rowset
Parameters:
  x - the new column value
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, (3) the type of the designated column is notan SQL DATE or TIMESTAMP, or(4) this rowset is ResultSet.CONCUR_READ_ONLY



updateDate
public void updateDate(String columnName, java.sql.Date x) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given Date object. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnName - a String object that must match theSQL name of a column in this rowset, ignoring case
Parameters:
  x - the new column value
throws:
  SQLException - if (1) the given column name does not match thename of a column in this rowset, (2) the cursor is not onone of this rowset's rows or its insert row, (3) the typeof the designated column is not an SQL DATE orTIMESTAMP, or (4) this rowset isResultSet.CONCUR_READ_ONLY



updateDouble
public void updateDouble(int columnIndex, double x) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given double value. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in this rowset
Parameters:
  x - the new column value
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) this rowset isResultSet.CONCUR_READ_ONLY



updateDouble
public void updateDouble(String columnName, double x) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given double value. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnName - a String object that must match theSQL name of a column in this rowset, ignoring case
Parameters:
  x - the new column value
throws:
  SQLException - if (1) the given column name does not match thename of a column in this rowset, (2) the cursor is not onone of this rowset's rows or its insert row, or (3) thisrowset is ResultSet.CONCUR_READ_ONLY



updateFloat
public void updateFloat(int columnIndex, float x) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given float value.

This method updates a column value in the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in this rowset
Parameters:
  x - the new column value
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) this rowset isResultSet.CONCUR_READ_ONLY




updateFloat
public void updateFloat(String columnName, float x) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given float value.

This method updates a column value in the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnName - a String object that must match theSQL name of a column in this rowset, ignoring case
Parameters:
  x - the new column value
throws:
  SQLException - if (1) the given column name does not match thename of a column in this rowset, (2) the cursor is not onone of this rowset's rows or its insert row, or (3) thisrowset is ResultSet.CONCUR_READ_ONLY




updateInt
public void updateInt(int columnIndex, int x) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given int value.

This method updates a column value in the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in this rowset
Parameters:
  x - the new column value
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) this rowset isResultSet.CONCUR_READ_ONLY




updateInt
public void updateInt(String columnName, int x) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given int value.

This method updates a column value in the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnName - a String object that must match theSQL name of a column in this rowset, ignoring case
Parameters:
  x - the new column value
throws:
  SQLException - if (1) the given column name does not match thename of a column in this rowset, (2) the cursor is not onone of this rowset's rows or its insert row, or (3) thisrowset is ResultSet.CONCUR_READ_ONLY




updateLong
public void updateLong(int columnIndex, long x) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given long value.

This method updates a column value in the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in this rowset
Parameters:
  x - the new column value
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) this rowset isResultSet.CONCUR_READ_ONLY




updateLong
public void updateLong(String columnName, long x) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given long value.

This method updates a column value in the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnName - a String object that must match theSQL name of a column in this rowset, ignoring case
Parameters:
  x - the new column value
throws:
  SQLException - if (1) the given column name does not match thename of a column in this rowset, (2) the cursor is not onone of this rowset's rows or its insert row, or (3) thisrowset is ResultSet.CONCUR_READ_ONLY




updateNCharacterStream
public void updateNCharacterStream(int columnIndex, java.io.Reader x, long length) throws SQLException(Code)
Updates the designated column with a character stream value, which will have the specified number of bytes. The driver does the necessary conversion from Java character format to the national character set in the database. It is intended for use when updating NCHAR,NVARCHAR and LONGNVARCHAR columns. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnIndex - - the first column is 1, the second is 2, ...
Parameters:
  x - - the new column value
Parameters:
  length - - the length of the stream
exception:
  SQLException - if a database access error occurs
since:
   1.6



updateNCharacterStream
public void updateNCharacterStream(String columnName, java.io.Reader x, long length) throws SQLException(Code)
Updates the designated column with a character stream value, which will have the specified number of bytes. The driver does the necessary conversion from Java character format to the national character set in the database. It is intended for use when updating NCHAR,NVARCHAR and LONGNVARCHAR columns. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnName - - name of the Column
Parameters:
  x - - the new column value
Parameters:
  length - - the length of the stream
exception:
  SQLException - if a database access error occurs
since:
   1.6



updateNCharacterStream
public void updateNCharacterStream(int columnIndex, java.io.Reader x) throws SQLException(Code)
Updates the designated column with a character stream value. The driver does the necessary conversion from Java character format to the national character set in the database. It is intended for use when updating NCHAR,NVARCHAR and LONGNVARCHAR columns. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.

Note: Consult your JDBC driver documentation to determine if it might be more efficient to use a version of updateNCharacterStream which takes a length parameter.
Parameters:
  columnIndex - the first column is 1, the second is 2, ...
Parameters:
  x - the new column value
exception:
  SQLException - if a database access error occurs,the result set concurrency is CONCUR_READ_ONLY or this method is called on a closed result set
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.6




updateNCharacterStream
public void updateNCharacterStream(String columnLabel, java.io.Reader reader) throws SQLException(Code)
Updates the designated column with a character stream value. The driver does the necessary conversion from Java character format to the national character set in the database. It is intended for use when updating NCHAR,NVARCHAR and LONGNVARCHAR columns. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.

Note: Consult your JDBC driver documentation to determine if it might be more efficient to use a version of updateNCharacterStream which takes a length parameter.
Parameters:
  columnLabel - the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the label is the name of the column
Parameters:
  reader - the java.io.Reader object containingthe new column value
exception:
  SQLException - if a database access error occurs,the result set concurrency is CONCUR_READ_ONLY or this method is called on a closed result set
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.6




updateNClob
public void updateNClob(int columnIndex, NClob nClob) throws SQLException(Code)



updateNClob
public void updateNClob(String columnName, NClob nClob) throws SQLException(Code)
This method is used for updating SQL NCLOB type that maps to java.sql.Types.NCLOB
Parameters:
  columnName - name of the column
Parameters:
  nClob - the value for the column to be updated
throws:
  SQLException - if a database access error occurs
since:
   6.0



updateNClob
public void updateNClob(int columnIndex, Reader reader, long length) throws SQLException(Code)
Updates the designated column using the given Reader object, which is the given number of characters long. When a very large UNICODE value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.Reader object. The data will be read from the stream as needed until end-of-file is reached. The JDBC driver will do any necessary conversion from UNICODE to the database char format.

Note: This stream object can either be a standard Java stream object or your own subclass that implements the standard interface.

The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnIndex - the first column is 1, the second 2, ...
Parameters:
  reader - An object that contains the data to set the parameter value to.
Parameters:
  length - the number of characters in the parameter data.
throws:
  SQLException - if the driver does not support nationalcharacter sets; if the driver can detect that a data conversionerror could occur; this method is called on a closed result set, if a database access error occurs orthe result set concurrency is CONCUR_READ_ONLY
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.6




updateNClob
public void updateNClob(String columnLabel, Reader reader, long length) throws SQLException(Code)
Updates the designated column using the given Reader object, which is the given number of characters long. When a very large UNICODE value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.Reader object. The data will be read from the stream as needed until end-of-file is reached. The JDBC driver will do any necessary conversion from UNICODE to the database char format.

Note: This stream object can either be a standard Java stream object or your own subclass that implements the standard interface.

The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnLabel - the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the label is the name of the column
Parameters:
  reader - An object that contains the data to set the parameter value to.
Parameters:
  length - the number of characters in the parameter data.
throws:
  SQLException - if the driver does not support nationalcharacter sets; if the driver can detect that a data conversionerror could occur; this method is called on a closed result set;if a database access error occurs orthe result set concurrency is CONCUR_READ_ONLY
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.6




updateNClob
public void updateNClob(int columnIndex, Reader reader) throws SQLException(Code)
Updates the designated column using the given Reader object. When a very large UNICODE value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.Reader object. The data will be read from the stream as needed until end-of-file is reached. The JDBC driver will do any necessary conversion from UNICODE to the database char format.

Note: This stream object can either be a standard Java stream object or your own subclass that implements the standard interface.

Note: Consult your JDBC driver documentation to determine if it might be more efficient to use a version of updateNClob which takes a length parameter.

The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnIndex - the first column is 1, the second 2, ...
Parameters:
  reader - An object that contains the data to set the parameter value to.
throws:
  SQLException - if the driver does not support nationalcharacter sets; if the driver can detect that a data conversionerror could occur; this method is called on a closed result set,if a database access error occurs orthe result set concurrency is CONCUR_READ_ONLY
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.6




updateNClob
public void updateNClob(String columnLabel, Reader reader) throws SQLException(Code)
Updates the designated column using the given Reader object. When a very large UNICODE value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.Reader object. The data will be read from the stream as needed until end-of-file is reached. The JDBC driver will do any necessary conversion from UNICODE to the database char format.

Note: This stream object can either be a standard Java stream object or your own subclass that implements the standard interface.

Note: Consult your JDBC driver documentation to determine if it might be more efficient to use a version of updateNClob which takes a length parameter.

The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnLabel - the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the label is the name of the column
Parameters:
  reader - An object that contains the data to set the parameter value to.
throws:
  SQLException - if the driver does not support nationalcharacter sets; if the driver can detect that a data conversionerror could occur; this method is called on a closed result set;if a database access error occurs orthe result set concurrency is CONCUR_READ_ONLY
exception:
  SQLFeatureNotSupportedException - if the JDBC driver does not supportthis method
since:
   1.6




updateNString
public void updateNString(int columnIndex, String nString) throws SQLException(Code)
This method is used for updating columns that support National Character sets. It can be used for updating NCHAR,NVARCHAR and LONGNVARCHAR columns.
Parameters:
  columnIndex - the first column is 1, the second 2, ...
Parameters:
  nString - the value for the column to be updated
throws:
  SQLException - if a database access error occurs
since:
   6.0



updateNString
public void updateNString(String columnName, String nString) throws SQLException(Code)
This method is used for updating columns that support National Character sets. It can be used for updating NCHAR,NVARCHAR and LONGNVARCHAR columns.
Parameters:
  columnName - name of the Column
Parameters:
  nString - the value for the column to be updated
throws:
  SQLException - if a database access error occurs
since:
   6.0



updateNull
public void updateNull(int columnIndex) throws SQLException(Code)
Sets the designated nullable column in the current row or the insert row of this CachedRowSetImpl object with null value.

This method updates a column value in the current row or the insert row of this rowset; however, another method must be called to complete the update process. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to mark the row as updated and to notify listeners that the row has changed. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called to insert the new row into this rowset and to notify listeners that a row has changed.

In order to propagate updates in this rowset to the underlying data source, an application must call the method CachedRowSetImpl.acceptChanges after it calls either updateRow or insertRow.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in this rowset
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) this rowset isResultSet.CONCUR_READ_ONLY




updateNull
public void updateNull(String columnName) throws SQLException(Code)
Sets the designated nullable column in the current row or the insert row of this CachedRowSetImpl object with null value.

This method updates a column value in the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database.
Parameters:
  columnName - a String object that must match theSQL name of a column in this rowset, ignoring case
throws:
  SQLException - if (1) the given column name does not match thename of a column in this rowset, (2) the cursor is not onone of this rowset's rows or its insert row, or (3) thisrowset is ResultSet.CONCUR_READ_ONLY




updateObject
public void updateObject(int columnIndex, Object x, int scale) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given Object value. The scale parameter indicates the number of digits to the right of the decimal point and is ignored if the new column value is not a type that will be mapped to an SQL DECIMAL or NUMERIC value.

This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in this rowset
Parameters:
  x - the new column value
Parameters:
  scale - the number of digits to the right of the decimal point (forDECIMAL and NUMERIC types only)
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) this rowset isResultSet.CONCUR_READ_ONLY




updateObject
public void updateObject(int columnIndex, Object x) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given Object value.

This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in this rowset
Parameters:
  x - the new column value
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) this rowset isResultSet.CONCUR_READ_ONLY




updateObject
public void updateObject(String columnName, Object x, int scale) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given Object value. The scale parameter indicates the number of digits to the right of the decimal point and is ignored if the new column value is not a type that will be mapped to an SQL DECIMAL or NUMERIC value.

This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnName - a String object that must match theSQL name of a column in this rowset, ignoring case
Parameters:
  x - the new column value
Parameters:
  scale - the number of digits to the right of the decimal point (forDECIMAL and NUMERIC types only)
throws:
  SQLException - if (1) the given column name does not match thename of a column in this rowset, (2) the cursor is not onone of this rowset's rows or its insert row, or (3) thisrowset is ResultSet.CONCUR_READ_ONLY




updateObject
public void updateObject(String columnName, Object x) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given Object value.

This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnName - a String object that must match theSQL name of a column in this rowset, ignoring case
Parameters:
  x - the new column value
throws:
  SQLException - if (1) the given column name does not match thename of a column in this rowset, (2) the cursor is not onone of this rowset's rows or its insert row, or (3) thisrowset is ResultSet.CONCUR_READ_ONLY




updateRef
public void updateRef(int columnIndex, java.sql.Ref ref) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given Ref value. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in this rowset
Parameters:
  ref - the new column java.sql.Ref value
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) this rowset isResultSet.CONCUR_READ_ONLY



updateRef
public void updateRef(String columnName, java.sql.Ref ref) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given double value. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnName - a String object that must match theSQL name of a column in this rowset, ignoring case
Parameters:
  ref - the new column java.sql.Ref value
throws:
  SQLException - if (1) the given column name does not match thename of a column in this rowset, (2) the cursor is not onone of this rowset's rows or its insert row, or (3) thisrowset is ResultSet.CONCUR_READ_ONLY



updateRow
public void updateRow() throws SQLException(Code)
Marks the current row of this CachedRowSetImpl object as updated and notifies listeners registered with this rowset that the row has changed.

This method cannot be called when the cursor is on the insert row, and it should be called before the cursor moves to another row. If it is called after the cursor moves to another row, this method has no effect, and the updates made before the cursor moved will be lost.
throws:
  SQLException - if the cursor is on the insert row or thisrowset is ResultSet.CONCUR_READ_ONLY




updateRowId
public void updateRowId(int columnIndex, RowId x) throws SQLException(Code)
Updates the designated column with a RowId value. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnIndex - the first column is 1, the second 2, ...
Parameters:
  x - the column value
throws:
  SQLException - if a database access occurs
since:
   6.0



updateRowId
public void updateRowId(String columnName, RowId x) throws SQLException(Code)
Updates the designated column with a RowId value. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnName - the name of the column
Parameters:
  x - the column value
throws:
  SQLException - if a database access occurs
since:
   6.0



updateSQLXML
public void updateSQLXML(int columnIndex, SQLXML xmlObject) throws SQLException(Code)
Updates the designated column with a java.sql.SQLXML value. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnIndex - the first column is 1, the second 2, ...
Parameters:
  xmlObject - the value for the column to be updated
throws:
  SQLException - if a database access error occurs
since:
   1.6



updateSQLXML
public void updateSQLXML(String columnName, SQLXML xmlObject) throws SQLException(Code)
Updates the designated column with a java.sql.SQLXML value. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnName - the name of the column
Parameters:
  xmlObject - the column value
throws:
  SQLException - if a database access occurs
since:
   1.6



updateShort
public void updateShort(int columnIndex, short x) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given short value.

This method updates a column value in the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in this rowset
Parameters:
  x - the new column value
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) this rowset isResultSet.CONCUR_READ_ONLY




updateShort
public void updateShort(String columnName, short x) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given short value.

This method updates a column value in the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnName - a String object that must match theSQL name of a column in this rowset, ignoring case
Parameters:
  x - the new column value
throws:
  SQLException - if (1) the given column name does not match thename of a column in this rowset, (2) the cursor is not onone of this rowset's rows or its insert row, or (3) thisrowset is ResultSet.CONCUR_READ_ONLY




updateString
public void updateString(int columnIndex, String x) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given String object.

This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to mark the row as updated. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called to insert the new row into this rowset and mark it as inserted. Both of these methods must be called before the cursor moves to another row.

The method acceptChanges must be called if the updated values are to be written back to the underlying database.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in this rowset
Parameters:
  x - the new column value
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, or (3) this rowset isResultSet.CONCUR_READ_ONLY




updateString
public void updateString(String columnName, String x) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given String object. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnName - a String object that must match theSQL name of a column in this rowset, ignoring case
Parameters:
  x - the new column value
throws:
  SQLException - if (1) the given column name does not match thename of a column in this rowset, (2) the cursor is not onone of this rowset's rows or its insert row, or (3) thisrowset is ResultSet.CONCUR_READ_ONLY



updateTime
public void updateTime(int columnIndex, java.sql.Time x) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given Time object. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in this rowset
Parameters:
  x - the new column value
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, (3) the type of the designated column is notan SQL TIME or TIMESTAMP, or(4) this rowset is ResultSet.CONCUR_READ_ONLY



updateTime
public void updateTime(String columnName, java.sql.Time x) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given Time object. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnName - a String object that must match theSQL name of a column in this rowset, ignoring case
Parameters:
  x - the new column value
throws:
  SQLException - if (1) the given column name does not match thename of a column in this rowset, (2) the cursor is not onone of this rowset's rows or its insert row, (3) the typeof the designated column is not an SQL TIME orTIMESTAMP, or (4) this rowset isResultSet.CONCUR_READ_ONLY



updateTimestamp
public void updateTimestamp(int columnIndex, java.sql.Timestamp x) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given Timestamp object. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnIndex - the first column is 1, the secondis 2, and so on; must be 1 or largerand equal to or less than the number of columns in this rowset
Parameters:
  x - the new column value
throws:
  SQLException - if (1) the given column index is out of bounds,(2) the cursor is not on one of this rowset's rows or itsinsert row, (3) the type of the designated column is notan SQL DATE, TIME, orTIMESTAMP, or (4) this rowset isResultSet.CONCUR_READ_ONLY



updateTimestamp
public void updateTimestamp(String columnName, java.sql.Timestamp x) throws SQLException(Code)
Sets the designated column in either the current row or the insert row of this CachedRowSetImpl object with the given Timestamp object. This method updates a column value in either the current row or the insert row of this rowset, but it does not update the database. If the cursor is on a row in the rowset, the method CachedRowSetImpl.updateRow must be called to update the database. If the cursor is on the insert row, the method CachedRowSetImpl.insertRow must be called, which will insert the new row into both this rowset and the database. Both of these methods must be called before the cursor moves to another row.
Parameters:
  columnName - a String object that must match theSQL name of a column in this rowset, ignoring case
Parameters:
  x - the new column value
throws:
  SQLException - if the given column index is out of bounds orthe cursor is not on one of this rowset's rows or itsinsert row
throws:
  SQLException - if (1) the given column name does not match thename of a column in this rowset, (2) the cursor is not onone of this rowset's rows or its insert row, (3) the typeof the designated column is not an SQL DATE,TIME, or TIMESTAMP, or (4) thisrowset is ResultSet.CONCUR_READ_ONLY



wasNull
public boolean wasNull() throws SQLException(Code)
Reports whether the last column read was SQL NULL. Note that you must first call the method getXXX on a column to try to read its value and then call the method wasNull to determine whether the value was SQL NULL. true if the value in the last column readwas SQL NULL; false otherwise
throws:
  SQLException - if an error occurs



Fields inherited from javax.sql.rowset.BaseRowSet
final public static int ASCII_STREAM_PARAM(Code)(Java Doc)
final public static int BINARY_STREAM_PARAM(Code)(Java Doc)
final public static int UNICODE_STREAM_PARAM(Code)(Java Doc)
protected java.io.InputStream asciiStream(Code)(Java Doc)
protected java.io.InputStream binaryStream(Code)(Java Doc)
protected java.io.Reader charStream(Code)(Java Doc)
protected java.io.InputStream unicodeStream(Code)(Java Doc)

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)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.