Java Doc for AxionResultSet.java in  » Database-DBMS » axion » org » axiondb » 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 » Database DBMS » axion » org.axiondb.jdbc 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.axiondb.jdbc.AxionResultSet

AxionResultSet
public class AxionResultSet implements ResultSet(Code)
A java.sql.ResultSet implementation.
version:
   $Revision: 1.40 $ $Date: 2007/11/13 19:04:01 $
author:
   Chuck Burdick
author:
   Rodney Waldhoff
author:
   Ahimanikya Satapathy
author:
   Jonathan Giron


Field Summary
protected  RowDecoratorIterator_rows
    

Constructor Summary
public  AxionResultSet(RowDecoratorIterator rows, Selectable[] selected)
    
public  AxionResultSet(RowDecoratorIterator rows, Selectable[] selected, Statement stmt)
    
protected  AxionResultSet()
    

Method Summary
public  booleanabsolute(int row)
    
public  voidafterLast()
    
public  voidbeforeFirst()
    
public  voidcancelRowUpdates()
    
public  voidclearWarnings()
    
public  voidclose()
    
public static  ResultSetcreateEmptyResultSet(Statement stmt)
    
public  voiddeleteRow()
    
public  intfindColumn(String colName)
    
public  booleanfirst()
    
public  ArraygetArray(int i)
    
public  ArraygetArray(String colName)
    
public  InputStreamgetAsciiStream(int i)
    
public  InputStreamgetAsciiStream(String colName)
    
public  BigDecimalgetBigDecimal(int i)
    
public  BigDecimalgetBigDecimal(int i, int scale)
    
public  BigDecimalgetBigDecimal(String colName)
    
public  BigDecimalgetBigDecimal(String colName, int scale)
    
public  InputStreamgetBinaryStream(int i)
    
public  InputStreamgetBinaryStream(String colName)
    
public  BlobgetBlob(int i)
    
public  BlobgetBlob(String colName)
    
public  booleangetBoolean(int i)
    
public  booleangetBoolean(String colName)
    
public  bytegetByte(int i)
    
public  bytegetByte(String colName)
    
public  byte[]getBytes(int i)
    
public  byte[]getBytes(String colName)
    
public  ReadergetCharacterStream(int i)
    
public  ReadergetCharacterStream(String colName)
    
public  ClobgetClob(int i)
    
public  ClobgetClob(String colName)
    
public  intgetConcurrency()
    
public  StringgetCursorName()
    
public  DategetDate(int i)
    
public  DategetDate(int i, Calendar cal)
    
public  DategetDate(String colName)
    
public  DategetDate(String colName, Calendar cal)
    
public  doublegetDouble(int i)
    
public  doublegetDouble(String colName)
    
public  intgetFetchDirection()
    
public  intgetFetchSize()
    
public  floatgetFloat(int i)
    
public  floatgetFloat(String colName)
    
public  intgetHoldability()
    
public  intgetInt(int i)
    
public  intgetInt(String colName)
    
public  longgetLong(int i)
    
public  longgetLong(String colName)
    
public  ResultSetMetaDatagetMetaData()
    
public  ReadergetNCharacterStream(int arg0)
    
public  ReadergetNCharacterStream(String arg0)
    
public  NClobgetNClob(int arg0)
    
public  NClobgetNClob(String arg0)
    
public  StringgetNString(int arg0)
    
public  StringgetNString(String arg0)
    
public  ObjectgetObject(int i)
    
public  ObjectgetObject(String colName)
    
public  ObjectgetObject(int arg0, Map<String, Class<?>> arg1)
    
public  ObjectgetObject(String arg0, Map<String, Class<?>> arg1)
    
public  RefgetRef(int i)
    
public  RefgetRef(String colName)
    
public  intgetRow()
    
public  RowIdgetRowId(int arg0)
    
public  RowIdgetRowId(String arg0)
    
public  SQLXMLgetSQLXML(int arg0)
    
public  SQLXMLgetSQLXML(String arg0)
    
public  shortgetShort(int i)
    
