Java Doc for DCResultSet.java in  » J2EE » panther » org » lateralnz » c3d » 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 » J2EE » panther » org.lateralnz.c3d 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.lateralnz.c3d.DCResultSet

DCResultSet
public class DCResultSet implements ResultSet,Serializable,Constants(Code)
a resultset object to use in the cache. All operations related to updating the contents of this resultset are unsupported. See individual methods for details


Field Summary
protected  longlastAccessed
    

Constructor Summary
public  DCResultSet(String[] columnNames, ArrayList rows, DatabaseEngine dbengine)
    
public  DCResultSet(String cacheName, String sql, ResultSet rs, DatabaseEngine dbengine, int concurrency, int type)
    

Method Summary
public  booleanabsolute(int param)
    
public  voidafterLast()
    
public  voidbeforeFirst()
    
public  voidcancelRowUpdates()
    
public  voidclearWarnings()
    
public  voidclose()
    
public  voiddeleteRow()
    
public  intfindColumn(String str)
    
public  booleanfirst()
    
public  ArraygetArray(int param)
    
public  ArraygetArray(String str)
    
public  InputStreamgetAsciiStream(int param)
    
public  InputStreamgetAsciiStream(String str)
    
public  BigDecimalgetBigDecimal(int param)
    
public  BigDecimalgetBigDecimal(String str)
    
public  BigDecimalgetBigDecimal(int param, int param1)
    
public  BigDecimalgetBigDecimal(String str, int param)
    
public  InputStreamgetBinaryStream(int param)
    
public  InputStreamgetBinaryStream(String str)
    
public  BlobgetBlob(int param)
    
public  BlobgetBlob(String str)
    
public  booleangetBoolean(int param)
    
public  booleangetBoolean(String str)
    
public  bytegetByte(int param)
    
public  bytegetByte(String str)
    
public  byte[]getBytes(int param)
    
public  byte[]getBytes(String str)
    
public  ReadergetCharacterStream(int param)
    
public  ReadergetCharacterStream(String str)
    
public  ClobgetClob(int param)
    
public  ClobgetClob(String str)
    
public  intgetConcurrency()
    
public  StringgetCursorName()
    
public  DategetDate(int param)
    
public  DategetDate(String str)
    
public  DategetDate(int param, java.util.Calendar calendar)
    
public  DategetDate(String str, java.util.Calendar calendar)
    
public  doublegetDouble(int param)
    
public  doublegetDouble(String str)
    
public  intgetFetchDirection()
    
public  intgetFetchSize()
    
public  floatgetFloat(int param)
    
public  floatgetFloat(String str)
    
public  intgetInt(int param)
    
public  intgetInt(String str)
    
public  longgetLong(int param)
    
public  longgetLong(String str)
    
public  ResultSetMetaDatagetMetaData()
    
public  ObjectgetObject(int param)
    
public  ObjectgetObject(String str)
    
public  ObjectgetObject(int param, java.util.Map map)
    
public  ObjectgetObject(String str, java.util.Map map)
    
public  RefgetRef(int param)
    
public  RefgetRef(String str)
    
public  intgetRow()
    
public  intgetRowCount()
    
public  shortgetShort(int param)
    
public  shortgetShort(String str)
    
public  StatementgetStatement()
    
public  StringgetString(int param)
    
public  StringgetString(String str)
    
public  TimegetTime(int param)
    
public  TimegetTime(String str)
    
public  TimegetTime(int param, java.util.Calendar calendar)
    
public  TimegetTime(String str, java.util.Calendar calendar)
    
public  TimestampgetTimestamp(int param)
    
public  TimestampgetTimestamp(String str)
    
public  TimestampgetTimestamp(int param, java.util.Calendar calendar)
    
public  TimestampgetTimestamp(String str, java.util.Calendar calendar)
    
public  intgetType()
    
public  URLgetURL(int param)
    
public  URLgetURL(String str)
    
public  InputStreamgetUnicodeStream(String str)
    
public  InputStreamgetUnicodeStream(int param)
    
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 param)
    
