Java Doc for ResultSetImpl.java in  » EJB-Server-resin-3.1.5 » resin » com » caucho » amber » query » 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 » EJB Server resin 3.1.5 » resin » com.caucho.amber.query 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.caucho.amber.query.ResultSetImpl

ResultSetImpl
public class ResultSetImpl implements ResultSet(Code)
The JDBC statement implementation.


Field Summary
final public static  intCACHE_CHUNK_SIZE
    

Constructor Summary
public  ResultSetImpl()
    

Method Summary
public  booleanabsolute(int delta)
     Move absolute.
public  voidafterLast()
     Moves after the last row.
public  voidbeforeFirst()
     Moves before the first row.
public  voidcancelRowUpdates()
     cancels the row updates.
public  voidclearWarnings()
     Clears the warnings.
public  voidclose()
    
public  voiddeleteRow()
    
public  voidfillCacheChunk(ResultSetCacheChunk cacheChunk)
     Fills the cache chunk.
public  intfindColumn(String columnName)
     Returns the external column id corresponding to the column name.
public  EntityItemfindEntityItem(int column)
     Returns the object value for the column.
public  booleanfirst()
    
public  ArraygetArray(int column)
     Returns an array value for the column.
public  ArraygetArray(String column)
     Returns an array value for the column.
public  InputStreamgetAsciiStream(int column)
     Returns an ascii stream for the column.
public  InputStreamgetAsciiStream(String column)
     Returns an ascii stream for the column.
public  BigDecimalgetBigDecimal(int column)
     Returns a big decimal value for the column.
public  BigDecimalgetBigDecimal(String column)
     Returns a big decimal value for the column.
public  BigDecimalgetBigDecimal(int column, int digit)
     Returns a big decimal value for the column.
public  BigDecimalgetBigDecimal(String column, int digit)
     Returns a big decimal value for the column.
public  InputStreamgetBinaryStream(int column)
     Returns a binary stream for the column.
public  InputStreamgetBinaryStream(String column)
     Returns a binary stream for the column.
public  BlobgetBlob(int column)
     Returns a blob value for the column.
public  BlobgetBlob(String column)
     Returns a blob value for the column.
public  booleangetBoolean(String columnName)
     Returns the boolean value for the column.
public  booleangetBoolean(int column)
     Returns the boolean value for the column.
public  bytegetByte(String columnName)
     Returns the byte value for the column.
public  bytegetByte(int column)
     Returns the byte value for the column.
public  byte[]getBytes(int column)
     Returns the bytes value for the column.
public  byte[]getBytes(String column)
     Returns the bytes value for the column.
public  ReadergetCharacterStream(int column)
     Returns a character stream for the column.
public  ReadergetCharacterStream(String column)
     Returns a character stream for the column.
public  ClobgetClob(int column)
     Returns a clob value for the column.
public  ClobgetClob(String column)
     Returns a clob value for the column.
public  intgetConcurrency()
     Gets the concurrency.
public  StringgetCursorName()
     Returns the cursor name.
public  java.sql.DategetDate(int column)
     Returns the column value as a date.
public  java.sql.DategetDate(String column)
     Returns the column value as a date.
public  java.sql.DategetDate(int column, Calendar cal)
     Returns the column value as a date.
public  java.sql.DategetDate(String column, Calendar cal)
     Returns the column value as a date.
public  doublegetDouble(String columnName)
     Returns the double value for the column.
public  doublegetDouble(int column)
     Returns the double value for the column.
public  intgetFetchDirection()
     Gets the fetch direction.
public  intgetFetchSize()
     Gets the fetch size.
public  floatgetFloat(String columnName)
     Returns the float value for the column.
public  floatgetFloat(int column)
     Returns the float value for the column.
public  intgetHoldability()
    
public  intgetInt(String columnName)
     Returns the int value for the column.
public  intgetInt(int column)
     Returns the int value for the column.
public  Map<AmberExpr, String>getJoinFetchMap()
     Returns the join fetch map.
public  ObjectgetKey(int column)
     Returns the object value for the column.
public  longgetLong(String columnName)
     Returns the long value for the column.
public  longgetLong(int column)
     Returns the long value for the column.
public  java.sql.ResultSetMetaDatagetMetaData()
     Returns the metadata.
public  ReadergetNCharacterStream(int columnIndex)
    
public  ReadergetNCharacterStream(String columnLabel)
    