public  shortgetShort(String colName)
    
public  StatementgetStatement()
    
public  StringgetString(int i)
    
public  StringgetString(String colName)
    
public  TimegetTime(int i)
    
public  TimegetTime(int i, Calendar cal)
    
public  TimegetTime(String colName)
    
public  TimegetTime(String colName, Calendar cal)
    
public  TimestampgetTimestamp(int i)
    
public  TimestampgetTimestamp(int i, Calendar cal)
    
public  TimestampgetTimestamp(String colName)
    
public  TimestampgetTimestamp(String colName, Calendar cal)
    
public  intgetType()
    
public  URLgetURL(int i)
    
public  URLgetURL(String colName)
    
public  InputStreamgetUnicodeStream(int i)
    
public  InputStreamgetUnicodeStream(String colName)
    
public  SQLWarninggetWarnings()
    
public  voidinsertRow()
    
public  booleanisAfterLast()
    
public  booleanisBeforeFirst()
    
public  booleanisClosed()
    
public  booleanisFirst()
    
public  booleanisLast()
    
public  booleanisWrapperFor(Class arg0)
    
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 size)
    
public  voidsetMaxRows(int max)
    
protected  voidsetStatement(Statement stmt)
    
public  voidsetTransaction(TransactionManager manager, Transaction transaction)
    
public  Tunwrap(Class<T> arg0)
    
public  voidupdateArray(int arg0, Array arg1)
     Currently unsupported.
public  voidupdateArray(String colName, Array arg1)
    
public  voidupdateAsciiStream(int i, InputStream in, int length)
    
public  voidupdateAsciiStream(String colName, InputStream in, int length)
    
public  voidupdateAsciiStream(int arg0, InputStream arg1)
    
public  voidupdateAsciiStream(String arg0, InputStream arg1)
    
public  voidupdateAsciiStream(int arg0, InputStream arg1, long arg2)
    
public  voidupdateAsciiStream(String arg0, InputStream arg1, long arg2)
    
public  voidupdateBigDecimal(int i, BigDecimal value)
    
public  voidupdateBigDecimal(String colName, BigDecimal value)
    
public  voidupdateBinaryStream(int i, InputStream value, int length)
    
public  voidupdateBinaryStream(String colName, InputStream value, int length)
    
public  voidupdateBinaryStream(int arg0, InputStream arg1)
    
public  voidupdateBinaryStream(String arg0, InputStream arg1)
    
public  voidupdateBinaryStream(int arg0, InputStream arg1, long arg2)
    
public  voidupdateBinaryStream(String arg0, InputStream arg1, long arg2)
    
public  voidupdateBlob(int arg0, Blob arg1)
     Currently unsupported.
public  voidupdateBlob(String colName, Blob arg1)
    
public  voidupdateBlob(int arg0, InputStream arg1)
    
public  voidupdateBlob(String arg0, InputStream arg1)
    
public  voidupdateBlob(int arg0, InputStream arg1, long arg2)
    
public  voidupdateBlob(String arg0, InputStream arg1, long arg2)
    
public  voidupdateBoolean(int i, boolean value)
    
public  voidupdateBoolean(String colName, boolean value)
    
public  voidupdateByte(int i, byte value)
    
public  voidupdateByte(String colName, byte value)
    
public  voidupdateBytes(int i, byte[] value)
    
public  voidupdateBytes(String colName, byte[] value)
    
public  voidupdateCharacterStream(int i, Reader value, int length)
    
public  voidupdateCharacterStream(String colName, Reader value, int length)
    
public  voidupdateCharacterStream(int arg0, Reader arg1)
    
public  voidupdateCharacterStream(String arg0, Reader arg1)
    
public  voidupdateCharacterStream(int arg0, Reader arg1, long arg2)
    
public  voidupdateCharacterStream(String arg0, Reader arg1, long arg2)
    
public  voidupdateClob(int arg0, Clob arg1)
     Currently unsupported.
public  voidupdateClob(String colName, Clob arg1)
    
