Java Doc for PolyResultSet.java in  » Testing » mockrunner-0.4 » com » mockrunner » mock » jdbc » 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 » Testing » mockrunner 0.4 » com.mockrunner.mock.jdbc 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.mockrunner.mock.jdbc.PolyResultSet

PolyResultSet
public class PolyResultSet implements ResultSet(Code)
Contains a list of ResultSet objects where the next() method iterates through all ResultSet objects in the list. The get-methods and next() can be used. All update-methods and scroll-methods throw an SQLException.



Constructor Summary
public  PolyResultSet(List resultSets)
    

Method Summary
public  booleanabsolute(int row)
    
public  voidafterLast()
    
public  voidbeforeFirst()
    
public  voidcancelRowUpdates()
    
public  voidclearWarnings()
    
public  voidclose()
     Does nothing.
public  voiddeleteRow()
    
public  intfindColumn(String columnName)
    
public  booleanfirst()
    
public  ArraygetArray(int columnIndex)
    
public  ArraygetArray(String colName)
    
public  InputStreamgetAsciiStream(int columnIndex)
    
public  InputStreamgetAsciiStream(String columnName)
    
public  BigDecimalgetBigDecimal(int columnIndex, int scale)
    
public  BigDecimalgetBigDecimal(int columnIndex)
    
public  BigDecimalgetBigDecimal(String columnName, int scale)
    
public  BigDecimalgetBigDecimal(String columnName)
    
public  InputStreamgetBinaryStream(int columnIndex)
    
public  InputStreamgetBinaryStream(String columnName)
    
public  BlobgetBlob(int columnIndex)
    
public  BlobgetBlob(String columnName)
    
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  ReadergetCharacterStream(int columnIndex)
    
public  ReadergetCharacterStream(String columnName)
    
public  ClobgetClob(int columnIndex)
    
public  ClobgetClob(String columnName)
    
public  intgetConcurrency()
    
public  StringgetCursorName()
    
public  DategetDate(int columnIndex)
    
public  DategetDate(int columnIndex, Calendar cal)
    
public  DategetDate(String columnName)
    
public  DategetDate(String columnName, Calendar cal)
    
public  doublegetDouble(int columnIndex)
    
public  doublegetDouble(String columnName)
    
public  intgetFetchDirection()
    
public  intgetFetchSize()
    
public  floatgetFloat(int columnIndex)
    
public  floatgetFloat(String columnName)
    
public  intgetInt(int columnIndex)
    
public  intgetInt(String columnName)
    
public  longgetLong(int columnIndex)
    
public  longgetLong(String columnName)
    
public  ResultSetMetaDatagetMetaData()
    
public  ReadergetNCharacterStream(int columnIndex)
    
public  ReadergetNCharacterStream(String columnName)
    
public  StringgetNString(String columnName)
    
public  ObjectgetObject(int columnIndex)
    
public  ObjectgetObject(int columnIndex, Map map)
    
public  ObjectgetObject(String columnName)
    
public  ObjectgetObject(String columnName, Map map)
    
public  RefgetRef(int columnIndex)
    
public  RefgetRef(String columnName)
    
public  intgetRow()
    
public  shortgetShort(int columnIndex)
    
public  shortgetShort(String columnName)
    
public  StatementgetStatement()
    
public  StringgetString(int columnIndex)
    
public  StringgetString(String columnName)
    
public  TimegetTime(int columnIndex)
    
public  TimegetTime(int columnIndex, Calendar cal)
    
public  TimegetTime(String columnName)
    
public  TimegetTime(String columnName, Calendar cal)
    
public  TimestampgetTimestamp(int columnIndex)
    
public  TimestampgetTimestamp(int columnIndex, Calendar cal)
    
public  TimestampgetTimestamp(String columnName)
    
public  TimestampgetTimestamp(String columnName, Calendar cal)
    
public  intgetType()
    
public  URLgetURL(int columnIndex)
    
public  URLgetURL(String columnName)
    
public  ListgetUnderlyingResultSetList()
    
public  InputStreamgetUnicodeStream(int columnIndex)
    
public  InputStreamgetUnicodeStream(String columnName)
    
public  SQLWarninggetWarnings()
    
public  voidinsertRow()
    
public  booleanisAfterLast()
    
public  booleanisBeforeFirst()
    
public  booleanisClosed()
    
public  booleanisFirst()
    
public  booleanisLast()
    
public  booleanisWrapperFor(Class iface)
    
public  booleanlast()
    
public  voidmoveToCurrentRow()
    
public  voidmoveToInsertRow()
    
public  booleannext()
    
public  booleanprevious()
    