public  NClobgetNClob(int columnIndex)
    
public  NClobgetNClob(String columnLabel)
    
public  StringgetNString(int columnIndex)
    
public  StringgetNString(String columnLabel)
    
public  intgetNumberOfLoadingColumns()
    
public  ObjectgetObject(int column)
     Returns the object value for the column.
public  ObjectgetObject(String column)
     Returns the object value for the column.
public  ObjectgetObject(int column, Map<String, Class<?>> map)
     Returns the object value for the column.
public  ObjectgetObject(String column, Map<String, Class<?>> map)
     Returns the object value for the column.
public  RefgetRef(int column)
     Returns a ref value for the column.
public  RefgetRef(String column)
     Returns a ref value for the column.
public  intgetRow()
     Returns the current row number.
public  RowIdgetRowId(int columnIndex)
    
public  RowIdgetRowId(String columnLabel)
    
public  SQLXMLgetSQLXML(int columnIndex)
    
public  SQLXMLgetSQLXML(String columnLabel)
    
public  shortgetShort(String columnName)
     Returns the short value for the column.
public  shortgetShort(int column)
     Returns the short value for the column.
public  java.sql.StatementgetStatement()
     Returns the statement for the result.
public  StringgetString(int column)
     Returns the string value for the column.
public  StringgetString(String columnName)
     Returns the string value for the column.
public  TimegetTime(int column)
     Returns the time value for the column.
public  TimegetTime(String column)
     Returns the time value for the column.
public  TimegetTime(int column, Calendar cal)
     Returns the time value for the column.
public  TimegetTime(String column, Calendar cal)
     Returns the time value for the column.
public  TimestampgetTimestamp(int column)
     Returns the column as a timestamp.
public  TimestampgetTimestamp(String column)
     Returns the column as a timestamp.
public  TimestampgetTimestamp(int column, Calendar cal)
     Returns the column as a timestamp.
public  TimestampgetTimestamp(String column, Calendar cal)
     Returns the column as a timestamp.
public  intgetType()
     Returns the type of the last column.
public  URLgetURL(int column)
     Returns a URL value for the column.
public  URLgetURL(String column)
     Returns a URL value for the column.
public  InputStreamgetUnicodeStream(int column)
     Returns a unicode stream for the column.
public  InputStreamgetUnicodeStream(String column)
     Returns a unicode stream for the column.
public  SQLWarninggetWarnings()
     Returns the warnings.
public  voidinit()
    
public  voidinsertRow()
    
public  booleanisAfterLast()
     Returns true if this is after the last row.
public  booleanisBeforeFirst()
     Returns true before the first row.
public  booleanisClosed()
    
public  booleanisFirst()
     Returns true if this is the first row.
public  booleanisLast()
     Returns true if this is the last row.
public  booleanisWrapperFor(Class iface)
    
public  booleanlast()
    
public  voidmoveToCurrentRow()
    
public  voidmoveToInsertRow()
    
public  booleannext()
     Returns the next row.
public  booleanprevious()
     Returns the previous row.
public  voidrefreshRow()
    
public  booleanrelative(int delta)
     Move relative.
public  booleanrowDeleted()
     True if the row was deleted.
public  booleanrowInserted()
     True if the row was inserted.
public  booleanrowUpdated()
    
public  voidsetCacheChunk(ResultSetCacheChunk cacheChunk, ResultSetMetaData metaData)
    
public  voidsetFetchDirection(int dir)
     Sets the fetch direction.
public  voidsetFetchSize(int size)
     Sets the fetch size.
public  voidsetFirstResult(int first)
     Sets the first result.
public  voidsetMaxResults(int max)
     Sets the max result.
public  voidsetQuery(SelectQuery query)
     Sets the query.
public  voidsetResultSet(ResultSet rs)
     Sets the result set.
public  voidsetResultSet(ResultSet rs, ResultSetMetaData metaData)
     Sets the result set and meta data.
public  voidsetSession(AmberConnection aConn)
     Sets the session.
public  voidsetUserQuery(UserQuery userQuery)
    
public  Tunwrap(Class<T> iface)
    
public  voidupdateArray(String column, Array array)
     Updating an array column in the row.
public  voidupdateArray(int column, Array array)
     Updating an array column in the row.
public  voidupdateAsciiStream(String column, InputStream x, int length)
     Updating an ascii stream.
