Java Doc for CachedRowSetXImpl5.java in  » IDE-Netbeans » visualweb.api.designer » com » sun » sql » 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 » IDE Netbeans » visualweb.api.designer » com.sun.sql.rowset 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   javax.sql.rowset.BaseRowSet
      com.sun.sql.rowset.BaseRowSetX
         com.sun.sql.rowset.CachedRowSetXImpl5

All known Subclasses:   com.sun.sql.rowset.CachedRowSetXImpl,
CachedRowSetXImpl5
abstract public class CachedRowSetXImpl5 extends BaseRowSetX implements CachedRowSetX,RowSetInternal,Serializable,Cloneable(Code)
The reference implementation of the CachedRowSetX interface. See the interface definition for full behavior and implementation requirements. Note: This implementation is based on the Sun Microsystems Reference Implemenation of CachedRowSet All jdbc4.0-specific methods have been split offinto a sub-class CachedRowSetXImpl, to enable usage in both JDK5 and JDK6. This class, which has been made abstract, is used in the BeanInfo when running in JDK5.


Field Summary
protected  intcursorPos
     The current postion of the cursor in this CachedRowSetXImpl object.
protected  booleaninternalUseInstance
     The internalUseInstance flag tells to ignore exceptional conditions with regard to the rowset not being executed.
protected  intnumDeleted
     The number of deleted rows currently in this CachedRowSetXImpl object.
protected  intnumRows
     The total number of rows currently in this CachedRowSetXImpl object.
protected  PropertyChangeSupportpropertyChangeSupport
     The PropertyChangeSupport object helps in providing support for property change listeners.
protected  SyncProviderprovider
    
protected static  ResourceBundlerb
    
protected  RowSetMetaDatarowSetMD
     The RowSetMetaData object that contains information about the columns in this CachedRowSetXImpl object.
protected  RowSetReaderrowSetReader
     The RowSetReaderImpl object that is the reader for this rowset.
protected  RowSetWriterrowSetWriter
     The RowSetWriterImpl object that is the writer for this rowset.
protected  RowSetWarningrowsetWarning
    
protected  Vectorrvh
     A Vector object containing the Row objects that comprise this CachedRowSetXImpl object.
protected  SQLWarningsqlwarn
    


Method Summary
public  booleanabsolute(int row)
    
public  voidacceptChanges()
    
public  voidacceptChanges(Connection con)
    
public  voidaddPropertyChangeListener(PropertyChangeListener listener)
    
public  voidaddPropertyChangeListener(String propertyName, PropertyChangeListener listener)
    
public  voidafterLast()
    
public  voidbeforeFirst()
    
public  voidcancelRowUpdates()
    
 voidcheckExecuted()
    
public  voidclearWarnings()
    
protected  Objectclone()
     Returns a new RowSet object containing by the same data as this CachedRowSetXImpl object.
public  voidclose()
    
public  booleancolumnUpdated(int idx)
    
public  booleancolumnUpdated(String columnName)
    
public  voidcommit()
    
public  CachedRowSetcreateCopy()
    
public  CachedRowSetcreateCopyNoConstraints()
    
public  CachedRowSetcreateCopySchema()
    
public  RowSetcreateShared()
    
public  voiddeleteRow()
    
public  voidexecute(Connection conn)
    
public  voidexecute()
    
public  intfindColumn(String columnName)
    
public  booleanfirst()
    
public  ArraygetArray(int columnIndex)
    
public  ArraygetArray(String colName)
    
public  java.io.InputStreamgetAsciiStream(int columnIndex)
    
public  java.io.InputStreamgetAsciiStream(String columnName)
    
public  BigDecimalgetBigDecimal(int columnIndex, int scale)
    
public  BigDecimalgetBigDecimal(String columnName, int scale)
    
public  BigDecimalgetBigDecimal(int columnIndex)
    
public  BigDecimalgetBigDecimal(String columnName)
    
public  java.io.InputStreamgetBinaryStream(int columnIndex)
    
public  java.io.InputStreamgetBinaryStream(String columnName)
    
public  BlobgetBlob(int columnIndex)
    
public  BlobgetBlob(String colName)
    
public  booleangetBoolean(int columnIndex)
    
public  booleangetBoolean(String columnName)
    
public  bytegetByte(int columnIndex)
    
public  bytegetByte(String columnName)
    
public  byte[]getBytes(int columnIndex)
    
public  byte[]getBytes(String columnName)
    
public  StringgetCatalogName()
    
public  java.io.ReadergetCharacterStream(int columnIndex)
    
public  java.io.ReadergetCharacterStream(String columnName)
    
public  ClobgetClob(int columnIndex)
    
public  ClobgetClob(String colName)
    
public  String[]getColumnCatalogNames()
    
public  StringgetColumnCatalogNames(int index)
    
public  String[]getColumnNames()
    
public  StringgetColumnNames(int index)
    