public  booleanrowDeleted()
    
public  booleanrowInserted()
    
public  booleanrowUpdated()
    
public  voidsetFetchDirection(int param)
    
public  voidsetFetchSize(int param)
    
public  voidupdateArray(String str, Array array)
    
public  voidupdateArray(int param, Array array)
    
public  voidupdateAsciiStream(String str, InputStream inputStream, int param)
    
public  voidupdateAsciiStream(int param, InputStream inputStream, int param2)
    
public  voidupdateBigDecimal(String str, BigDecimal bigDecimal)
    
public  voidupdateBigDecimal(int param, BigDecimal bigDecimal)
    
public  voidupdateBinaryStream(int param, InputStream inputStream, int param2)
    
public  voidupdateBinaryStream(String str, InputStream inputStream, int param)
    
public  voidupdateBlob(int param, java.sql.Blob blob)
    
public  voidupdateBlob(String str, java.sql.Blob blob)
    
public  voidupdateBoolean(int param, boolean param1)
    
public  voidupdateBoolean(String str, boolean param)
    
public  voidupdateByte(int param, byte param1)
    
public  voidupdateByte(String str, byte param)
    
public  voidupdateBytes(int param, byte[] values)
    
public  voidupdateBytes(String str, byte[] values)
    
public  voidupdateCharacterStream(int param, java.io.Reader reader, int param2)
    
public  voidupdateCharacterStream(String str, java.io.Reader reader, int param)
    
public  voidupdateClob(String str, java.sql.Clob clob)
    
public  voidupdateClob(int param, java.sql.Clob clob)
    
public  voidupdateDate(int param, Date date)
    
public  voidupdateDate(String str, Date date)
    
public  voidupdateDouble(int param, double param1)
    
public  voidupdateDouble(String str, double param)
    
public  voidupdateFloat(String str, float param)
    
public  voidupdateFloat(int param, float param1)
    
public  voidupdateInt(String str, int param)
    
public  voidupdateInt(int param, int param1)
    
public  voidupdateLong(int param, long param1)
    
public  voidupdateLong(String str, long param)
    
public  voidupdateNull(String str)
    
public  voidupdateNull(int param)
    
public  voidupdateObject(String str, Object obj)
    
public  voidupdateObject(int param, Object obj)
    
public  voidupdateObject(int param, Object obj, int param2)
    
public  voidupdateObject(String str, Object obj, int param)
    
public  voidupdateRef(int param, java.sql.Ref ref)
    
public  voidupdateRef(String str, java.sql.Ref ref)
    
public  voidupdateRow()
    
public  voidupdateShort(int param, short param1)
    
public  voidupdateShort(String str, short param)
    
public  voidupdateString(int param, String str)
    
public  voidupdateString(String str, String str1)
    
public  voidupdateTime(String str, Time time)
    
public  voidupdateTime(int param, Time time)
    
public  voidupdateTimestamp(String str, Timestamp timestamp)
    
public  voidupdateTimestamp(int param, Timestamp timestamp)
    
public  booleanwasNull()
    

Field Detail
lastAccessed
protected long lastAccessed(Code)




Constructor Detail
DCResultSet
public DCResultSet(String[] columnNames, ArrayList rows, DatabaseEngine dbengine)(Code)



DCResultSet
public DCResultSet(String cacheName, String sql, ResultSet rs, DatabaseEngine dbengine, int concurrency, int type) throws SQLException(Code)




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



afterLast
public void afterLast() throws SQLException(Code)



beforeFirst
public void beforeFirst() throws SQLException(Code)



cancelRowUpdates
public void cancelRowUpdates() throws SQLException(Code)
this operation is not supported



clearWarnings
public void clearWarnings() throws SQLException(Code)



close
public void close() throws SQLException(Code)



deleteRow
public void deleteRow() throws SQLException(Code)
this operation is not supported



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



first
public boolean first() throws SQLException(Code)



getArray
public Array getArray(int param) throws SQLException(Code)
this operation is not supported



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



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



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



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



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