public  voidupdateAsciiStream(int column, InputStream x, int length)
     Updating an ascii stream.
public  voidupdateAsciiStream(int columnIndex, InputStream x, long length)
    
public  voidupdateAsciiStream(String columnLabel, InputStream x, long length)
    
public  voidupdateAsciiStream(int columnIndex, InputStream x)
    
public  voidupdateAsciiStream(String columnLabel, InputStream x)
    
public  voidupdateBigDecimal(String column, BigDecimal decimal)
     Updating a big decimal column in the row.
public  voidupdateBigDecimal(int column, BigDecimal decimal)
     Updating a big decimal column in the row.
public  voidupdateBinaryStream(String column, InputStream x, int length)
     Updating a binary stream.
public  voidupdateBinaryStream(int column, InputStream x, int length)
     Updating a binary stream.
public  voidupdateBinaryStream(int columnIndex, InputStream x, long length)
    
public  voidupdateBinaryStream(String columnLabel, InputStream x, long length)
    
public  voidupdateBinaryStream(int columnIndex, InputStream x)
    
public  voidupdateBinaryStream(String columnLabel, InputStream x)
    
public  voidupdateBlob(String column, Blob blob)
     Updating a blob column in the row.
public  voidupdateBlob(int column, Blob blob)
     Updating a blob column in the row.
public  voidupdateBlob(int columnIndex, InputStream inputStream, long length)
    
public  voidupdateBlob(String columnLabel, InputStream inputStream, long length)
    
public  voidupdateBlob(int columnIndex, InputStream inputStream)
    
public  voidupdateBlob(String columnLabel, InputStream inputStream)
    
public  voidupdateBoolean(String column, boolean value)
     Updating boolean.
public  voidupdateBoolean(int column, boolean value)
     Updating boolean.
public  voidupdateByte(String column, byte value)
     Updating byte.
public  voidupdateByte(int column, byte value)
     Updating byte.
public  voidupdateBytes(String column, byte[] value)
     Updating bytes.
public  voidupdateBytes(int column, byte[] value)
     Updating bytes.
public  voidupdateCharacterStream(String column, Reader x, int length)
     Updating a character stream.
public  voidupdateCharacterStream(int column, Reader x, int length)
     Updating a character stream.
public  voidupdateCharacterStream(int columnIndex, Reader x, long length)
    
public  voidupdateCharacterStream(String columnLabel, Reader reader, long length)
    
public  voidupdateCharacterStream(int columnIndex, Reader x)
    
public  voidupdateCharacterStream(String columnLabel, Reader reader)
    
public  voidupdateClob(String column, Clob clob)
     Updating a clob column in the row.
public  voidupdateClob(int column, Clob clob)
     Updating a clob column in the row.
public  voidupdateClob(int columnIndex, Reader reader, long length)
    
public  voidupdateClob(String columnLabel, Reader reader, long length)
    
public  voidupdateClob(int columnIndex, Reader reader)
    
public  voidupdateClob(String columnLabel, Reader reader)
    
public  voidupdateDate(String column, java.sql.Date date)
     Updating a date column in the row.
public  voidupdateDate(int column, java.sql.Date date)
     Updating a date column in the row.
public  voidupdateDouble(String column, double value)
     Updating double.
public  voidupdateDouble(int column, double value)
     Updating double.
public  voidupdateFloat(String column, float value)
     Updating float.
public  voidupdateFloat(int column, float value)
     Updating float.
public  voidupdateInt(String column, int value)
     Updating int.
public  voidupdateInt(int column, int value)
     Updating int.
public  voidupdateLong(String column, long value)
     Updating long.
public  voidupdateLong(int column, long value)
     Updating long.
public  voidupdateNCharacterStream(int columnIndex, Reader x, long length)
    
public  voidupdateNCharacterStream(String columnLabel, Reader reader, long length)
    
public  voidupdateNCharacterStream(int columnIndex, Reader x)
    
public  voidupdateNCharacterStream(String columnLabel, Reader reader)
    
public  voidupdateNClob(int columnIndex, NClob nClob)
    
public  voidupdateNClob(String columnLabel, NClob nClob)
    
public  voidupdateNClob(int columnIndex, Reader reader, long length)
    
public  voidupdateNClob(String columnLabel, Reader reader, long length)
    
public  voidupdateNClob(int columnIndex, Reader reader)
    
public  voidupdateNClob(String columnLabel, Reader reader)
    
