Java Doc for DelegatingResultSet.java in  » Database-ORM » openjpa » org » apache » openjpa » lib » 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 ORM » openjpa » org.apache.openjpa.lib.jdbc 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.openjpa.lib.jdbc.DelegatingResultSet

DelegatingResultSet
public class DelegatingResultSet implements ResultSet,Closeable(Code)
Wrapper around an existing result set. Subclasses can override the methods whose behavior they mean to change. The equals and hashCode methods pass through to the base underlying data store statement.
author:
   Marc Prud'hommeaux



Constructor Summary
public  DelegatingResultSet(ResultSet rs, Statement stmnt)
    

Method Summary
public  booleanabsolute(int a)
    
public  voidafterLast()
    
protected  voidappendInfo(StringBuffer buf)
    
public  voidbeforeFirst()
    
public  voidcancelRowUpdates()
    
public  voidclearWarnings()
    
public  voidclose()
    
public  voiddeleteRow()
    
public  booleanequals(Object other)
    
public  intfindColumn(String a)
    
public  booleanfirst()
    
public  ArraygetArray(int a)
    
public  ArraygetArray(String a)
    
public  InputStreamgetAsciiStream(int a)
    
public  InputStreamgetAsciiStream(String a)
    
public  BigDecimalgetBigDecimal(int a, int b)
    
public  BigDecimalgetBigDecimal(String a, int b)
    
public  BigDecimalgetBigDecimal(int a)
    
public  BigDecimalgetBigDecimal(String a)
    
public  InputStreamgetBinaryStream(int a)
    
public  InputStreamgetBinaryStream(String a)
    
public  BlobgetBlob(int a)
    
public  BlobgetBlob(String a)
    
public  booleangetBoolean(int a)
    
public  booleangetBoolean(String a)
    
public  bytegetByte(int a)
    
public  bytegetByte(String a)
    
public  byte[]getBytes(int a)
    
public  byte[]getBytes(String a)
    
public  ReadergetCharacterStream(int a)
    
public  ReadergetCharacterStream(String a)
    
public  ClobgetClob(int a)
    
public  ClobgetClob(String a)
    
public  intgetConcurrency()
    
public  StringgetCursorName()
    
public  DategetDate(int a)
    
public  DategetDate(String a)
    
public  DategetDate(int a, Calendar b)
    
public  DategetDate(String a, Calendar b)
    
public  ResultSetgetDelegate()
     Return the wrapped result set.
public  doublegetDouble(int a)
    
public  doublegetDouble(String a)
    
public  intgetFetchDirection()
    
public  intgetFetchSize()
    
public  floatgetFloat(int a)
    
public  floatgetFloat(String a)
    
public  ResultSetgetInnermostDelegate()
     Return the inner-most wrapped delegate.
public  intgetInt(int a)
    
public  intgetInt(String a)
    
public  longgetLong(int a)
    
public  longgetLong(String a)
    
public  ResultSetMetaDatagetMetaData()
    
public  ObjectgetObject(int a)
    
public  ObjectgetObject(String a)
    
public  ObjectgetObject(int a, Map b)
    
public  ObjectgetObject(String a, Map b)
    
public  RefgetRef(int a)
    
public  RefgetRef(String a)
    
public  intgetRow()
    
public  shortgetShort(int a)
    
public  shortgetShort(String a)
    
public  StatementgetStatement()
    
public  StringgetString(int a)
    
public  StringgetString(String a)
    
public  TimegetTime(int a)
    
public  TimegetTime(String a)
    
public  TimegetTime(int a, Calendar b)
    
public  TimegetTime(String a, Calendar b)
    
public  TimestampgetTimestamp(int a)
    
public  TimestampgetTimestamp(String a)
    
public  TimestampgetTimestamp(int a, Calendar b)
    
public  TimestampgetTimestamp(String a, Calendar b)
    
public  intgetType()
    
public  URLgetURL(int column)
    
public  URLgetURL(String columnName)
    
public  InputStreamgetUnicodeStream(int a)
    
public  InputStreamgetUnicodeStream(String a)
    
public  SQLWarninggetWarnings()
    
public  inthashCode()
    
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 a)
    
public  booleanrowDeleted()
    
public  booleanrowInserted()
    
public  booleanrowUpdated()
    
public  voidsetFetchDirection(int a)
    
public  voidsetFetchSize(int a)
    