public  voidrefreshRow()
    
public  booleanrelative(int rows)
    
public  booleanrowDeleted()
    
public  booleanrowInserted()
    
public  booleanrowUpdated()
    
public  voidsetFetchDirection(int direction)
    
public  voidsetFetchSize(int rows)
    
public  Objectunwrap(Class iface)
    
public  voidupdateArray(int columnIndex, Array value)
    
public  voidupdateArray(String columnName, Array value)
    
public  voidupdateAsciiStream(int columnIndex, InputStream stream, int length)
    
public  voidupdateAsciiStream(int columnIndex, InputStream stream, long length)
    
public  voidupdateAsciiStream(int columnIndex, InputStream stream)
    
public  voidupdateAsciiStream(String columnName, InputStream stream, int length)
    
public  voidupdateAsciiStream(String columnName, InputStream stream)
    
public  voidupdateAsciiStream(String columnName, InputStream stream, long length)
    
public  voidupdateBigDecimal(int columnIndex, BigDecimal value)
    
public  voidupdateBigDecimal(String columnName, BigDecimal value)
    
public  voidupdateBinaryStream(int columnIndex, InputStream stream, int length)
    
public  voidupdateBinaryStream(int columnIndex, InputStream stream, long length)
    
public  voidupdateBinaryStream(int columnIndex, InputStream stream)
    
public  voidupdateBinaryStream(String columnName, InputStream stream, long length)
    
public  voidupdateBinaryStream(String columnName, InputStream stream)
    
public  voidupdateBinaryStream(String columnName, InputStream value, int length)
    
public  voidupdateBlob(int columnIndex, InputStream stream, long length)
    
public  voidupdateBlob(int columnIndex, Blob value)
    
public  voidupdateBlob(int columnIndex, InputStream stream)
    
public  voidupdateBlob(String columnName, Blob value)
    
public  voidupdateBlob(String columnName, InputStream stream, long length)
    
public  voidupdateBlob(String columnName, InputStream stream)
    
public  voidupdateBoolean(int columnIndex, boolean value)
    
public  voidupdateBoolean(String columnName, boolean value)
    
public  voidupdateByte(int columnIndex, byte value)
    
public  voidupdateByte(String columnName, byte value)
    
public  voidupdateBytes(int columnIndex, byte value)
    
public  voidupdateBytes(String columnName, byte value)
    
public  voidupdateCharacterStream(int columnIndex, Reader reader, int length)
    
public  voidupdateCharacterStream(int columnIndex, Reader reader, long length)
    
public  voidupdateCharacterStream(int columnIndex, Reader reader)
    
public  voidupdateCharacterStream(String columnName, Reader reader, int length)
    
public  voidupdateCharacterStream(String columnName, Reader reader, long length)
    
public  voidupdateCharacterStream(String columnName, Reader reader)
    
public  voidupdateClob(int columnIndex, Clob value)
    
public  voidupdateClob(int columnIndex, Reader reader, long length)
    
public  voidupdateClob(int columnIndex, Reader reader)
    
public  voidupdateClob(String columnName, Clob value)
    
public  voidupdateClob(String columnName, Reader reader, long length)
    
public  voidupdateClob(String columnName, Reader reader)
    
public  voidupdateDate(int columnIndex, Date value)
    
public  voidupdateDate(String columnName, Date value)
    
public  voidupdateDouble(int columnIndex, double value)
    
public  voidupdateDouble(String columnName, double value)
    
public  voidupdateFloat(int columnIndex, float value)
    
public  voidupdateFloat(String columnName, float value)
    
public  voidupdateInt(int columnIndex, int value)
    
public  voidupdateInt(String columnName, int value)
    
public  voidupdateLong(int columnIndex, long value)
    
public  voidupdateLong(String columnName, long value)
    
public  voidupdateNCharacterStream(int columnIndex, Reader x, long length)
    
public  voidupdateNCharacterStream(int columnIndex, Reader x)
    
public  voidupdateNCharacterStream(String columnName, Reader reader, long length)
    
public  voidupdateNCharacterStream(String columnName, Reader reader)
    
public  voidupdateNClob(int columnIndex, Reader reader, long length)
    
public  voidupdateNClob(int columnIndex, Reader reader)
    
public  voidupdateNClob(String columnName, Reader reader, long length)
    
public  voidupdateNClob(String columnName, Reader reader)
    
public  voidupdateNString(int columnIndex, String value)
    
public  voidupdateNString(String columnName, String value)
    
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 value, int scale)
    
public  voidupdateObject(String columnName, Object value)
    
public  voidupdateRef(int columnIndex, Ref value)
    
public  voidupdateRef(String columnName, Ref value)
    