public  voidupdateNString(int columnIndex, String nString)
    
public  voidupdateNString(String columnLabel, String nString)
    
public  voidupdateNull(String column)
     Updating null.
public  voidupdateNull(int column)
     Updating null.
public  voidupdateObject(String column, Object value)
     Updating an object column in the row.
public  voidupdateObject(int column, Object value)
     Updating an object column in the row.
public  voidupdateObject(String column, Object value, int scale)
     Updating an object column in the row.
public  voidupdateObject(int column, Object value, int scale)
     Updating an object column in the row.
public  voidupdateRef(String column, Ref ref)
     Updating a ref column in the row.
public  voidupdateRef(int column, Ref ref)
     Updating a ref column in the row.
public  voidupdateRow()
    
public  voidupdateRowId(int columnIndex, RowId x)
    
public  voidupdateRowId(String columnLabel, RowId x)
    
public  voidupdateSQLXML(int columnIndex, SQLXML xmlObject)
    
public  voidupdateSQLXML(String columnLabel, SQLXML xmlObject)
    
public  voidupdateShort(String column, short value)
     Updating short.
public  voidupdateShort(int column, short value)
     Updating short.
public  voidupdateString(String column, String value)
     Updating a string column in the row.
public  voidupdateString(int column, String value)
     Updating a string column in the row.
public  voidupdateTime(String column, Time time)
     Updating a time column in the row.
public  voidupdateTime(int column, Time time)
     Updating a time column in the row.
public  voidupdateTimestamp(String column, Timestamp timestamp)
     Updating a timestamp column in the row.
public  voidupdateTimestamp(int column, Timestamp timestamp)
     Updating a timestamp column in the row.
public  voidupdateUnicodeStream(String column, InputStream x, int length)
     Updating a unicode stream.
public  voidupdateUnicodeStream(int column, InputStream x, int length)
     Updating a unicode stream.
public  booleanwasNull()
     Returns true if the last column read was null.

Field Detail
CACHE_CHUNK_SIZE
final public static int CACHE_CHUNK_SIZE(Code)




Constructor Detail
ResultSetImpl
public ResultSetImpl()(Code)




Method Detail
absolute
public boolean absolute(int delta) throws SQLException(Code)
Move absolute.



afterLast
public void afterLast() throws SQLException(Code)
Moves after the last row.



beforeFirst
public void beforeFirst() throws SQLException(Code)
Moves before the first row.



cancelRowUpdates
public void cancelRowUpdates() throws SQLException(Code)
cancels the row updates.



clearWarnings
public void clearWarnings() throws SQLException(Code)
Clears the warnings.



close
public void close()(Code)



deleteRow
public void deleteRow() throws SQLException(Code)
delete the row



fillCacheChunk
public void fillCacheChunk(ResultSetCacheChunk cacheChunk) throws SQLException(Code)
Fills the cache chunk.



findColumn
public int findColumn(String columnName) throws SQLException(Code)
Returns the external column id corresponding to the column name.



findEntityItem
public EntityItem findEntityItem(int column) throws SQLException(Code)
Returns the object value for the column.



first
public boolean first() throws SQLException(Code)
Move to first



getArray
public Array getArray(int column) throws SQLException(Code)
Returns an array value for the column.



getArray
public Array getArray(String column) throws SQLException(Code)
Returns an array value for the column.



getAsciiStream
public InputStream getAsciiStream(int column) throws SQLException(Code)
Returns an ascii stream for the column.



getAsciiStream
public InputStream getAsciiStream(String column) throws SQLException(Code)
Returns an ascii stream for the column.



getBigDecimal
public BigDecimal getBigDecimal(int column) throws SQLException(Code)
Returns a big decimal value for the column.



getBigDecimal
public BigDecimal getBigDecimal(String column) throws SQLException(Code)
Returns a big decimal value for the column.



getBigDecimal
public BigDecimal getBigDecimal(int column, int digit) throws SQLException(Code)
Returns a big decimal value for the column.



getBigDecimal
public BigDecimal getBigDecimal(String column, int digit) throws SQLException(Code)
Returns a big decimal value for the column.



getBinaryStream
public InputStream getBinaryStream(int column) throws SQLException(Code)
Returns a binary stream for the column.



getBinaryStream
public InputStream getBinaryStream(String column) throws SQLException(Code)
Returns a binary stream for the column.



