Java Doc for ResultParameters.java in  » Database-ORM » ORBroker » net » sourceforge » orbroker » 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 ORM » ORBroker » net.sourceforge.orbroker 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   net.sourceforge.orbroker.ResultParameters

ResultParameters
final class ResultParameters implements ResultSet(Code)

author:
   Nils Kilden-Pedersen



Constructor Summary
 ResultParameters(CallableStatement callable, boolean[] isOutputParm, String[] varNames)
    

Method Summary
public  booleanabsolute(int arg0)
    
public  voidafterLast()
    
public  voidbeforeFirst()
    
public  voidcancelRowUpdates()
    
public  voidclearWarnings()
    
public  voidclose()
    
public  voiddeleteRow()
    
public  intfindColumn(String parmName)
    
public  booleanfirst()
    
public  ArraygetArray(int columnIndex)
    
public  ArraygetArray(String arg0)
    
public  InputStreamgetAsciiStream(int columnIndex)
    
public  InputStreamgetAsciiStream(String arg0)
    
public  BigDecimalgetBigDecimal(int columnIndex)
    
public  BigDecimalgetBigDecimal(int arg0, int arg1)
    
public  BigDecimalgetBigDecimal(String arg0)
    
public  BigDecimalgetBigDecimal(String arg0, int arg1)
    
public  InputStreamgetBinaryStream(int columnIndex)
    
public  InputStreamgetBinaryStream(String arg0)
    
public  BlobgetBlob(int columnIndex)
    
public  BlobgetBlob(String arg0)
    
public  booleangetBoolean(int columnIndex)
    
public  booleangetBoolean(String arg0)
    
public  bytegetByte(int columnIndex)
    
public  bytegetByte(String arg0)
    
public  byte[]getBytes(int columnIndex)
    
public  byte[]getBytes(String arg0)
    
public  ReadergetCharacterStream(int columnIndex)
    
public  ReadergetCharacterStream(String arg0)
    
public  ClobgetClob(int columnIndex)
    
public  ClobgetClob(String arg0)
    
public  intgetConcurrency()
    
public  StringgetCursorName()
    
public  DategetDate(int columnIndex)
    
public  DategetDate(int columnIndex, Calendar timezone)
    
public  DategetDate(String arg0)
    
public  DategetDate(String arg0, Calendar arg1)
    
public  doublegetDouble(int columnIndex)
    
public  doublegetDouble(String arg0)
    
public  intgetFetchDirection()
    
public  intgetFetchSize()
    
public  floatgetFloat(int columnIndex)
    
public  floatgetFloat(String arg0)
    
public  intgetInt(int columnIndex)
    
public  intgetInt(String arg0)
    
public  longgetLong(int columnIndex)
    
public  longgetLong(String arg0)
    
public  ResultSetMetaDatagetMetaData()
    
public  ObjectgetObject(int columnIndex)
    
public  ObjectgetObject(int arg0, Map arg1)
    
public  ObjectgetObject(String arg0)
    
public  ObjectgetObject(String arg0, Map arg1)
    
 int[]getOutputParameters()
    
public  RefgetRef(int columnIndex)
    
public  RefgetRef(String arg0)
    
public  intgetRow()
    
public  shortgetShort(int columnIndex)
    
public  shortgetShort(String arg0)
    
public  StatementgetStatement()
    
public  StringgetString(int columnIndex)
    
public  StringgetString(String arg0)
    
public  TimegetTime(int columnIndex)
    
public  TimegetTime(int columnIndex, Calendar timezone)
    
public  TimegetTime(String arg0)
    
public  TimegetTime(String arg0, Calendar arg1)
    
public  TimestampgetTimestamp(int columnIndex)
    
public  TimestampgetTimestamp(int columnIndex, Calendar timezone)
    
public  TimestampgetTimestamp(String arg0)
    
public  TimestampgetTimestamp(String arg0, Calendar arg1)
    
public  intgetType()
    
public  URLgetURL(int columnIndex)
    
public  URLgetURL(String arg0)
    
public  InputStreamgetUnicodeStream(int columnIndex)
    
public  InputStreamgetUnicodeStream(String arg0)
    
public  SQLWarninggetWarnings()
    
public  voidinsertRow()
    
public  booleanisAfterLast()
    
public  booleanisBeforeFirst()
    
public  booleanisFirst()
    