public  voidupdateRow()
    
public  voidupdateShort(int columnIndex, short value)
    
public  voidupdateShort(String columnName, short value)
    
public  voidupdateString(int columnIndex, String value)
    
public  voidupdateString(String columnName, String value)
    
public  voidupdateTime(int columnIndex, Time value)
    
public  voidupdateTime(String columnName, Time value)
    
public  voidupdateTimestamp(int columnIndex, Timestamp value)
    
public  voidupdateTimestamp(String columnName, Timestamp value)
    
public  booleanwasNull()
    


Constructor Detail
PolyResultSet
public PolyResultSet(List resultSets)(Code)




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



afterLast
public void afterLast() throws SQLException(Code)



beforeFirst
public void beforeFirst() throws SQLException(Code)



cancelRowUpdates
public void cancelRowUpdates() throws SQLException(Code)



clearWarnings
public void clearWarnings() throws SQLException(Code)



close
public void close() throws SQLException(Code)
Does nothing.



deleteRow
public void deleteRow() 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 InputStream getAsciiStream(int columnIndex) throws SQLException(Code)



getAsciiStream
public InputStream getAsciiStream(String columnName) throws SQLException(Code)



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



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



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



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



getBinaryStream
public InputStream getBinaryStream(int columnIndex) throws SQLException(Code)



getBinaryStream
public InputStream getBinaryStream(String columnName) throws SQLException(Code)



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



getBlob
public Blob getBlob(String columnName) 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)



getCharacterStream
public Reader getCharacterStream(int columnIndex) throws SQLException(Code)



getCharacterStream
public Reader getCharacterStream(String columnName) throws SQLException(Code)



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



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



getConcurrency
public int getConcurrency() throws SQLException(Code)



getCursorName
public String getCursorName() throws SQLException(Code)



getDate
public Date getDate(int columnIndex) throws SQLException(Code)



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



getDate
public Date getDate(String columnName) throws SQLException(Code)



getDate
public 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)



getFetchDirection
public int getFetchDirection() throws SQLException(Code)



getFetchSize
public int getFetchSize() throws SQLException(Code)



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



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



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



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



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



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



getMetaData
public ResultSetMetaData getMetaData() throws SQLException(Code)



getNCharacterStream
public Reader getNCharacterStream(int columnIndex) throws SQLException(Code)



getNCharacterStream
public Reader getNCharacterStream(String columnName) throws SQLException(Code)



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



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



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



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



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



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



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



getRow
public int getRow() throws SQLException(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)



getString
public String getString(int columnIndex) throws SQLException(Code)



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



getTime
public Time getTime(int columnIndex) throws SQLException(Code)



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



getTime
public Time getTime(String columnName) throws SQLException(Code)



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



getTimestamp
public Timestamp getTimestamp(int columnIndex) throws SQLException(Code)



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



getTimestamp
public Timestamp getTimestamp(String columnName) throws SQLException(Code)



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



getType
public int getType() throws SQLException(Code)



getURL
public URL getURL(int columnIndex) throws SQLException(Code)



getURL
public URL getURL(String columnName) throws SQLException(Code)



getUnderlyingResultSetList
public List getUnderlyingResultSetList()(Code)



getUnicodeStream
public InputStream getUnicodeStream(int columnIndex) throws SQLException(Code)



getUnicodeStream
public InputStream getUnicodeStream(String columnName) throws SQLException(Code)



getWarnings
public SQLWarning getWarnings() throws SQLException(Code)



insertRow
public void insertRow() throws SQLException(Code)



isAfterLast
public boolean isAfterLast() throws SQLException(Code)



isBeforeFirst
public boolean isBeforeFirst() throws SQLException(Code)



isClosed
public boolean isClosed() throws SQLException(Code)



isFirst
public boolean isFirst() throws SQLException(Code)



isLast
public boolean isLast() throws SQLException(Code)



isWrapperFor
public boolean isWrapperFor(Class iface) 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)



previous
public boolean previous() throws SQLException(Code)



refreshRow
public void refreshRow() throws SQLException(Code)



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



rowDeleted
public boolean rowDeleted() throws SQLException(Code)



rowInserted
public boolean rowInserted() throws SQLException(Code)



rowUpdated
public boolean rowUpdated() throws SQLException(Code)



setFetchDirection
public void setFetchDirection(int direction) throws SQLException(Code)



setFetchSize
public void setFetchSize(int rows) throws SQLException(Code)



unwrap
public Object unwrap(Class iface) throws SQLException(Code)



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



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



updateAsciiStream
public void updateAsciiStream(int columnIndex, InputStream stream, int length) throws SQLException(Code)