public  StringtoString()
    
public  voidupdateArray(int column, Array array)
    
public  voidupdateArray(String columnName, Array array)
    
public  voidupdateAsciiStream(int a, InputStream in, int b)
    
public  voidupdateAsciiStream(String a, InputStream in, int b)
    
public  voidupdateBigDecimal(int a, BigDecimal b)
    
public  voidupdateBigDecimal(String a, BigDecimal b)
    
public  voidupdateBinaryStream(int a, InputStream in, int b)
    
public  voidupdateBinaryStream(String a, InputStream in, int b)
    
public  voidupdateBlob(int a, Blob blob)
    
public  voidupdateBlob(String columnName, Blob blob)
    
public  voidupdateBoolean(int a, boolean b)
    
public  voidupdateBoolean(String a, boolean b)
    
public  voidupdateByte(int a, byte b)
    
public  voidupdateByte(String a, byte b)
    
public  voidupdateBytes(int a, byte[] b)
    
public  voidupdateBytes(String a, byte[] b)
    
public  voidupdateCharacterStream(int a, Reader reader, int b)
    
public  voidupdateCharacterStream(String a, Reader reader, int b)
    
public  voidupdateClob(int a, Clob clob)
    
public  voidupdateClob(String columnName, Clob clob)
    
public  voidupdateDate(int a, Date b)
    
public  voidupdateDate(String a, Date b)
    
public  voidupdateDouble(int a, double b)
    
public  voidupdateDouble(String a, double b)
    
public  voidupdateFloat(int a, float b)
    
public  voidupdateFloat(String a, float b)
    
public  voidupdateInt(int a, int b)
    
public  voidupdateInt(String a, int b)
    
public  voidupdateLong(int a, long b)
    
public  voidupdateLong(String a, long b)
    
public  voidupdateNull(int a)
    
public  voidupdateNull(String a)
    
public  voidupdateObject(int a, Object ob, int b)
    
public  voidupdateObject(int a, Object ob)
    
public  voidupdateObject(String a, Object ob, int b)
    
public  voidupdateObject(String a, Object b)
    
public  voidupdateRef(int column, Ref ref)
    
public  voidupdateRef(String columnName, Ref ref)
    
public  voidupdateRow()
    
public  voidupdateShort(int a, short b)
    
public  voidupdateShort(String a, short b)
    
public  voidupdateString(int a, String b)
    
public  voidupdateString(String a, String b)
    
public  voidupdateTime(int a, Time b)
    
public  voidupdateTime(String a, Time b)
    
public  voidupdateTimestamp(int a, Timestamp b)
    
public  voidupdateTimestamp(String a, Timestamp b)
    
public  booleanwasNull()
    


Constructor Detail
DelegatingResultSet
public DelegatingResultSet(ResultSet rs, Statement stmnt)(Code)




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



afterLast
public void afterLast() throws SQLException(Code)



appendInfo
protected void appendInfo(StringBuffer buf)(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)



deleteRow
public void deleteRow() throws SQLException(Code)



equals
public boolean equals(Object other)(Code)



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



first
public boolean first() throws SQLException(Code)



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



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



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



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



getBigDecimal
public BigDecimal getBigDecimal(int a, int b) throws SQLException(Code)



getBigDecimal
public BigDecimal getBigDecimal(String a, int b) throws SQLException(Code)



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



getConcurrency
public int getConcurrency() throws SQLException(Code)



getCursorName
public String getCursorName() throws SQLException(Code)



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



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



getDate
public Date getDate(int a, Calendar b) throws SQLException(Code)



getDate
public Date getDate(String a, Calendar b) throws SQLException(Code)



getDelegate
public ResultSet getDelegate()(Code)
Return the wrapped result set.



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



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



getFetchDirection
public int getFetchDirection() throws SQLException(Code)



getFetchSize
public int getFetchSize() throws SQLException(Code)



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



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



getInnermostDelegate
public ResultSet getInnermostDelegate()(Code)
Return the inner-most wrapped delegate.



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



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



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



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



getMetaData
public ResultSetMetaData getMetaData() throws SQLException(Code)



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



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



getObject
public Object getObject(int a, Map b) throws SQLException(Code)



getObject
public Object getObject(String a, Map b) throws SQLException(Code)



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



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



getRow
public int getRow() throws SQLException(Code)



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



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



getStatement
public Statement getStatement() throws SQLException(Code)



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



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



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



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