getBlob
public Blob getBlob(int column) throws SQLException(Code)
Returns a blob value for the column.



getBlob
public Blob getBlob(String column) throws SQLException(Code)
Returns a blob value for the column.



getBoolean
public boolean getBoolean(String columnName) throws SQLException(Code)
Returns the boolean value for the column.



getBoolean
public boolean getBoolean(int column) throws SQLException(Code)
Returns the boolean value for the column.



getByte
public byte getByte(String columnName) throws SQLException(Code)
Returns the byte value for the column.



getByte
public byte getByte(int column) throws SQLException(Code)
Returns the byte value for the column.



getBytes
public byte[] getBytes(int column) throws SQLException(Code)
Returns the bytes value for the column.



getBytes
public byte[] getBytes(String column) throws SQLException(Code)
Returns the bytes value for the column.



getCharacterStream
public Reader getCharacterStream(int column) throws SQLException(Code)
Returns a character stream for the column.



getCharacterStream
public Reader getCharacterStream(String column) throws SQLException(Code)
Returns a character stream for the column.



getClob
public Clob getClob(int column) throws SQLException(Code)
Returns a clob value for the column.



getClob
public Clob getClob(String column) throws SQLException(Code)
Returns a clob value for the column.



getConcurrency
public int getConcurrency() throws SQLException(Code)
Gets the concurrency.



getCursorName
public String getCursorName() throws SQLException(Code)
Returns the cursor name.



getDate
public java.sql.Date getDate(int column) throws SQLException(Code)
Returns the column value as a date.



getDate
public java.sql.Date getDate(String column) throws SQLException(Code)
Returns the column value as a date.



getDate
public java.sql.Date getDate(int column, Calendar cal) throws SQLException(Code)
Returns the column value as a date.



getDate
public java.sql.Date getDate(String column, Calendar cal) throws SQLException(Code)
Returns the column value as a date.



getDouble
public double getDouble(String columnName) throws SQLException(Code)
Returns the double value for the column.



getDouble
public double getDouble(int column) throws SQLException(Code)
Returns the double value for the column.



getFetchDirection
public int getFetchDirection() throws SQLException(Code)
Gets the fetch direction.



getFetchSize
public int getFetchSize() throws SQLException(Code)
Gets the fetch size.



getFloat
public float getFloat(String columnName) throws SQLException(Code)
Returns the float value for the column.



getFloat
public float getFloat(int column) throws SQLException(Code)
Returns the float value for the column.



getHoldability
public int getHoldability() throws SQLException(Code)



getInt
public int getInt(String columnName) throws SQLException(Code)
Returns the int value for the column.



getInt
public int getInt(int column) throws SQLException(Code)
Returns the int value for the column.



getJoinFetchMap
public Map<AmberExpr, String> getJoinFetchMap()(Code)
Returns the join fetch map.



getKey
public Object getKey(int column) throws SQLException(Code)
Returns the object value for the column.



getLong
public long getLong(String columnName) throws SQLException(Code)
Returns the long value for the column.



getLong
public long getLong(int column) throws SQLException(Code)
Returns the long value for the column.



getMetaData
public java.sql.ResultSetMetaData getMetaData() throws SQLException(Code)
Returns the metadata.



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



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



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



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



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



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



getNumberOfLoadingColumns
public int getNumberOfLoadingColumns()(Code)



getObject
public Object getObject(int column) throws SQLException(Code)
Returns the object value for the column.



getObject
public Object getObject(String column) throws SQLException(Code)
Returns the object value for the column.



getObject
public Object getObject(int column, Map<String, Class<?>> map) throws SQLException(Code)
Returns the object value for the column.



getObject
public Object getObject(String column, Map<String, Class<?>> map) throws SQLException(Code)
Returns the object value for the column.



getRef
public Ref getRef(int column) throws SQLException(Code)
Returns a ref value for the column.



getRef
public Ref getRef(String column) throws SQLException(Code)
Returns a ref value for the column.



getRow
public int getRow() throws SQLException(Code)
Returns the current row number.



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



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



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



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



getShort
public short getShort(String columnName) throws SQLException(Code)
Returns the short value for the column.



getShort
public short getShort(int column) throws SQLException(Code)
Returns the short value for the column.



getStatement
public java.sql.Statement getStatement() throws SQLException(Code)
Returns the statement for the result.



getString
public String getString(int column) throws SQLException(Code)
Returns the string value for the column.