public  String[]getColumnSchemaNames()
    
public  StringgetColumnSchemaNames(int index)
    
public  String[]getColumnTableNames()
    
public  StringgetColumnTableNames(int index)
    
public  ConnectiongetConnection()
     Retrieves the Connection object passed to this CachedRowSetXImpl object.
protected  BaseRowgetCurrentRow()
     Returns the insert row or the current row of this CachedRowSetXImplobject.
public  StringgetCursorName()
    
public  java.sql.DategetDate(int columnIndex)
    
public  java.sql.DategetDate(String columnName)
    
public  java.sql.DategetDate(int columnIndex, Calendar cal)
    
public  java.sql.DategetDate(String columnName, Calendar cal)
    
public  doublegetDouble(int columnIndex)
    
public  doublegetDouble(String columnName)
    
public  floatgetFloat(int columnIndex)
    
public  floatgetFloat(String columnName)
    
public  boolean[]getInsertableColumns()
    
public  booleangetInsertableColumns(int index)
    
public  intgetInt(int columnIndex)
    
public  intgetInt(String columnName)
    
public  int[]getKeyColumns()
    
public  longgetLong(int columnIndex)
    
public  longgetLong(String columnName)
    
public  int[]getMatchColumnIndexes()
    
public  String[]getMatchColumnNames()
    
public  ResultSetMetaDatagetMetaData()
    
public  ObjectgetObject(int columnIndex)
    
public  ObjectgetObject(String columnName)
    
public  ObjectgetObject(int columnIndex, java.util.Map map)
    
public  ObjectgetObject(String columnName, java.util.Map map)
    
abstract public  ResultSetgetOriginal()
    
abstract public  ResultSetgetOriginalRow()
    
public  intgetPageSize()
    
public  booleangetPrintStatements()
    
public  RefgetRef(int columnIndex)
    
public  RefgetRef(String colName)
    
public  intgetRow()
    
public  RowSetWarninggetRowSetWarnings()
    
public  StringgetSchemaName()
    
public  shortgetShort(int columnIndex)
    
public  shortgetShort(String columnName)
    
public  StatementgetStatement()
     Returns null.
public  StringgetString(int columnIndex)
    
public  StringgetString(String columnName)
    
public  SyncProvidergetSyncProvider()
    
public  StringgetTableName()
    
public  java.sql.TimegetTime(int columnIndex)
    
public  java.sql.TimegetTime(String columnName)
    
public  java.sql.TimegetTime(int columnIndex, Calendar cal)
    
public  java.sql.TimegetTime(String columnName, Calendar cal)
    
public  java.sql.TimestampgetTimestamp(int columnIndex)
    
public  java.sql.TimestampgetTimestamp(String columnName)
    
public  java.sql.TimestampgetTimestamp(int columnIndex, Calendar cal)
    
public  java.sql.TimestampgetTimestamp(String columnName, Calendar cal)
    
public  java.net.URLgetURL(int columnIndex)
    
public  java.net.URLgetURL(String columnName)
    
public  java.io.InputStreamgetUnicodeStream(int columnIndex)
    
public  java.io.InputStreamgetUnicodeStream(String columnName)
    
public  boolean[]getUpdatableColumns()
    
public  booleangetUpdatableColumns(int index)
    
public  SQLWarninggetWarnings()
    
protected  voidinitContainer()
     Sets the rvh field to a new Vector object with a capacity of 100 and sets the cursorPos and numRows fields to zero.
protected  voidinitParams()
    
protected  voidinitProperties()
     Sets the properties for this CachedRowSetXImpl object to their default values.
public  voidinsertRow()
    
protected  booleaninternalFirst()
    
protected  booleaninternalLast()
    
protected  booleaninternalNext()
     Moves this CachedRowSetXImpl object's cursor to the next row and returns true if the cursor is still in the rowset; returns false if the cursor has moved to the position after the last row.
protected  booleaninternalPrevious()
    
public  booleanisAfterLast()
    
public  booleanisBeforeFirst()
    
public  booleanisExecuted()
    
public  booleanisFirst()
    
public  booleanisLast()
    
public  booleanlast()
    
public  voidmoveToCurrentRow()
    
public  voidmoveToInsertRow()
    
public  booleannext()
    
public  booleannextPage()
    
public  voidpopulate(ResultSet data)
    
public  voidpopulate(ResultSet data, int start)
    
public  booleanprevious()
    
public  booleanpreviousPage()
    
public  voidrefreshRow()
    
public  booleanrelative(int rows)
    
public  voidrelease()
    
protected  voidremoveCurrentRow()
     Removes the row on which the cursor is positioned.
public  voidremovePropertyChangeListener(PropertyChangeListener listener)
    
public  voidremovePropertyChangeListener(String propertyName, PropertyChangeListener listener)
    
public  voidrestoreOriginal()
    
public  voidrollback()
    