getTime
public Time getTime(int a, Calendar b) throws SQLException(Code)



getTime
public Time getTime(String a, Calendar b) throws SQLException(Code)



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



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



getTimestamp
public Timestamp getTimestamp(int a, Calendar b) throws SQLException(Code)



getTimestamp
public Timestamp getTimestamp(String a, Calendar b) throws SQLException(Code)



getType
public int getType() throws SQLException(Code)



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



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



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



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



getWarnings
public SQLWarning getWarnings() throws SQLException(Code)



hashCode
public int hashCode()(Code)



insertRow
public void insertRow() throws SQLException(Code)



isAfterLast
public boolean isAfterLast() throws SQLException(Code)



isBeforeFirst
public boolean isBeforeFirst() 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)



previous
public boolean previous() throws SQLException(Code)



refreshRow
public void refreshRow() throws SQLException(Code)



relative
public boolean relative(int a) 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 a) throws SQLException(Code)



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



toString
public String toString()(Code)



updateArray
public void updateArray(int column, Array array) throws SQLException(Code)



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



updateAsciiStream
public void updateAsciiStream(int a, InputStream in, int b) throws SQLException(Code)



updateAsciiStream
public void updateAsciiStream(String a, InputStream in, int b) throws SQLException(Code)



updateBigDecimal
public void updateBigDecimal(int a, BigDecimal b) throws SQLException(Code)



updateBigDecimal
public void updateBigDecimal(String a, BigDecimal b) throws SQLException(Code)



updateBinaryStream
public void updateBinaryStream(int a, InputStream in, int b) throws SQLException(Code)



updateBinaryStream
public void updateBinaryStream(String a, InputStream in, int b) throws SQLException(Code)



updateBlob
public void updateBlob(int a, Blob blob) throws SQLException(Code)



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



updateBoolean
public void updateBoolean(int a, boolean b) throws SQLException(Code)



updateBoolean
public void updateBoolean(String a, boolean b) throws SQLException(Code)



updateByte
public void updateByte(int a, byte b) throws SQLException(Code)



updateByte
public void updateByte(String a, byte b) throws SQLException(Code)



updateBytes
public void updateBytes(int a, byte[] b) throws SQLException(Code)



updateBytes
public void updateBytes(String a, byte[] b) throws SQLException(Code)



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



updateCharacterStream
public void updateCharacterStream(String a, Reader reader, int b) throws SQLException(Code)



updateClob
public void updateClob(int a, Clob clob) throws SQLException(Code)



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



updateDate
public void updateDate(int a, Date b) throws SQLException(Code)



updateDate
public void updateDate(String a, Date b) throws SQLException(Code)



updateDouble
public void updateDouble(int a, double b) throws SQLException(Code)



updateDouble
public void updateDouble(String a, double b) throws SQLException(Code)



updateFloat
public void updateFloat(int a, float b) throws SQLException(Code)



updateFloat
public void updateFloat(String a, float b) throws SQLException(Code)



updateInt
public void updateInt(int a, int b) throws SQLException(Code)



updateInt
public void updateInt(String a, int b) throws SQLException(Code)



updateLong
public void updateLong(int a, long b) throws SQLException(Code)



updateLong
public void updateLong(String a, long b) throws SQLException(Code)



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



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



updateObject
public void updateObject(int a, Object ob, int b) throws SQLException(Code)



updateObject
public void updateObject(int a, Object ob) throws SQLException(Code)



updateObject
public void updateObject(String a, Object ob, int b) throws SQLException(Code)



updateObject
public void updateObject(String a, Object b) throws SQLException(Code)



updateRef
public void updateRef(int column, Ref ref) throws SQLException(Code)



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



updateRow
public void updateRow() throws SQLException(Code)



updateShort
public void updateShort(int a, short b) throws SQLException(Code)



updateShort
public void updateShort(String a, short b) throws SQLException(Code)



updateString
public void updateString(int a, String b) throws SQLException(Code)



updateString
public void updateString(String a, String b) throws SQLException(Code)



updateTime
public void updateTime(int a, Time b) throws SQLException(Code)



updateTime
public void updateTime(String a, Time b) throws SQLException(Code)



updateTimestamp
public void updateTimestamp(int a, Timestamp b) throws SQLException(Code)



updateTimestamp
public void updateTimestamp(String a, Timestamp b) 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.