Java Doc for SynchronizedFilterResultSet.java in  » Database-JDBC-Connection-Pool » c3p0 » com » mchange » v2 » sql » filter » 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 JDBC Connection Pool » c3p0 » com.mchange.v2.sql.filter 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.mchange.v2.sql.filter.SynchronizedFilterResultSet

SynchronizedFilterResultSet
abstract public class SynchronizedFilterResultSet implements ResultSet(Code)


Field Summary
protected  ResultSetinner
    

Constructor Summary
public  SynchronizedFilterResultSet(ResultSet inner)
    
public  SynchronizedFilterResultSet()
    

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

Field Detail
inner
protected ResultSet inner(Code)




Constructor Detail
SynchronizedFilterResultSet
public SynchronizedFilterResultSet(ResultSet inner)(Code)



SynchronizedFilterResultSet
public SynchronizedFilterResultSet()(Code)




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



afterLast
public synchronized void afterLast() throws SQLException(Code)



beforeFirst
public synchronized void beforeFirst() throws SQLException(Code)



cancelRowUpdates
public synchronized void cancelRowUpdates() throws SQLException(Code)



clearWarnings
public synchronized void clearWarnings() throws SQLException(Code)



close
public synchronized void close() throws SQLException(Code)



deleteRow
public synchronized void deleteRow() throws SQLException(Code)



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



first
public synchronized boolean first() throws SQLException(Code)



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



getConcurrency
public synchronized int getConcurrency() throws SQLException(Code)



getCursorName
public synchronized String getCursorName() throws SQLException(Code)



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



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



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



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



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



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



getFetchDirection
public synchronized int getFetchDirection() throws SQLException(Code)



getFetchSize
public synchronized int getFetchSize() throws SQLException(Code)



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



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



getInner
public synchronized ResultSet getInner()(Code)



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



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



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



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



getMetaData
public synchronized ResultSetMetaData getMetaData() throws SQLException(Code)



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



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



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



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



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



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



getRow
public synchronized int getRow() throws SQLException(Code)



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



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



getStatement
public synchronized Statement getStatement() throws SQLException(Code)



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



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



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



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



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



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



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



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



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



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



getType
public synchronized int getType() throws SQLException(Code)



getURL
public synchronized URL getURL(int a) throws SQLException(Code)



getURL
public synchronized URL getURL(String a) throws SQLException(Code)



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



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



getWarnings
public synchronized SQLWarning getWarnings() throws SQLException(Code)



insertRow
public synchronized void insertRow() throws SQLException(Code)



isAfterLast
public synchronized boolean isAfterLast() throws SQLException(Code)



isBeforeFirst
public synchronized boolean isBeforeFirst() throws SQLException(Code)



isFirst
public synchronized boolean isFirst() throws SQLException(Code)



isLast
public synchronized boolean isLast() throws SQLException(Code)



last
public synchronized boolean last() throws SQLException(Code)



moveToCurrentRow
public synchronized void moveToCurrentRow() throws SQLException(Code)



moveToInsertRow
public synchronized void moveToInsertRow() throws SQLException(Code)



next
public synchronized boolean next() throws SQLException(Code)



previous
public synchronized boolean previous() throws SQLException(Code)



refreshRow
public synchronized void refreshRow() throws SQLException(Code)



relative
public synchronized boolean relative(int a) throws SQLException(Code)



rowDeleted
public synchronized boolean rowDeleted() throws SQLException(Code)



rowInserted
public synchronized boolean rowInserted() throws SQLException(Code)



rowUpdated
public synchronized boolean rowUpdated() throws SQLException(Code)



setFetchDirection
public synchronized void setFetchDirection(int a) throws SQLException(Code)



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



setInner
public synchronized void setInner(ResultSet inner)(Code)



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



updateClob
public synchronized void updateClob(String a, Clob b) throws SQLException(Code)



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



updateRef
public synchronized void updateRef(String a, Ref b) throws SQLException(Code)



updateRef
public synchronized void updateRef(int a, Ref b) throws SQLException(Code)



updateRow
public synchronized void updateRow() throws SQLException(Code)



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



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



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



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



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



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



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



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



wasNull
public synchronized 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.