getBigDecimal
public BigDecimal getBigDecimal(int param, int param1) throws SQLException(Code)



getBigDecimal
public BigDecimal getBigDecimal(String str, int param) throws SQLException(Code)



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



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



getBlob
public Blob getBlob(int param) throws SQLException(Code)
this operation is not supported



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



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



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



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



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



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



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



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



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



getClob
public Clob getClob(int param) throws SQLException(Code)
this operation is not supported



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



getConcurrency
public int getConcurrency() throws SQLException(Code)



getCursorName
public String getCursorName() throws SQLException(Code)



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



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



getDate
public Date getDate(int param, java.util.Calendar calendar) throws SQLException(Code)
this operation is not supported



getDate
public Date getDate(String str, java.util.Calendar calendar) throws SQLException(Code)



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



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



getFetchDirection
public int getFetchDirection() throws SQLException(Code)



getFetchSize
public int getFetchSize() throws SQLException(Code)
this operation is not supported



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



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



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



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



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



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



getMetaData
public ResultSetMetaData getMetaData() throws SQLException(Code)



getObject
public Object getObject(int param) throws SQLException(Code)
this operation is not supported



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



getObject
public Object getObject(int param, java.util.Map map) throws SQLException(Code)
this operation is not supported



getObject
public Object getObject(String str, java.util.Map map) throws SQLException(Code)



getRef
public Ref getRef(int param) throws SQLException(Code)
this operation is not supported



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



getRow
public int getRow() throws SQLException(Code)



getRowCount
public int getRowCount()(Code)



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



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



getStatement
public Statement getStatement() throws SQLException(Code)
this always returns null



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



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



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



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



getTime
public Time getTime(int param, java.util.Calendar calendar) throws SQLException(Code)
this operation is not supported



getTime
public Time getTime(String str, java.util.Calendar calendar) throws SQLException(Code)



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



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



getTimestamp
public Timestamp getTimestamp(int param, java.util.Calendar calendar) throws SQLException(Code)
this operation is not supported



getTimestamp
public Timestamp getTimestamp(String str, java.util.Calendar calendar) throws SQLException(Code)



getType
public int getType() throws SQLException(Code)



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



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



getUnicodeStream
public InputStream getUnicodeStream(String str) throws SQLException(Code)
this operation is not supported



getUnicodeStream
public InputStream getUnicodeStream(int param) throws SQLException(Code)
this operation is not supported



getWarnings
public SQLWarning getWarnings() throws SQLException(Code)



insertRow
public void insertRow() throws SQLException(Code)
this operation is not supported



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)
this operation is not supported



moveToInsertRow
public void moveToInsertRow() throws SQLException(Code)
this operation is not supported



next
public boolean next() throws SQLException(Code)



previous
public boolean previous() throws SQLException(Code)



refreshRow
public void refreshRow() throws SQLException(Code)
this operation is not supported



relative
public boolean relative(int param) 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 param) throws SQLException(Code)
this operation is not supported



setFetchSize
public void setFetchSize(int param) throws SQLException(Code)
this operation is not supported



updateArray
public void updateArray(String str, Array array) throws SQLException(Code)
this operation is not supported



updateArray
public void updateArray(int param, Array array) throws SQLException(Code)
this operation is not supported



updateAsciiStream
public void updateAsciiStream(String str, InputStream inputStream, int param) throws SQLException(Code)
this operation is not supported



updateAsciiStream
public void updateAsciiStream(int param, InputStream inputStream, int param2) throws SQLException(Code)
this operation is not supported



updateBigDecimal
public void updateBigDecimal(String str, BigDecimal bigDecimal) throws SQLException(Code)
this operation is not supported



updateBigDecimal
public void updateBigDecimal(int param, BigDecimal bigDecimal) throws SQLException(Code)
this operation is not supported



updateBinaryStream
public void updateBinaryStream(int param, InputStream inputStream, int param2) throws SQLException(Code)
this operation is not supported



updateBinaryStream
public void updateBinaryStream(String str, InputStream inputStream, int param) throws SQLException(Code)
this operation is not supported