public  voidrollback(Savepoint s)
    
public  booleanrowDeleted()
    
public  booleanrowInserted()
    
public  voidrowSetPopulated(RowSetEvent event, int numRows)
    
public  booleanrowUpdated()
    
public  voidsetCatalogName(String catalogName)
    
public  voidsetColumnCatalogNames(String[] columnCatalogNames)
    
public  voidsetColumnCatalogNames(int index, String columnCatalogName)
    
public  voidsetColumnNames(String[] columnNames)
    
public  voidsetColumnNames(int index, String columnName)
    
public  voidsetColumnSchemaNames(String[] columnSchemaNames)
    
public  voidsetColumnSchemaNames(int index, String columnSchemaName)
    
public  voidsetColumnTableNames(String[] columnTableNames)
    
public  voidsetColumnTableNames(int index, String columnTableName)
    
public  voidsetCommand(String command)
    
public  voidsetConcurrency(int concurrency)
    
public  voidsetDataSourceName(String dataSourceName)
    
public  voidsetInsertableColumns(boolean[] insertableColumns)
    
public  voidsetInsertableColumns(int index, boolean insertableColumn)
    
public  voidsetKeyColumns(int[] keys)
    
public  voidsetMatchColumn(int[] columnIdxes)
    
public  voidsetMatchColumn(String[] columnNames)
    
public  voidsetMatchColumn(int columnIdx)
    
public  voidsetMatchColumn(String columnName)
    
public  voidsetMaxRows(int maxRows)
    
public  voidsetMetaData(RowSetMetaData md)
    
public  voidsetOriginal()
    
public  voidsetOriginalRow()
    
public  voidsetPageSize(int size)
    
public  voidsetPassword(String password)
    
public  voidsetPrintStatements(boolean printStatements)
    
public  voidsetReadOnly(boolean isReadOnly)
    
public  voidsetSchemaName(String schemaName)
    
public  voidsetSyncProvider(String providerStr)
    
public  voidsetTableName(String tabName)
    
public  voidsetTransactionIsolation(int transactionIsolation)
    
public  voidsetType(int type)
    
public  voidsetUpdatableColumns(boolean[] updatableColumns)
    
public  voidsetUpdatableColumns(int index, boolean updatableColumn)
    
public  voidsetUrl(String url)
    
public  voidsetUsername(String username)
    
public  intsize()
    
public  CollectiontoCollection()
    
public  CollectiontoCollection(int column)
    
public  CollectiontoCollection(String column)
    
public  voidundoDelete()
    
public  voidundoInsert()
    
public  voidundoUpdate()
    
public  voidunsetMatchColumn(int[] columnIdxes)
    
public  voidunsetMatchColumn(String[] columnIdxes)
    
public  voidunsetMatchColumn(int columnIdx)
    
public  voidunsetMatchColumn(String columnName)
    
public  voidupdateArray(int columnIndex, Array a)
    
public  voidupdateArray(String columnName, Array a)
    
public  voidupdateAsciiStream(int columnIndex, java.io.InputStream x, int length)
    
public  voidupdateAsciiStream(String columnName, java.io.InputStream x, int length)
    
public  voidupdateBigDecimal(int columnIndex, BigDecimal x)
    
public  voidupdateBigDecimal(String columnName, BigDecimal x)
    
public  voidupdateBinaryStream(int columnIndex, java.io.InputStream x, int length)
    
public  voidupdateBinaryStream(String columnName, java.io.InputStream x, int length)
    
public  voidupdateBlob(int columnIndex, Blob b)
    
public  voidupdateBlob(String columnName, Blob b)
    
public  voidupdateBoolean(int columnIndex, boolean x)
    
public  voidupdateBoolean(String columnName, boolean x)
    
public  voidupdateByte(int columnIndex, byte x)
    
public  voidupdateByte(String columnName, byte x)
    
public  voidupdateBytes(int columnIndex, byte x)
    
public  voidupdateBytes(String columnName, byte x)
    
public  voidupdateCharacterStream(int columnIndex, java.io.Reader x, int length)
    
public  voidupdateCharacterStream(String columnName, java.io.Reader reader, int length)
    
public  voidupdateClob(int columnIndex, Clob c)
    
public  voidupdateClob(String columnName, Clob c)
    
public  voidupdateDate(int columnIndex, java.sql.Date x)
    
public  voidupdateDate(String columnName, java.sql.Date x)
    
public  voidupdateDouble(int columnIndex, double x)
    
public  voidupdateDouble(String columnName, double x)
    
public  voidupdateFloat(int columnIndex, float x)
    
public  voidupdateFloat(String columnName, float x)
    
public  voidupdateInt(int columnIndex, int x)
    
public  voidupdateInt(String columnName, int x)
    
public  voidupdateLong(int columnIndex, long x)
    
public  voidupdateLong(String columnName, long x)
    