public  voidupdateClob(int arg0, Reader arg1)
    
public  voidupdateClob(String arg0, Reader arg1)
    
public  voidupdateClob(int arg0, Reader arg1, long arg2)
    
public  voidupdateClob(String arg0, Reader arg1, long arg2)
    
public  voidupdateDate(int i, Date value)
    
public  voidupdateDate(String colName, Date value)
    
public  voidupdateDouble(int i, double value)
    
public  voidupdateDouble(String colName, double value)
    
public  voidupdateFloat(int i, float value)
    
public  voidupdateFloat(String colName, float value)
    
public  voidupdateInt(int i, int value)
    
public  voidupdateInt(String colName, int value)
    
public  voidupdateLong(int i, long value)
    
public  voidupdateLong(String colName, long value)
    
public  voidupdateNCharacterStream(int arg0, Reader arg1)
    
public  voidupdateNCharacterStream(String arg0, Reader arg1)
    
public  voidupdateNCharacterStream(int arg0, Reader arg1, long arg2)
    
public  voidupdateNCharacterStream(String arg0, Reader arg1, long arg2)
    
public  voidupdateNClob(int arg0, NClob arg1)
    
public  voidupdateNClob(String arg0, NClob arg1)
    
public  voidupdateNClob(int arg0, Reader arg1)
    
public  voidupdateNClob(String arg0, Reader arg1)
    
public  voidupdateNClob(int arg0, Reader arg1, long arg2)
    
public  voidupdateNClob(String arg0, Reader arg1, long arg2)
    
public  voidupdateNString(int arg0, String arg1)
    
public  voidupdateNString(String arg0, String arg1)
    
public  voidupdateNull(int i)
    
public  voidupdateNull(String colName)
    
public  voidupdateObject(int i, Object value)
    
public  voidupdateObject(int i, Object value, int scale)
    
public  voidupdateObject(String colName, Object value)
    
public  voidupdateObject(String colName, Object value, int scale)
    
public  voidupdateRef(int arg0, Ref arg1)
     Currently unsupported.
public  voidupdateRef(String colName, Ref arg1)
    
public  voidupdateRow()
    
public  voidupdateRowId(int arg0, RowId arg1)
    
public  voidupdateRowId(String arg0, RowId arg1)
    
public  voidupdateSQLXML(int arg0, SQLXML arg1)
    
public  voidupdateSQLXML(String arg0, SQLXML arg1)
    
public  voidupdateShort(int i, short value)
    
public  voidupdateShort(String colName, short value)
    
public  voidupdateString(int i, String value)
    
public  voidupdateString(String colName, String value)
    
public  voidupdateTime(int i, Time value)
    
public  voidupdateTime(String colName, Time value)
    
public  voidupdateTimestamp(int i, Timestamp value)
    
public  voidupdateTimestamp(String colName, Timestamp value)
    
public  booleanwasNull()
    

Field Detail
_rows
protected RowDecoratorIterator _rows(Code)




Constructor Detail
AxionResultSet
public AxionResultSet(RowDecoratorIterator rows, Selectable[] selected)(Code)
AxionResultSet.AxionResultSet(RowDecoratorIterator,Selectable,Statement)



AxionResultSet
public AxionResultSet(RowDecoratorIterator rows, Selectable[] selected, Statement stmt)(Code)



AxionResultSet
protected AxionResultSet()(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)



createEmptyResultSet
public static ResultSet createEmptyResultSet(Statement stmt)(Code)



deleteRow
public void deleteRow() throws SQLException(Code)



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



first
public boolean first() throws SQLException(Code)



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



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



getAsciiStream
public InputStream getAsciiStream(int i) throws SQLException(Code)



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



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



getBigDecimal
public BigDecimal getBigDecimal(int i, int scale) throws SQLException(Code)
java.sql.ResultSet.getBigDecimal(intint)



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



getBigDecimal
public BigDecimal getBigDecimal(String colName, int scale) throws SQLException(Code)
java.sql.ResultSet.getBigDecimal(java.lang.Stringint)



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



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



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



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



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



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



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



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



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



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



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



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



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



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