public  booleanisLast()
    
public  booleanlast()
    
public  voidmoveToCurrentRow()
    
public  voidmoveToInsertRow()
    
public  booleannext()
    
public  booleanprevious()
    
public  voidrefreshRow()
    
public  booleanrelative(int arg0)
    
public  booleanrowDeleted()
    
public  booleanrowInserted()
    
public  booleanrowUpdated()
    
public  voidsetFetchDirection(int arg0)
    
public  voidsetFetchSize(int fetchSize)
    
public  voidupdateArray(int arg0, Array arg1)
    
public  voidupdateArray(String arg0, Array arg1)
    
public  voidupdateAsciiStream(int arg0, InputStream arg1, int arg2)
    
public  voidupdateAsciiStream(String arg0, InputStream arg1, int arg2)
    
public  voidupdateBigDecimal(int arg0, BigDecimal arg1)
    
public  voidupdateBigDecimal(String arg0, BigDecimal arg1)
    
public  voidupdateBinaryStream(int arg0, InputStream arg1, int arg2)
    
public  voidupdateBinaryStream(String arg0, InputStream arg1, int arg2)
    
public  voidupdateBlob(int arg0, Blob arg1)
    
public  voidupdateBlob(String arg0, Blob arg1)
    
public  voidupdateBoolean(int arg0, boolean arg1)
    
public  voidupdateBoolean(String arg0, boolean arg1)
    
public  voidupdateByte(int arg0, byte arg1)
    
public  voidupdateByte(String arg0, byte arg1)
    
public  voidupdateBytes(int arg0, byte[] arg1)
    
public  voidupdateBytes(String arg0, byte[] arg1)
    
public  voidupdateCharacterStream(int arg0, Reader arg1, int arg2)
    
public  voidupdateCharacterStream(String arg0, Reader arg1, int arg2)
    
public  voidupdateClob(int arg0, Clob arg1)
    
public  voidupdateClob(String arg0, Clob arg1)
    
public  voidupdateDate(int arg0, Date arg1)
    
public  voidupdateDate(String arg0, Date arg1)
    
public  voidupdateDouble(int arg0, double arg1)
    
public  voidupdateDouble(String arg0, double arg1)
    
public  voidupdateFloat(int arg0, float arg1)
    
public  voidupdateFloat(String arg0, float arg1)
    
public  voidupdateInt(int arg0, int arg1)
    
public  voidupdateInt(String arg0, int arg1)
    
public  voidupdateLong(int arg0, long arg1)
    
public  voidupdateLong(String arg0, long arg1)
    
public  voidupdateNull(int arg0)
    
public  voidupdateNull(String arg0)
    
public  voidupdateObject(int arg0, Object arg1)
    
public  voidupdateObject(int arg0, Object arg1, int arg2)
    
public  voidupdateObject(String arg0, Object arg1)
    
public  voidupdateObject(String arg0, Object arg1, int arg2)
    
public  voidupdateRef(int arg0, Ref arg1)
    
public  voidupdateRef(String arg0, Ref arg1)
    
public  voidupdateRow()
    
public  voidupdateShort(int arg0, short arg1)
    
public  voidupdateShort(String arg0, short arg1)
    
public  voidupdateString(int arg0, String arg1)
    
public  voidupdateString(String arg0, String arg1)
    
public  voidupdateTime(int arg0, Time arg1)
    
public  voidupdateTime(String arg0, Time arg1)
    
public  voidupdateTimestamp(int arg0, Timestamp arg1)
    
public  voidupdateTimestamp(String arg0, Timestamp arg1)
    
public  booleanwasNull()
    


Constructor Detail
ResultParameters
ResultParameters(CallableStatement callable, boolean[] isOutputParm, String[] varNames)(Code)




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

See Also:   java.sql.ResultSet.absolute(int)



afterLast
public void afterLast() throws SQLException(Code)

See Also:   java.sql.ResultSet.afterLast



beforeFirst
public void beforeFirst() throws SQLException(Code)

See Also:   java.sql.ResultSet.beforeFirst



cancelRowUpdates
public void cancelRowUpdates() throws SQLException(Code)

See Also:   java.sql.ResultSet.cancelRowUpdates



clearWarnings
public void clearWarnings() throws SQLException(Code)

See Also:   java.sql.ResultSet.clearWarnings



close
public void close() throws SQLException(Code)