public  voidupdateNull(int columnIndex)
    
public  voidupdateNull(String columnName)
    
public  voidupdateObject(int columnIndex, Object x, int scale)
    
public  voidupdateObject(int columnIndex, Object x)
    
public  voidupdateObject(String columnName, Object x, int scale)
    
public  voidupdateObject(String columnName, Object x)
    
public  voidupdateRef(int columnIndex, java.sql.Ref ref)
    
public  voidupdateRef(String columnName, java.sql.Ref ref)
    
public  voidupdateRow()
    
public  voidupdateShort(int columnIndex, short x)
    
public  voidupdateShort(String columnName, short x)
    
public  voidupdateString(int columnIndex, String x)
    
public  voidupdateString(String columnName, String x)
    
public  voidupdateTime(int columnIndex, java.sql.Time x)
    
public  voidupdateTime(String columnName, java.sql.Time x)
    
public  voidupdateTimestamp(int columnIndex, java.sql.Timestamp x)
    
public  voidupdateTimestamp(String columnName, java.sql.Timestamp x)
    
public  booleanwasNull()
    

Field Detail
cursorPos
protected int cursorPos(Code)
The current postion of the cursor in this CachedRowSetXImpl object.



internalUseInstance
protected boolean internalUseInstance(Code)
The internalUseInstance flag tells to ignore exceptional conditions with regard to the rowset not being executed. We must do this because this class is also used internally and methods are called that would result in a rowset not executed sqlexception if the user called them.



numDeleted
protected int numDeleted(Code)
The number of deleted rows currently in this CachedRowSetXImpl object.



numRows
protected int numRows(Code)
The total number of rows currently in this CachedRowSetXImpl object.



propertyChangeSupport
protected PropertyChangeSupport propertyChangeSupport(Code)
The PropertyChangeSupport object helps in providing support for property change listeners.



provider
protected SyncProvider provider(Code)
The SyncProvider used by the CachedRowSet



rb
protected static ResourceBundle rb(Code)



rowSetMD
protected RowSetMetaData rowSetMD(Code)
The RowSetMetaData object that contains information about the columns in this CachedRowSetXImpl object.



rowSetReader
protected RowSetReader rowSetReader(Code)
The RowSetReaderImpl object that is the reader for this rowset. The method execute uses this reader as part of its implementation.



rowSetWriter
protected RowSetWriter rowSetWriter(Code)
The RowSetWriterImpl object that is the writer for this rowset. The method acceptChanges uses this writer as part of its implementation.



rowsetWarning
protected RowSetWarning rowsetWarning(Code)
A RowSetWarning which logs on the warnings



rvh
protected Vector rvh(Code)
A Vector object containing the Row objects that comprise this CachedRowSetXImpl object.



sqlwarn
protected SQLWarning sqlwarn(Code)
A SQLWarning which logs on the warnings





Method Detail
absolute
public boolean absolute(int row) throws SQLException(Code)



acceptChanges
public void acceptChanges() throws SyncProviderException(Code)



acceptChanges
public void acceptChanges(Connection con) throws SyncProviderException(Code)



addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener listener)(Code)



addPropertyChangeListener
public void addPropertyChangeListener(String propertyName, PropertyChangeListener listener)(Code)



afterLast
public void afterLast() throws SQLException(Code)



beforeFirst
public void beforeFirst() throws SQLException(Code)



cancelRowUpdates
public void cancelRowUpdates() throws SQLException(Code)



checkExecuted
void checkExecuted() throws SQLException(Code)



clearWarnings
public void clearWarnings()(Code)



clone
protected Object clone() throws CloneNotSupportedException(Code)
Returns a new RowSet object containing by the same data as this CachedRowSetXImpl object. This method differs from the method createCopy in that it throws a CloneNotSupportedException object instead of an SQLException object, as the method createShared does. This clone method is called internally by the method createShared, which catches the CloneNotSupportedException object and in turn throws a new SQLException object. a copy of this CachedRowSetXImpl object
throws:
  CloneNotSupportedException - if an error occurs whenattempting to clone this CachedRowSetXImpl object
See Also:   CachedRowSetXImpl5.createShared



close
public void close()(Code)



columnUpdated
public boolean columnUpdated(int idx) throws SQLException(Code)



columnUpdated
public boolean columnUpdated(String columnName) throws SQLException(Code)



commit
public void commit() throws SQLException(Code)



createCopy
public CachedRowSet createCopy() throws SQLException(Code)



createCopyNoConstraints
public CachedRowSet createCopyNoConstraints() throws SQLException(Code)



createCopySchema
public CachedRowSet createCopySchema() throws SQLException(Code)



createShared
public RowSet createShared() throws SQLException(Code)



deleteRow
public void deleteRow() throws SQLException(Code)



execute
public void execute(Connection conn) throws SQLException(Code)



execute
public void execute() throws SQLException(Code)