getString
public String getString(String columnName) throws SQLException(Code)
Returns the string value for the column.



getTime
public Time getTime(int column) throws SQLException(Code)
Returns the time value for the column.



getTime
public Time getTime(String column) throws SQLException(Code)
Returns the time value for the column.



getTime
public Time getTime(int column, Calendar cal) throws SQLException(Code)
Returns the time value for the column.



getTime
public Time getTime(String column, Calendar cal) throws SQLException(Code)
Returns the time value for the column.



getTimestamp
public Timestamp getTimestamp(int column) throws SQLException(Code)
Returns the column as a timestamp.



getTimestamp
public Timestamp getTimestamp(String column) throws SQLException(Code)
Returns the column as a timestamp.



getTimestamp
public Timestamp getTimestamp(int column, Calendar cal) throws SQLException(Code)
Returns the column as a timestamp.



getTimestamp
public Timestamp getTimestamp(String column, Calendar cal) throws SQLException(Code)
Returns the column as a timestamp.



getType
public int getType() throws SQLException(Code)
Returns the type of the last column.



getURL
public URL getURL(int column) throws SQLException(Code)
Returns a URL value for the column.



getURL
public URL getURL(String column) throws SQLException(Code)
Returns a URL value for the column.



getUnicodeStream
public InputStream getUnicodeStream(int column) throws SQLException(Code)
Returns a unicode stream for the column.



getUnicodeStream
public InputStream getUnicodeStream(String column) throws SQLException(Code)
Returns a unicode stream for the column.



getWarnings
public SQLWarning getWarnings() throws SQLException(Code)
Returns the warnings.



init
public void init() throws SQLException(Code)
Initialize



insertRow
public void insertRow() throws SQLException(Code)
insert the row



isAfterLast
public boolean isAfterLast() throws SQLException(Code)
Returns true if this is after the last row.



isBeforeFirst
public boolean isBeforeFirst() throws SQLException(Code)
Returns true before the first row.



isClosed
public boolean isClosed() throws SQLException(Code)



isFirst
public boolean isFirst() throws SQLException(Code)
Returns true if this is the first row.



isLast
public boolean isLast() throws SQLException(Code)
Returns true if this is the last row.



isWrapperFor
public boolean isWrapperFor(Class iface) throws SQLException(Code)



last
public boolean last() throws SQLException(Code)
Move to last



moveToCurrentRow
public void moveToCurrentRow() throws SQLException(Code)
move to the current row



moveToInsertRow
public void moveToInsertRow() throws SQLException(Code)
move to insert the row



next
public boolean next() throws SQLException(Code)
Returns the next row.



previous
public boolean previous() throws SQLException(Code)
Returns the previous row.



refreshRow
public void refreshRow() throws SQLException(Code)
refreshes the row



relative
public boolean relative(int delta) throws SQLException(Code)
Move relative.



rowDeleted
public boolean rowDeleted() throws SQLException(Code)
True if the row was deleted.



rowInserted
public boolean rowInserted() throws SQLException(Code)
True if the row was inserted.



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



setCacheChunk
public void setCacheChunk(ResultSetCacheChunk cacheChunk, ResultSetMetaData metaData)(Code)
Sets the first cache chunk



setFetchDirection
public void setFetchDirection(int dir) throws SQLException(Code)
Sets the fetch direction.



setFetchSize
public void setFetchSize(int size) throws SQLException(Code)
Sets the fetch size.



setFirstResult
public void setFirstResult(int first)(Code)
Sets the first result.



setMaxResults
public void setMaxResults(int max)(Code)
Sets the max result.



setQuery
public void setQuery(SelectQuery query)(Code)
Sets the query.



setResultSet
public void setResultSet(ResultSet rs) throws SQLException(Code)
Sets the result set.



setResultSet
public void setResultSet(ResultSet rs, ResultSetMetaData metaData)(Code)
Sets the result set and meta data.



setSession
public void setSession(AmberConnection aConn)(Code)
Sets the session.



setUserQuery
public void setUserQuery(UserQuery userQuery)(Code)
Sets the user query



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



updateArray
public void updateArray(String column, Array array) throws SQLException(Code)
Updating an array column in the row.



updateArray
public void updateArray(int column, Array array) throws SQLException(Code)
Updating an array column in the row.



updateAsciiStream
public void updateAsciiStream(String column, InputStream x, int length) throws SQLException(Code)
Updating an ascii stream.