See Also:   java.sql.ResultSet.close



deleteRow
public void deleteRow() throws SQLException(Code)

See Also:   java.sql.ResultSet.deleteRow



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

See Also:   java.sql.ResultSet.findColumn(java.lang.String)



first
public boolean first() throws SQLException(Code)

See Also:   java.sql.ResultSet.first



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

See Also:   java.sql.ResultSet.getArray(int)



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

See Also:   java.sql.ResultSet.getArray(java.lang.String)



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

See Also:   java.sql.ResultSet.getAsciiStream(int)



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

See Also:   java.sql.ResultSet.getAsciiStream(java.lang.String)



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

See Also:   java.sql.ResultSet.getBigDecimal(int)



getBigDecimal
public BigDecimal getBigDecimal(int arg0, int arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.getBigDecimal(intint)



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

See Also:   java.sql.ResultSet.getBigDecimal(java.lang.String)



getBigDecimal
public BigDecimal getBigDecimal(String arg0, int arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.getBigDecimal(java.lang.Stringint)



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

See Also:   java.sql.ResultSet.getBinaryStream(int)



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

See Also:   java.sql.ResultSet.getBinaryStream(java.lang.String)



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

See Also:   java.sql.ResultSet.getBlob(int)



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

See Also:   java.sql.ResultSet.getBlob(java.lang.String)



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

See Also:   java.sql.ResultSet.getBoolean(int)



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

See Also:   java.sql.ResultSet.getBoolean(java.lang.String)



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

See Also:   java.sql.ResultSet.getByte(int)



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

See Also:   java.sql.ResultSet.getByte(java.lang.String)



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

See Also:   java.sql.ResultSet.getBytes(int)



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

See Also:   java.sql.ResultSet.getBytes(java.lang.String)



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

See Also:   java.sql.ResultSet.getCharacterStream(int)



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

See Also:   java.sql.ResultSet.getCharacterStream(java.lang.String)



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

See Also:   java.sql.ResultSet.getClob(int)



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

See Also:   java.sql.ResultSet.getClob(java.lang.String)



getConcurrency
public int getConcurrency() throws SQLException(Code)

See Also:   java.sql.ResultSet.getConcurrency



getCursorName
public String getCursorName() throws SQLException(Code)

See Also:   java.sql.ResultSet.getCursorName



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

See Also:   java.sql.ResultSet.getDate(int)



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

See Also:   java.sql.ResultSet.getDate(intjava.util.Calendar)



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

See Also:   java.sql.ResultSet.getDate(java.lang.String)



getDate
public Date getDate(String arg0, Calendar arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.getDate(java.lang.Stringjava.util.Calendar)



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

See Also:   java.sql.ResultSet.getDouble(int)



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

See Also:   java.sql.ResultSet.getDouble(java.lang.String)



getFetchDirection
public int getFetchDirection() throws SQLException(Code)

See Also:   java.sql.ResultSet.getFetchDirection



getFetchSize
public int getFetchSize() throws SQLException(Code)

See Also:   java.sql.ResultSet.getFetchSize



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

See Also:   java.sql.ResultSet.getFloat(int)



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

See Also:   java.sql.ResultSet.getFloat(java.lang.String)



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

See Also:   java.sql.ResultSet.getInt(int)



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

See Also:   java.sql.ResultSet.getInt(java.lang.String)



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

See Also:   java.sql.ResultSet.getLong(int)



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

See Also:   java.sql.ResultSet.getLong(java.lang.String)



getMetaData
public ResultSetMetaData getMetaData() throws SQLException(Code)

See Also:   java.sql.ResultSet.getMetaData



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

See Also:   java.sql.ResultSet.getObject(int)



getObject
public Object getObject(int arg0, Map arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.getObject(intjava.util.Map)



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

See Also:   java.sql.ResultSet.getObject(java.lang.String)



getObject
public Object getObject(String arg0, Map arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.getObject(java.lang.Stringjava.util.Map)



getOutputParameters
int[] getOutputParameters()(Code)



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

See Also:   java.sql.ResultSet.getRef(int)



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

See Also:   java.sql.ResultSet.getRef(java.lang.String)



getRow
public int getRow() throws SQLException(Code)

See Also:   java.sql.ResultSet.getRow



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

See Also:   java.sql.ResultSet.getShort(int)



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

See Also:   java.sql.ResultSet.getShort(java.lang.String)



getStatement
public Statement getStatement() throws SQLException(Code)

See Also:   java.sql.ResultSet.getStatement



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

See Also:   java.sql.ResultSet.getString(int)



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

See Also:   java.sql.ResultSet.getString(java.lang.String)



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

See Also:   java.sql.ResultSet.getTime(int)



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

See Also:   java.sql.ResultSet.getTime(intjava.util.Calendar)



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

See Also:   java.sql.ResultSet.getTime(java.lang.String)



getTime
public Time getTime(String arg0, Calendar arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.getTime(java.lang.Stringjava.util.Calendar)



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

See Also:   java.sql.ResultSet.getTimestamp(int)



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

See Also:   java.sql.ResultSet.getTimestamp(intjava.util.Calendar)



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

See Also:   java.sql.ResultSet.getTimestamp(java.lang.String)



getTimestamp
public Timestamp getTimestamp(String arg0, Calendar arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.getTimestamp(java.lang.Stringjava.util.Calendar)



getType
public int getType() throws SQLException(Code)

See Also:   java.sql.ResultSet.getType



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

See Also:   java.sql.ResultSet.getURL(int)



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

See Also:   java.sql.ResultSet.getURL(java.lang.String)



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

See Also:   java.sql.ResultSet.getUnicodeStream(int)



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

See Also:   java.sql.ResultSet.getUnicodeStream(java.lang.String)



getWarnings
public SQLWarning getWarnings() throws SQLException(Code)

See Also:   java.sql.ResultSet.getWarnings



insertRow
public void insertRow() throws SQLException(Code)

See Also:   java.sql.ResultSet.insertRow



isAfterLast
public boolean isAfterLast() throws SQLException(Code)

See Also:   java.sql.ResultSet.isAfterLast



isBeforeFirst
public boolean isBeforeFirst() throws SQLException(Code)

See Also:   java.sql.ResultSet.isBeforeFirst



isFirst
public boolean isFirst() throws SQLException(Code)

See Also:   java.sql.ResultSet.isFirst



isLast
public boolean isLast() throws SQLException(Code)

See Also:   java.sql.ResultSet.isLast



last
public boolean last() throws SQLException(Code)

See Also:   java.sql.ResultSet.last



moveToCurrentRow
public void moveToCurrentRow() throws SQLException(Code)

See Also:   java.sql.ResultSet.moveToCurrentRow



moveToInsertRow
public void moveToInsertRow() throws SQLException(Code)

See Also:   java.sql.ResultSet.moveToInsertRow



next
public boolean next() throws SQLException(Code)

See Also:   java.sql.ResultSet.next



previous
public boolean previous() throws SQLException(Code)

See Also:   java.sql.ResultSet.previous



refreshRow
public void refreshRow() throws SQLException(Code)

See Also:   java.sql.ResultSet.refreshRow



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

See Also:   java.sql.ResultSet.relative(int)



rowDeleted
public boolean rowDeleted() throws SQLException(Code)

See Also:   java.sql.ResultSet.rowDeleted



rowInserted
public boolean rowInserted() throws SQLException(Code)

See Also:   java.sql.ResultSet.rowInserted



rowUpdated
public boolean rowUpdated() throws SQLException(Code)

See Also:   java.sql.ResultSet.rowUpdated



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

See Also:   java.sql.ResultSet.setFetchDirection(int)



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

See Also:   java.sql.ResultSet.setFetchSize(int)



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

See Also:   java.sql.ResultSet.updateArray(intjava.sql.Array)



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

See Also:   java.sql.ResultSet.updateArray(java.lang.Stringjava.sql.Array)



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

See Also:   java.sql.ResultSet.updateAsciiStream(intjava.io.InputStreamint)



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

See Also:   java.sql.ResultSet.updateAsciiStream(java.lang.Stringjava.io.InputStreamint)



updateBigDecimal
public void updateBigDecimal(int arg0, BigDecimal arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.updateBigDecimal(intjava.math.BigDecimal)



updateBigDecimal
public void updateBigDecimal(String arg0, BigDecimal arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.updateBigDecimal(java.lang.Stringjava.math.BigDecimal)



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

See Also:   java.sql.ResultSet.updateBinaryStream(intjava.io.InputStreamint)



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

See Also:   java.sql.ResultSet.updateBinaryStream(java.lang.Stringjava.io.InputStreamint)



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

See Also:   java.sql.ResultSet.updateBlob(intjava.sql.Blob)



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

See Also:   java.sql.ResultSet.updateBlob(java.lang.Stringjava.sql.Blob)



updateBoolean
public void updateBoolean(int arg0, boolean arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.updateBoolean(intboolean)



updateBoolean
public void updateBoolean(String arg0, boolean arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.updateBoolean(java.lang.Stringboolean)



updateByte
public void updateByte(int arg0, byte arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.updateByte(intbyte)



updateByte
public void updateByte(String arg0, byte arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.updateByte(java.lang.Stringbyte)



updateBytes
public void updateBytes(int arg0, byte[] arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.updateBytes(intbyte[])



updateBytes
public void updateBytes(String arg0, byte[] arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.updateBytes(java.lang.Stringbyte[])



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

See Also:   java.sql.ResultSet.updateCharacterStream(intjava.io.Readerint)



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

See Also:   java.sql.ResultSet.updateCharacterStream(java.lang.Stringjava.io.Readerint)



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

See Also:   java.sql.ResultSet.updateClob(intjava.sql.Clob)



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

See Also:   java.sql.ResultSet.updateClob(java.lang.Stringjava.sql.Clob)



updateDate
public void updateDate(int arg0, Date arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.updateDate(intjava.sql.Date)



updateDate
public void updateDate(String arg0, Date arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.updateDate(java.lang.Stringjava.sql.Date)



updateDouble
public void updateDouble(int arg0, double arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.updateDouble(intdouble)



updateDouble
public void updateDouble(String arg0, double arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.updateDouble(java.lang.Stringdouble)



updateFloat
public void updateFloat(int arg0, float arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.updateFloat(intfloat)



updateFloat
public void updateFloat(String arg0, float arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.updateFloat(java.lang.Stringfloat)



updateInt
public void updateInt(int arg0, int arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.updateInt(intint)



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

See Also:   java.sql.ResultSet.updateInt(java.lang.Stringint)



updateLong
public void updateLong(int arg0, long arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.updateLong(intlong)



updateLong
public void updateLong(String arg0, long arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.updateLong(java.lang.Stringlong)



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

See Also:   java.sql.ResultSet.updateNull(int)



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

See Also:   java.sql.ResultSet.updateNull(java.lang.String)



updateObject
public void updateObject(int arg0, Object arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.updateObject(intjava.lang.Object)



updateObject
public void updateObject(int arg0, Object arg1, int arg2) throws SQLException(Code)

See Also:   java.sql.ResultSet.updateObject(intjava.lang.Objectint)



updateObject
public void updateObject(String arg0, Object arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.updateObject(java.lang.Stringjava.lang.Object)



updateObject
public void updateObject(String arg0, Object arg1, int arg2) throws SQLException(Code)

See Also:   java.sql.ResultSet.updateObject(java.lang.Stringjava.lang.Objectint)



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

See Also:   java.sql.ResultSet.updateRef(intjava.sql.Ref)



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

See Also:   java.sql.ResultSet.updateRef(java.lang.Stringjava.sql.Ref)



updateRow
public void updateRow() throws SQLException(Code)

See Also:   java.sql.ResultSet.updateRow



updateShort
public void updateShort(int arg0, short arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.updateShort(intshort)



updateShort
public void updateShort(String arg0, short arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.updateShort(java.lang.Stringshort)



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

See Also:   java.sql.ResultSet.updateString(intjava.lang.String)



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

See Also:   java.sql.ResultSet.updateString(java.lang.Stringjava.lang.String)



updateTime
public void updateTime(int arg0, Time arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.updateTime(intjava.sql.Time)



updateTime
public void updateTime(String arg0, Time arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.updateTime(java.lang.Stringjava.sql.Time)



updateTimestamp
public void updateTimestamp(int arg0, Timestamp arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.updateTimestamp(intjava.sql.Timestamp)



updateTimestamp
public void updateTimestamp(String arg0, Timestamp arg1) throws SQLException(Code)

See Also:   java.sql.ResultSet.updateTimestamp(java.lang.Stringjava.sql.Timestamp)



wasNull
public boolean wasNull() throws SQLException(Code)

See Also:   java.sql.ResultSet.wasNull



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.