findColumn
public int findColumn(String columnName) throws SQLException(Code)



first
public boolean first() throws SQLException(Code)



getArray
public Array getArray(int columnIndex) throws SQLException(Code)



getArray
public Array getArray(String colName) throws SQLException(Code)



getAsciiStream
public java.io.InputStream getAsciiStream(int columnIndex) throws SQLException(Code)



getAsciiStream
public java.io.InputStream getAsciiStream(String columnName) throws SQLException(Code)



getBigDecimal
public BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException(Code)



getBigDecimal
public BigDecimal getBigDecimal(String columnName, int scale) throws SQLException(Code)



getBigDecimal
public BigDecimal getBigDecimal(int columnIndex) throws SQLException(Code)



getBigDecimal
public BigDecimal getBigDecimal(String columnName) throws SQLException(Code)



getBinaryStream
public java.io.InputStream getBinaryStream(int columnIndex) throws SQLException(Code)



getBinaryStream
public java.io.InputStream getBinaryStream(String columnName) throws SQLException(Code)



getBlob
public Blob getBlob(int columnIndex) throws SQLException(Code)



getBlob
public Blob getBlob(String colName) throws SQLException(Code)



getBoolean
public boolean getBoolean(int columnIndex) throws SQLException(Code)



getBoolean
public boolean getBoolean(String columnName) throws SQLException(Code)



getByte
public byte getByte(int columnIndex) throws SQLException(Code)



getByte
public byte getByte(String columnName) throws SQLException(Code)



getBytes
public byte[] getBytes(int columnIndex) throws SQLException(Code)



getBytes
public byte[] getBytes(String columnName) throws SQLException(Code)



getCatalogName
public String getCatalogName()(Code)



getCharacterStream
public java.io.Reader getCharacterStream(int columnIndex) throws SQLException(Code)



getCharacterStream
public java.io.Reader getCharacterStream(String columnName) throws SQLException(Code)



getClob
public Clob getClob(int columnIndex) throws SQLException(Code)



getClob
public Clob getClob(String colName) throws SQLException(Code)



getColumnCatalogNames
public String[] getColumnCatalogNames()(Code)



getColumnCatalogNames
public String getColumnCatalogNames(int index)(Code)



getColumnNames
public String[] getColumnNames()(Code)



getColumnNames
public String getColumnNames(int index)(Code)



getColumnSchemaNames
public String[] getColumnSchemaNames()(Code)



getColumnSchemaNames
public String getColumnSchemaNames(int index)(Code)



getColumnTableNames
public String[] getColumnTableNames()(Code)



getColumnTableNames
public String getColumnTableNames(int index)(Code)



getConnection
public Connection getConnection() throws SQLException(Code)
Retrieves the Connection object passed to this CachedRowSetXImpl object. This connection may be used to populate this rowset with data or to write data back to its underlying data source. the Connection object passed to this rowset;may be null if there is no connection
throws:
  SQLException - if an error occurs



getCurrentRow
protected BaseRow getCurrentRow() throws SQLException(Code)
Returns the insert row or the current row of this CachedRowSetXImplobject. the Row object on which this CachedRowSetXImplobjects's cursor is positioned



getCursorName
public String getCursorName() throws SQLException(Code)



getDate
public java.sql.Date getDate(int columnIndex) throws SQLException(Code)



getDate
public java.sql.Date getDate(String columnName) throws SQLException(Code)



getDate
public java.sql.Date getDate(int columnIndex, Calendar cal) throws SQLException(Code)



getDate
public java.sql.Date getDate(String columnName, Calendar cal) throws SQLException(Code)



getDouble
public double getDouble(int columnIndex) throws SQLException(Code)



getDouble
public double getDouble(String columnName) throws SQLException(Code)



getFloat
public float getFloat(int columnIndex) throws SQLException(Code)



getFloat
public float getFloat(String columnName) throws SQLException(Code)



getInsertableColumns
public boolean[] getInsertableColumns()(Code)



getInsertableColumns
public boolean getInsertableColumns(int index)(Code)



getInt
public int getInt(int columnIndex) throws SQLException(Code)



getInt
public int getInt(String columnName) throws SQLException(Code)



getKeyColumns
public int[] getKeyColumns() throws SQLException(Code)



getLong
public long getLong(int columnIndex) throws SQLException(Code)



getLong
public long getLong(String columnName) throws SQLException(Code)



getMatchColumnIndexes
public int[] getMatchColumnIndexes() throws SQLException(Code)



getMatchColumnNames
public String[] getMatchColumnNames() throws SQLException(Code)



getMetaData
public ResultSetMetaData getMetaData() throws SQLException(Code)



getObject
public Object getObject(int columnIndex) throws SQLException(Code)



getObject
public Object getObject(String columnName) throws SQLException(Code)



getObject
public Object getObject(int columnIndex, java.util.Map map) throws SQLException(Code)