getConcurrency
public int getConcurrency() throws SQLException(Code)



getCursorName
public String getCursorName() throws SQLException(Code)



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



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



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



getDate
public Date getDate(String colName, Calendar cal) throws SQLException(Code)



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



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



getFetchDirection
public int getFetchDirection() throws SQLException(Code)



getFetchSize
public int getFetchSize() throws SQLException(Code)



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



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



getHoldability
public int getHoldability() throws SQLException(Code)



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



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



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



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



getMetaData
public ResultSetMetaData getMetaData() throws SQLException(Code)



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



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



getNClob
public NClob getNClob(int arg0) throws SQLException(Code)



getNClob
public NClob getNClob(String arg0) throws SQLException(Code)



getNString
public String getNString(int arg0) throws SQLException(Code)



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



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



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



getObject
public Object getObject(int arg0, Map<String, Class<?>> arg1) throws SQLException(Code)



getObject
public Object getObject(String arg0, Map<String, Class<?>> arg1) throws SQLException(Code)



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



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



getRow
public int getRow() throws SQLException(Code)



getRowId
public RowId getRowId(int arg0) throws SQLException(Code)



getRowId
public RowId getRowId(String arg0) throws SQLException(Code)



getSQLXML
public SQLXML getSQLXML(int arg0) throws SQLException(Code)



getSQLXML
public SQLXML getSQLXML(String arg0) throws SQLException(Code)



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



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



getStatement
public Statement getStatement() throws SQLException(Code)



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



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



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



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



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



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



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



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



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



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



getType
public int getType() throws SQLException(Code)



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



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



getUnicodeStream
public InputStream getUnicodeStream(int i) throws SQLException(Code)
java.sql.ResultSet.getUnicodeStream



getUnicodeStream
public InputStream getUnicodeStream(String colName) throws SQLException(Code)
java.sql.ResultSet.getUnicodeStream



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 arg0) 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 size) throws SQLException(Code)



setMaxRows
public void setMaxRows(int max)(Code)



setStatement
protected void setStatement(Statement stmt)(Code)



setTransaction
public void setTransaction(TransactionManager manager, Transaction transaction)(Code)



unwrap
public T unwrap(Class<T> arg0) throws SQLException(Code)



updateArray
public void updateArray(int arg0, Array arg1) throws SQLException(Code)
Currently unsupported.



updateArray
public void updateArray(String colName, Array arg1) throws SQLException(Code)



updateAsciiStream
public void updateAsciiStream(int i, InputStream in, int length) throws SQLException(Code)



updateAsciiStream
public void updateAsciiStream(String colName, InputStream in, int length) throws SQLException(Code)



updateAsciiStream
public void updateAsciiStream(int arg0, InputStream arg1) throws SQLException(Code)



updateAsciiStream
public void updateAsciiStream(String arg0, InputStream arg1) throws SQLException(Code)



updateAsciiStream
public void updateAsciiStream(int arg0, InputStream arg1, long arg2) throws SQLException(Code)



updateAsciiStream
public void updateAsciiStream(String arg0, InputStream arg1, long arg2) throws SQLException(Code)



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



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



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



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



updateBinaryStream
public void updateBinaryStream(int arg0, InputStream arg1) throws SQLException(Code)



updateBinaryStream
public void updateBinaryStream(String arg0, InputStream arg1) throws SQLException(Code)



updateBinaryStream
public void updateBinaryStream(int arg0, InputStream arg1, long arg2) throws SQLException(Code)



updateBinaryStream
public void updateBinaryStream(String arg0, InputStream arg1, long arg2) throws SQLException(Code)



updateBlob
public void updateBlob(int arg0, Blob arg1) throws SQLException(Code)
Currently unsupported.



updateBlob
public void updateBlob(String colName, Blob arg1) throws SQLException(Code)



updateBlob
public void updateBlob(int arg0, InputStream arg1) throws SQLException(Code)