updateBlob
public void updateBlob(int param, java.sql.Blob blob) throws SQLException(Code)
this operation is not supported



updateBlob
public void updateBlob(String str, java.sql.Blob blob) throws SQLException(Code)
this operation is not supported



updateBoolean
public void updateBoolean(int param, boolean param1) throws SQLException(Code)
this operation is not supported



updateBoolean
public void updateBoolean(String str, boolean param) throws SQLException(Code)
this operation is not supported



updateByte
public void updateByte(int param, byte param1) throws SQLException(Code)
this operation is not supported



updateByte
public void updateByte(String str, byte param) throws SQLException(Code)
this operation is not supported



updateBytes
public void updateBytes(int param, byte[] values) throws SQLException(Code)
this operation is not supported



updateBytes
public void updateBytes(String str, byte[] values) throws SQLException(Code)
this operation is not supported



updateCharacterStream
public void updateCharacterStream(int param, java.io.Reader reader, int param2) throws SQLException(Code)
this operation is not supported



updateCharacterStream
public void updateCharacterStream(String str, java.io.Reader reader, int param) throws SQLException(Code)
this operation is not supported



updateClob
public void updateClob(String str, java.sql.Clob clob) throws SQLException(Code)
this operation is not supported



updateClob
public void updateClob(int param, java.sql.Clob clob) throws SQLException(Code)
this operation is not supported



updateDate
public void updateDate(int param, Date date) throws SQLException(Code)
this operation is not supported



updateDate
public void updateDate(String str, Date date) throws SQLException(Code)
this operation is not supported



updateDouble
public void updateDouble(int param, double param1) throws SQLException(Code)
this operation is not supported



updateDouble
public void updateDouble(String str, double param) throws SQLException(Code)
this operation is not supported



updateFloat
public void updateFloat(String str, float param) throws SQLException(Code)
this operation is not supported



updateFloat
public void updateFloat(int param, float param1) throws SQLException(Code)
this operation is not supported



updateInt
public void updateInt(String str, int param) throws SQLException(Code)
this operation is not supported



updateInt
public void updateInt(int param, int param1) throws SQLException(Code)
this operation is not supported



updateLong
public void updateLong(int param, long param1) throws SQLException(Code)
this operation is not supported



updateLong
public void updateLong(String str, long param) throws SQLException(Code)
this operation is not supported



updateNull
public void updateNull(String str) throws SQLException(Code)
this operation is not supported



updateNull
public void updateNull(int param) throws SQLException(Code)
this operation is not supported



updateObject
public void updateObject(String str, Object obj) throws SQLException(Code)
this operation is not supported



updateObject
public void updateObject(int param, Object obj) throws SQLException(Code)
this operation is not supported



updateObject
public void updateObject(int param, Object obj, int param2) throws SQLException(Code)
this operation is not supported



updateObject
public void updateObject(String str, Object obj, int param) throws SQLException(Code)
this operation is not supported



updateRef
public void updateRef(int param, java.sql.Ref ref) throws SQLException(Code)
this operation is not supported



updateRef
public void updateRef(String str, java.sql.Ref ref) throws SQLException(Code)
this operation is not supported



updateRow
public void updateRow() throws SQLException(Code)
this operation is not supported



updateShort
public void updateShort(int param, short param1) throws SQLException(Code)
this operation is not supported



updateShort
public void updateShort(String str, short param) throws SQLException(Code)
this operation is not supported



updateString
public void updateString(int param, String str) throws SQLException(Code)
this operation is not supported



updateString
public void updateString(String str, String str1) throws SQLException(Code)
this operation is not supported



updateTime
public void updateTime(String str, Time time) throws SQLException(Code)
this operation is not supported



updateTime
public void updateTime(int param, Time time) throws SQLException(Code)
this operation is not supported



updateTimestamp
public void updateTimestamp(String str, Timestamp timestamp) throws SQLException(Code)
this operation is not supported



updateTimestamp
public void updateTimestamp(int param, Timestamp timestamp) throws SQLException(Code)
this operation is not supported



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.