getObject
public Object getObject(String columnName, java.util.Map map) throws SQLException(Code)



getOriginal
abstract public ResultSet getOriginal() throws SQLException(Code)



getOriginalRow
abstract public ResultSet getOriginalRow() throws SQLException(Code)



getPageSize
public int getPageSize()(Code)



getPrintStatements
public boolean getPrintStatements()(Code)



getRef
public Ref getRef(int columnIndex) throws SQLException(Code)



getRef
public Ref getRef(String colName) throws SQLException(Code)



getRow
public int getRow() throws SQLException(Code)



getRowSetWarnings
public RowSetWarning getRowSetWarnings()(Code)



getSchemaName
public String getSchemaName()(Code)



getShort
public short getShort(int columnIndex) throws SQLException(Code)



getShort
public short getShort(String columnName) throws SQLException(Code)



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)



getString
public String getString(String columnName) throws SQLException(Code)



getSyncProvider
public SyncProvider getSyncProvider() throws SQLException(Code)



getTableName
public String getTableName() throws SQLException(Code)



getTime
public java.sql.Time getTime(int columnIndex) throws SQLException(Code)



getTime
public java.sql.Time getTime(String columnName) throws SQLException(Code)



getTime
public java.sql.Time getTime(int columnIndex, Calendar cal) throws SQLException(Code)



getTime
public java.sql.Time getTime(String columnName, Calendar cal) throws SQLException(Code)



getTimestamp
public java.sql.Timestamp getTimestamp(int columnIndex) throws SQLException(Code)



getTimestamp
public java.sql.Timestamp getTimestamp(String columnName) throws SQLException(Code)



getTimestamp
public java.sql.Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQLException(Code)



getTimestamp
public java.sql.Timestamp getTimestamp(String columnName, Calendar cal) throws SQLException(Code)



getURL
public java.net.URL getURL(int columnIndex) throws SQLException(Code)



getURL
public java.net.URL getURL(String columnName) throws SQLException(Code)



getUnicodeStream
public java.io.InputStream getUnicodeStream(int columnIndex) throws SQLException(Code)



getUnicodeStream
public java.io.InputStream getUnicodeStream(String columnName) throws SQLException(Code)



getUpdatableColumns
public boolean[] getUpdatableColumns()(Code)



getUpdatableColumns
public boolean getUpdatableColumns(int index)(Code)



getWarnings
public SQLWarning getWarnings()(Code)



initContainer
protected void initContainer()(Code)
Sets the rvh field to a new Vector object with a capacity of 100 and sets the cursorPos and numRows fields to zero.



initParams
protected void initParams()(Code)



initProperties
protected void initProperties() throws SQLException(Code)
Sets the properties for this CachedRowSetXImpl object to their default values. This method is called internally by the default constructor.



insertRow
public void insertRow() throws SQLException(Code)



internalFirst
protected boolean internalFirst() throws SQLException(Code)



internalLast
protected boolean internalLast() throws SQLException(Code)



internalNext
protected boolean internalNext() throws SQLException(Code)
Moves this CachedRowSetXImpl object's cursor to the next row and returns true if the cursor is still in the rowset; returns false if the cursor has moved to the position after the last row.

This method handles the cases where the cursor moves to a row that has been deleted. If this rowset shows deleted rows and the cursor moves to a row that has been deleted, this method moves the cursor to the next row until the cursor is on a row that has not been deleted.

The method internalNext is called by methods such as next, absolute, and relative, and, as its name implies, is only called internally.

This is a implementation only method and is not required as a standard implementation of the CachedRowSet interface. true if the cursor is on a valid row in thisrowset; false if it is after the last row
throws:
  SQLException - if an error occurs




internalPrevious
protected boolean internalPrevious() throws SQLException(Code)



isAfterLast
public boolean isAfterLast() throws SQLException(Code)



isBeforeFirst
public boolean isBeforeFirst() throws SQLException(Code)



isExecuted
public boolean isExecuted() throws SQLException(Code)



isFirst
public boolean isFirst() throws SQLException(Code)



isLast
public boolean isLast() throws SQLException(Code)



last
public boolean last() throws SQLException(Code)



moveToCurrentRow
public void moveToCurrentRow() throws SQLException(Code)



moveToInsertRow
public void moveToInsertRow() throws SQLException(Code)



next
public boolean next() throws SQLException(Code)



nextPage
public boolean nextPage() throws SQLException(Code)



populate
public void populate(ResultSet data) throws SQLException(Code)



populate
public void populate(ResultSet data, int start) throws SQLException(Code)



previous
public boolean previous() throws SQLException(Code)



previousPage
public boolean previousPage() throws SQLException(Code)



refreshRow
public void refreshRow() throws SQLException(Code)



relative
public boolean relative(int rows) throws SQLException(Code)



release
public void release() throws SQLException(Code)