updateAsciiStream
public void updateAsciiStream(int column, InputStream x, int length) throws SQLException(Code)
Updating an ascii stream.



updateAsciiStream
public void updateAsciiStream(int columnIndex, InputStream x, long length) throws SQLException(Code)



updateAsciiStream
public void updateAsciiStream(String columnLabel, InputStream x, long length) throws SQLException(Code)



updateAsciiStream
public void updateAsciiStream(int columnIndex, InputStream x) throws SQLException(Code)



updateAsciiStream
public void updateAsciiStream(String columnLabel, InputStream x) throws SQLException(Code)



updateBigDecimal
public void updateBigDecimal(String column, BigDecimal decimal) throws SQLException(Code)
Updating a big decimal column in the row.



updateBigDecimal
public void updateBigDecimal(int column, BigDecimal decimal) throws SQLException(Code)
Updating a big decimal column in the row.



updateBinaryStream
public void updateBinaryStream(String column, InputStream x, int length) throws SQLException(Code)
Updating a binary stream.



updateBinaryStream
public void updateBinaryStream(int column, InputStream x, int length) throws SQLException(Code)
Updating a binary stream.



updateBinaryStream
public void updateBinaryStream(int columnIndex, InputStream x, long length) throws SQLException(Code)



updateBinaryStream
public void updateBinaryStream(String columnLabel, InputStream x, long length) throws SQLException(Code)



updateBinaryStream
public void updateBinaryStream(int columnIndex, InputStream x) throws SQLException(Code)



updateBinaryStream
public void updateBinaryStream(String columnLabel, InputStream x) throws SQLException(Code)



updateBlob
public void updateBlob(String column, Blob blob) throws SQLException(Code)
Updating a blob column in the row.



updateBlob
public void updateBlob(int column, Blob blob) throws SQLException(Code)
Updating a blob column in the row.



updateBlob
public void updateBlob(int columnIndex, InputStream inputStream, long length) throws SQLException(Code)



updateBlob
public void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException(Code)



updateBlob
public void updateBlob(int columnIndex, InputStream inputStream) throws SQLException(Code)



updateBlob
public void updateBlob(String columnLabel, InputStream inputStream) throws SQLException(Code)



updateBoolean
public void updateBoolean(String column, boolean value) throws SQLException(Code)
Updating boolean.



updateBoolean
public void updateBoolean(int column, boolean value) throws SQLException(Code)
Updating boolean.



updateByte
public void updateByte(String column, byte value) throws SQLException(Code)
Updating byte.



updateByte
public void updateByte(int column, byte value) throws SQLException(Code)
Updating byte.



updateBytes
public void updateBytes(String column, byte[] value) throws SQLException(Code)
Updating bytes.



updateBytes
public void updateBytes(int column, byte[] value) throws SQLException(Code)
Updating bytes.



updateCharacterStream
public void updateCharacterStream(String column, Reader x, int length) throws SQLException(Code)
Updating a character stream.



updateCharacterStream
public void updateCharacterStream(int column, Reader x, int length) throws SQLException(Code)
Updating a character stream.



updateCharacterStream
public void updateCharacterStream(int columnIndex, Reader x, long length) throws SQLException(Code)



updateCharacterStream
public void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException(Code)



updateCharacterStream
public void updateCharacterStream(int columnIndex, Reader x) throws SQLException(Code)



updateCharacterStream
public void updateCharacterStream(String columnLabel, Reader reader) throws SQLException(Code)



updateClob
public void updateClob(String column, Clob clob) throws SQLException(Code)
Updating a clob column in the row.



updateClob
public void updateClob(int column, Clob clob) throws SQLException(Code)
Updating a clob column in the row.



updateClob
public void updateClob(int columnIndex, Reader reader, long length) throws SQLException(Code)



updateClob
public void updateClob(String columnLabel, Reader reader, long length) throws SQLException(Code)



updateClob
public void updateClob(int columnIndex, Reader reader) throws SQLException(Code)



updateClob
public void updateClob(String columnLabel, Reader reader) throws SQLException(Code)



updateDate
public void updateDate(String column, java.sql.Date date) throws SQLException(Code)
Updating a date column in the row.



updateDate
public void updateDate(int column, java.sql.Date date) throws SQLException(Code)
Updating a date column in the row.



updateDouble
public void updateDouble(String column, double value) throws SQLException(Code)
Updating double.