updateAsciiStream
public void updateAsciiStream(int columnIndex, InputStream stream, long length) throws SQLException(Code)



updateAsciiStream
public void updateAsciiStream(int columnIndex, InputStream stream) throws SQLException(Code)



updateAsciiStream
public void updateAsciiStream(String columnName, InputStream stream, int length) throws SQLException(Code)



updateAsciiStream
public void updateAsciiStream(String columnName, InputStream stream) throws SQLException(Code)



updateAsciiStream
public void updateAsciiStream(String columnName, InputStream stream, long length) throws SQLException(Code)



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



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



updateBinaryStream
public void updateBinaryStream(int columnIndex, InputStream stream, int length) throws SQLException(Code)



updateBinaryStream
public void updateBinaryStream(int columnIndex, InputStream stream, long length) throws SQLException(Code)



updateBinaryStream
public void updateBinaryStream(int columnIndex, InputStream stream) throws SQLException(Code)



updateBinaryStream
public void updateBinaryStream(String columnName, InputStream stream, long length) throws SQLException(Code)



updateBinaryStream
public void updateBinaryStream(String columnName, InputStream stream) throws SQLException(Code)



updateBinaryStream
public void updateBinaryStream(String columnName, InputStream value, int length) throws SQLException(Code)



updateBlob
public void updateBlob(int columnIndex, InputStream stream, long length) throws SQLException(Code)



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



updateBlob
public void updateBlob(int columnIndex, InputStream stream) throws SQLException(Code)



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



updateBlob
public void updateBlob(String columnName, InputStream stream, long length) throws SQLException(Code)



updateBlob
public void updateBlob(String columnName, InputStream stream) throws SQLException(Code)



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



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



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



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



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



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



updateCharacterStream
public void updateCharacterStream(int columnIndex, Reader reader, int length) throws SQLException(Code)



updateCharacterStream
public void updateCharacterStream(int columnIndex, Reader reader, long length) throws SQLException(Code)



updateCharacterStream
public void updateCharacterStream(int columnIndex, Reader reader) throws SQLException(Code)



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



updateCharacterStream
public void updateCharacterStream(String columnName, Reader reader, long length) throws SQLException(Code)



updateCharacterStream
public void updateCharacterStream(String columnName, Reader reader) throws SQLException(Code)



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



updateClob
public void updateClob(int columnIndex, Reader reader, long length) throws SQLException(Code)



updateClob
public void updateClob(int columnIndex, Reader reader) throws SQLException(Code)



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



updateClob
public void updateClob(String columnName, Reader reader, long length) throws SQLException(Code)



updateClob
public void updateClob(String columnName, Reader reader) throws SQLException(Code)



updateDate
public void updateDate(int columnIndex, Date value) throws SQLException(Code)



updateDate
public void updateDate(String columnName, Date value) throws SQLException(Code)



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



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



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



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



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



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



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



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



updateNCharacterStream
public void updateNCharacterStream(int columnIndex, Reader x, long length) throws SQLException(Code)



updateNCharacterStream
public void updateNCharacterStream(int columnIndex, Reader x) throws SQLException(Code)



updateNCharacterStream
public void updateNCharacterStream(String columnName, Reader reader, long length) throws SQLException(Code)



updateNCharacterStream
public void updateNCharacterStream(String columnName, Reader reader) throws SQLException(Code)



updateNClob
public void updateNClob(int columnIndex, Reader reader, long length) throws SQLException(Code)



updateNClob
public void updateNClob(int columnIndex, Reader reader) throws SQLException(Code)



updateNClob
public void updateNClob(String columnName, Reader reader, long length) throws SQLException(Code)



updateNClob
public void updateNClob(String columnName, Reader reader) throws SQLException(Code)



updateNString
public void updateNString(int columnIndex, String value) throws SQLException(Code)



updateNString
public void updateNString(String columnName, String value) 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 value, int scale) throws SQLException(Code)



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



updateRef
public void updateRef(int columnIndex, Ref value) throws SQLException(Code)



updateRef
public void updateRef(String columnName, Ref value) throws SQLException(Code)



updateRow
public void updateRow() throws SQLException(Code)



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



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



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



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



updateTime
public void updateTime(int columnIndex, Time value) throws SQLException(Code)



updateTime
public void updateTime(String columnName, Time value) throws SQLException(Code)



updateTimestamp
public void updateTimestamp(int columnIndex, Timestamp value) throws SQLException(Code)



updateTimestamp
public void updateTimestamp(String columnName, Timestamp value) throws SQLException(Code)



wasNull
public boolean wasNull() throws SQLException(Code)



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.