removeCurrentRow
protected void removeCurrentRow() throws SQLException(Code)
Removes the row on which the cursor is positioned.

This is a implementation only method and is not required as a standard implementation of the CachedRowSet interface.
throws:
  SQLException - if the cursor is positioned on the insertrow




removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener listener)(Code)



removePropertyChangeListener
public void removePropertyChangeListener(String propertyName, PropertyChangeListener listener)(Code)



restoreOriginal
public void restoreOriginal() throws SQLException(Code)



rollback
public void rollback() throws SQLException(Code)



rollback
public void rollback(Savepoint s) throws SQLException(Code)



rowDeleted
public boolean rowDeleted() throws SQLException(Code)



rowInserted
public boolean rowInserted() throws SQLException(Code)



rowSetPopulated
public void rowSetPopulated(RowSetEvent event, int numRows) throws SQLException(Code)



rowUpdated
public boolean rowUpdated() throws SQLException(Code)



setCatalogName
public void setCatalogName(String catalogName)(Code)



setColumnCatalogNames
public void setColumnCatalogNames(String[] columnCatalogNames)(Code)



setColumnCatalogNames
public void setColumnCatalogNames(int index, String columnCatalogName)(Code)



setColumnNames
public void setColumnNames(String[] columnNames)(Code)



setColumnNames
public void setColumnNames(int index, String columnName)(Code)



setColumnSchemaNames
public void setColumnSchemaNames(String[] columnSchemaNames)(Code)



setColumnSchemaNames
public void setColumnSchemaNames(int index, String columnSchemaName)(Code)



setColumnTableNames
public void setColumnTableNames(String[] columnTableNames)(Code)



setColumnTableNames
public void setColumnTableNames(int index, String columnTableName)(Code)



setCommand
public void setCommand(String command) throws SQLException(Code)



setConcurrency
public void setConcurrency(int concurrency) throws SQLException(Code)



setDataSourceName
public void setDataSourceName(String dataSourceName) throws SQLException(Code)



setInsertableColumns
public void setInsertableColumns(boolean[] insertableColumns)(Code)



setInsertableColumns
public void setInsertableColumns(int index, boolean insertableColumn)(Code)



setKeyColumns
public void setKeyColumns(int[] keys) throws SQLException(Code)



setMatchColumn
public void setMatchColumn(int[] columnIdxes) throws SQLException(Code)



setMatchColumn
public void setMatchColumn(String[] columnNames) throws SQLException(Code)



setMatchColumn
public void setMatchColumn(int columnIdx) throws SQLException(Code)



setMatchColumn
public void setMatchColumn(String columnName) throws SQLException(Code)



setMaxRows
public void setMaxRows(int maxRows) throws SQLException(Code)



setMetaData
public void setMetaData(RowSetMetaData md) throws SQLException(Code)



setOriginal
public void setOriginal() throws SQLException(Code)



setOriginalRow
public void setOriginalRow() throws SQLException(Code)



setPageSize
public void setPageSize(int size) throws SQLException(Code)



setPassword
public void setPassword(String password)(Code)



setPrintStatements
public void setPrintStatements(boolean printStatements)(Code)



setReadOnly
public void setReadOnly(boolean isReadOnly)(Code)



setSchemaName
public void setSchemaName(String schemaName)(Code)



setSyncProvider
public void setSyncProvider(String providerStr) throws SQLException(Code)



setTableName
public void setTableName(String tabName) throws SQLException(Code)



setTransactionIsolation
public void setTransactionIsolation(int transactionIsolation) throws SQLException(Code)



setType
public void setType(int type) throws SQLException(Code)



setUpdatableColumns
public void setUpdatableColumns(boolean[] updatableColumns)(Code)



setUpdatableColumns
public void setUpdatableColumns(int index, boolean updatableColumn)(Code)



setUrl
public void setUrl(String url) throws SQLException(Code)



setUsername
public void setUsername(String username)(Code)



size
public int size()(Code)



toCollection
public Collection toCollection() throws SQLException(Code)



toCollection
public Collection toCollection(int column) throws SQLException(Code)



toCollection
public Collection toCollection(String column) throws SQLException(Code)



undoDelete
public void undoDelete() throws SQLException(Code)



undoInsert
public void undoInsert() throws SQLException(Code)



undoUpdate
public void undoUpdate() throws SQLException(Code)



unsetMatchColumn
public void unsetMatchColumn(int[] columnIdxes) throws SQLException(Code)



unsetMatchColumn
public void unsetMatchColumn(String[] columnIdxes) throws SQLException(Code)



unsetMatchColumn
public void unsetMatchColumn(int columnIdx) throws SQLException(Code)



unsetMatchColumn
public void unsetMatchColumn(String columnName) throws SQLException(Code)



updateArray
public void updateArray(int columnIndex, Array a) throws SQLException(Code)