updateBlob
public void updateBlob(String arg0, InputStream arg1) throws SQLException(Code)



updateBlob
public void updateBlob(int arg0, InputStream arg1, long arg2) throws SQLException(Code)



updateBlob
public void updateBlob(String arg0, InputStream arg1, long arg2) throws SQLException(Code)



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



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



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



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



updateBytes
public void updateBytes(int i, byte[] value) throws SQLException(Code)



updateBytes
public void updateBytes(String colName, byte[] value) throws SQLException(Code)



updateCharacterStream
public void updateCharacterStream(int i, Reader value, int length) throws SQLException(Code)



updateCharacterStream
public void updateCharacterStream(String colName, Reader value, int length) throws SQLException(Code)



updateCharacterStream
public void updateCharacterStream(int arg0, Reader arg1) throws SQLException(Code)



updateCharacterStream
public void updateCharacterStream(String arg0, Reader arg1) throws SQLException(Code)



updateCharacterStream
public void updateCharacterStream(int arg0, Reader arg1, long arg2) throws SQLException(Code)



updateCharacterStream
public void updateCharacterStream(String arg0, Reader arg1, long arg2) throws SQLException(Code)



updateClob
public void updateClob(int arg0, Clob arg1) throws SQLException(Code)
Currently unsupported.



updateClob
public void updateClob(String colName, Clob arg1) throws SQLException(Code)



updateClob
public void updateClob(int arg0, Reader arg1) throws SQLException(Code)



updateClob
public void updateClob(String arg0, Reader arg1) throws SQLException(Code)



updateClob
public void updateClob(int arg0, Reader arg1, long arg2) throws SQLException(Code)



updateClob
public void updateClob(String arg0, Reader arg1, long arg2) throws SQLException(Code)



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



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



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



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



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



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



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



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



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



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



updateNCharacterStream
public void updateNCharacterStream(int arg0, Reader arg1) throws SQLException(Code)



updateNCharacterStream
public void updateNCharacterStream(String arg0, Reader arg1) throws SQLException(Code)



updateNCharacterStream
public void updateNCharacterStream(int arg0, Reader arg1, long arg2) throws SQLException(Code)



updateNCharacterStream
public void updateNCharacterStream(String arg0, Reader arg1, long arg2) throws SQLException(Code)



updateNClob
public void updateNClob(int arg0, NClob arg1) throws SQLException(Code)



updateNClob
public void updateNClob(String arg0, NClob arg1) throws SQLException(Code)



updateNClob
public void updateNClob(int arg0, Reader arg1) throws SQLException(Code)



updateNClob
public void updateNClob(String arg0, Reader arg1) throws SQLException(Code)



updateNClob
public void updateNClob(int arg0, Reader arg1, long arg2) throws SQLException(Code)



updateNClob
public void updateNClob(String arg0, Reader arg1, long arg2) throws SQLException(Code)



updateNString
public void updateNString(int arg0, String arg1) throws SQLException(Code)



updateNString
public void updateNString(String arg0, String arg1) throws SQLException(Code)



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



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



updateObject
public void updateObject(int i, Object value) throws SQLException(Code)



updateObject
public void updateObject(int i, Object value, int scale) throws SQLException(Code)



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



updateObject
public void updateObject(String colName, Object value, int scale) throws SQLException(Code)



updateRef
public void updateRef(int arg0, Ref arg1) throws SQLException(Code)
Currently unsupported.



updateRef
public void updateRef(String colName, Ref arg1) throws SQLException(Code)



updateRow
public void updateRow() throws SQLException(Code)



updateRowId
public void updateRowId(int arg0, RowId arg1) throws SQLException(Code)



updateRowId
public void updateRowId(String arg0, RowId arg1) throws SQLException(Code)



updateSQLXML
public void updateSQLXML(int arg0, SQLXML arg1) throws SQLException(Code)



updateSQLXML
public void updateSQLXML(String arg0, SQLXML arg1) throws SQLException(Code)



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



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



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



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



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



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



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



updateTimestamp
public void updateTimestamp(String colName, 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.