updateDouble
public void updateDouble(int column, double value) throws SQLException(Code)
Updating double.



updateFloat
public void updateFloat(String column, float value) throws SQLException(Code)
Updating float.



updateFloat
public void updateFloat(int column, float value) throws SQLException(Code)
Updating float.



updateInt
public void updateInt(String column, int value) throws SQLException(Code)
Updating int.



updateInt
public void updateInt(int column, int value) throws SQLException(Code)
Updating int.



updateLong
public void updateLong(String column, long value) throws SQLException(Code)
Updating long.



updateLong
public void updateLong(int column, long value) throws SQLException(Code)
Updating long.



updateNCharacterStream
public void updateNCharacterStream(int columnIndex, Reader x, long length) throws SQLException(Code)



updateNCharacterStream
public void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException(Code)



updateNCharacterStream
public void updateNCharacterStream(int columnIndex, Reader x) throws SQLException(Code)



updateNCharacterStream
public void updateNCharacterStream(String columnLabel, Reader reader) throws SQLException(Code)



updateNClob
public void updateNClob(int columnIndex, NClob nClob) throws SQLException(Code)



updateNClob
public void updateNClob(String columnLabel, NClob nClob) throws SQLException(Code)



updateNClob
public void updateNClob(int columnIndex, Reader reader, long length) throws SQLException(Code)



updateNClob
public void updateNClob(String columnLabel, Reader reader, long length) throws SQLException(Code)



updateNClob
public void updateNClob(int columnIndex, Reader reader) throws SQLException(Code)



updateNClob
public void updateNClob(String columnLabel, Reader reader) throws SQLException(Code)



updateNString
public void updateNString(int columnIndex, String nString) throws SQLException(Code)



updateNString
public void updateNString(String columnLabel, String nString) throws SQLException(Code)



updateNull
public void updateNull(String column) throws SQLException(Code)
Updating null.



updateNull
public void updateNull(int column) throws SQLException(Code)
Updating null.



updateObject
public void updateObject(String column, Object value) throws SQLException(Code)
Updating an object column in the row.



updateObject
public void updateObject(int column, Object value) throws SQLException(Code)
Updating an object column in the row.



updateObject
public void updateObject(String column, Object value, int scale) throws SQLException(Code)
Updating an object column in the row.



updateObject
public void updateObject(int column, Object value, int scale) throws SQLException(Code)
Updating an object column in the row.



updateRef
public void updateRef(String column, Ref ref) throws SQLException(Code)
Updating a ref column in the row.



updateRef
public void updateRef(int column, Ref ref) throws SQLException(Code)
Updating a ref column in the row.



updateRow
public void updateRow() throws SQLException(Code)
updates the row



updateRowId
public void updateRowId(int columnIndex, RowId x) throws SQLException(Code)



updateRowId
public void updateRowId(String columnLabel, RowId x) throws SQLException(Code)



updateSQLXML
public void updateSQLXML(int columnIndex, SQLXML xmlObject) throws SQLException(Code)



updateSQLXML
public void updateSQLXML(String columnLabel, SQLXML xmlObject) throws SQLException(Code)



updateShort
public void updateShort(String column, short value) throws SQLException(Code)
Updating short.



updateShort
public void updateShort(int column, short value) throws SQLException(Code)
Updating short.



updateString
public void updateString(String column, String value) throws SQLException(Code)
Updating a string column in the row.



updateString
public void updateString(int column, String value) throws SQLException(Code)
Updating a string column in the row.



updateTime
public void updateTime(String column, Time time) throws SQLException(Code)
Updating a time column in the row.



updateTime
public void updateTime(int column, Time time) throws SQLException(Code)
Updating a time column in the row.



updateTimestamp
public void updateTimestamp(String column, Timestamp timestamp) throws SQLException(Code)
Updating a timestamp column in the row.



updateTimestamp
public void updateTimestamp(int column, Timestamp timestamp) throws SQLException(Code)
Updating a timestamp column in the row.



updateUnicodeStream
public void updateUnicodeStream(String column, InputStream x, int length) throws SQLException(Code)
Updating a unicode stream.



updateUnicodeStream
public void updateUnicodeStream(int column, InputStream x, int length) throws SQLException(Code)
Updating a unicode stream.



wasNull
public boolean wasNull() throws SQLException(Code)
Returns true if the last column read was null.



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.