updateArray
public void updateArray(String columnName, Array a) throws SQLException(Code)



updateAsciiStream
public void updateAsciiStream(int columnIndex, java.io.InputStream x, int length) throws SQLException(Code)



updateAsciiStream
public void updateAsciiStream(String columnName, java.io.InputStream x, int length) throws SQLException(Code)



updateBigDecimal
public void updateBigDecimal(int columnIndex, BigDecimal x) throws SQLException(Code)



updateBigDecimal
public void updateBigDecimal(String columnName, BigDecimal x) throws SQLException(Code)



updateBinaryStream
public void updateBinaryStream(int columnIndex, java.io.InputStream x, int length) throws SQLException(Code)



updateBinaryStream
public void updateBinaryStream(String columnName, java.io.InputStream x, int length) throws SQLException(Code)



updateBlob
public void updateBlob(int columnIndex, Blob b) throws SQLException(Code)



updateBlob
public void updateBlob(String columnName, Blob b) throws SQLException(Code)



updateBoolean
public void updateBoolean(int columnIndex, boolean x) throws SQLException(Code)



updateBoolean
public void updateBoolean(String columnName, boolean x) throws SQLException(Code)



updateByte
public void updateByte(int columnIndex, byte x) throws SQLException(Code)



updateByte
public void updateByte(String columnName, byte x) throws SQLException(Code)



updateBytes
public void updateBytes(int columnIndex, byte x) throws SQLException(Code)



updateBytes
public void updateBytes(String columnName, byte x) throws SQLException(Code)



updateCharacterStream
public void updateCharacterStream(int columnIndex, java.io.Reader x, int length) throws SQLException(Code)



updateCharacterStream
public void updateCharacterStream(String columnName, java.io.Reader reader, int length) throws SQLException(Code)



updateClob
public void updateClob(int columnIndex, Clob c) throws SQLException(Code)



updateClob
public void updateClob(String columnName, Clob c) throws SQLException(Code)



updateDate
public void updateDate(int columnIndex, java.sql.Date x) throws SQLException(Code)



updateDate
public void updateDate(String columnName, java.sql.Date x) throws SQLException(Code)



updateDouble
public void updateDouble(int columnIndex, double x) throws SQLException(Code)



updateDouble
public void updateDouble(String columnName, double x) throws SQLException(Code)



updateFloat
public void updateFloat(int columnIndex, float x) throws SQLException(Code)



updateFloat
public void updateFloat(String columnName, float x) throws SQLException(Code)



updateInt
public void updateInt(int columnIndex, int x) throws SQLException(Code)



updateInt
public void updateInt(String columnName, int x) throws SQLException(Code)



updateLong
public void updateLong(int columnIndex, long x) throws SQLException(Code)



updateLong
public void updateLong(String columnName, long x) throws SQLException(Code)



updateNull
public void updateNull(int columnIndex) throws SQLException(Code)



updateNull
public void updateNull(String columnName) throws SQLException(Code)



updateObject
public void updateObject(int columnIndex, Object x, int scale) throws SQLException(Code)



updateObject
public void updateObject(int columnIndex, Object x) throws SQLException(Code)



updateObject
public void updateObject(String columnName, Object x, int scale) throws SQLException(Code)



updateObject
public void updateObject(String columnName, Object x) throws SQLException(Code)



updateRef
public void updateRef(int columnIndex, java.sql.Ref ref) throws SQLException(Code)



updateRef
public void updateRef(String columnName, java.sql.Ref ref) throws SQLException(Code)



updateRow
public void updateRow() throws SQLException(Code)



updateShort
public void updateShort(int columnIndex, short x) throws SQLException(Code)



updateShort
public void updateShort(String columnName, short x) throws SQLException(Code)



updateString
public void updateString(int columnIndex, String x) throws SQLException(Code)



updateString
public void updateString(String columnName, String x) throws SQLException(Code)



updateTime
public void updateTime(int columnIndex, java.sql.Time x) throws SQLException(Code)



updateTime
public void updateTime(String columnName, java.sql.Time x) throws SQLException(Code)



updateTimestamp
public void updateTimestamp(int columnIndex, java.sql.Timestamp x) throws SQLException(Code)



updateTimestamp
public void updateTimestamp(String columnName, java.sql.Timestamp x) throws SQLException(Code)



wasNull
public boolean wasNull() throws SQLException(Code)



Methods inherited from com.sun.sql.rowset.BaseRowSetX
public int getFetchDirection() throws SQLException(Code)(Java Doc)
public int getFetchSize() throws SQLException(Code)(Java Doc)
public int getMaxRows() throws SQLException(Code)(Java Doc)
public void setCommand(String cmd) throws SQLException(Code)(Java Doc)
public void setDataSourceName(String name) 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 setMaxRows(int max) throws SQLException(Code)(Java Doc)
public void setUrl(String url) throws SQLException(Code)(Java Doc)

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.