Java Doc for ResultSet.java in  » Database-DBMS » db-derby-10.2 » org » apache » derby » client » am » 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 DBMS » db derby 10.2 » org.apache.derby.client.am 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.derby.client.am.ResultSet

All known Subclasses:   org.apache.derby.client.net.NetResultSet,
ResultSet
abstract public class ResultSet implements java.sql.ResultSet,ResultSetCallbackInterface(Code)


Field Summary
final public static  intABSOLUTE_ROWSET
    
final public static  byteDDM_RETURN_CALLER
    
final public static  byteDDM_RETURN_CLIENT
    
final public static  intFIRST_ROWSET
    
final public static  intLAST_ROWSET
    
final public static  intNEXT_ROWSET
    
final public static  intPREVIOUS_ROWSET
    
final public static  intREFRESH_ROWSET
    
final public static  intRELATIVE_ROWSET
    
protected  longabsolutePosition_
    
protected  longabsoluteRowNumberForTheIntendedRow_
    
protected  Agentagent_
    
 booleanautoCommitted_
    
final public  Connectionconnection_
    
protected  longcurrentRowInRowset_
    
public  booleancursorHold_
    
public  booleancursorUnpositionedOnServer_
    
public  Cursorcursor_
    
public  intfetchDirection_
    
public  intfetchSize_
    
protected  longfirstRowInRowset_
    
public  SectiongeneratedSection_
    
public  booleanisAfterLast_
    
public  booleanisBeforeFirst_
    
public  booleanisFirst_
    
public  booleanisLast_
    
protected  booleanisOnCurrentRow_
    
public  booleanisRowsetCursor_
    
public  booleanisValidCursorPosition_
    
protected  longlastRowInRowset_
    
 booleanlistenToUnitOfWork_
    
public  intnestingLevel_
    
 booleanopenOnClient_
    
public  booleanopenOnServer_
    
public  PreparedStatementpreparedStatementForDelete_
    
public  PreparedStatementpreparedStatementForInsert_
    
public  PreparedStatementpreparedStatementForUpdate_
    
public  longqueryInstanceIdentifier_
    
public  SqlcaqueryTerminatingSqlca_
    
public  intresultSetConcurrency_
    
public  intresultSetHoldability_
    
public  ColumnMetaDataresultSetMetaData_
    
public  intresultSetType_
    
public  longrowCount_
    
public  introwsReceivedInCurrentRowset_
    
public  introwsYetToBeReceivedForRowset_
    
public  booleanrowsetContainsLastRow_
    
public  Sqlca[]rowsetSqlca_
    
protected  bytersReturnability_
    
final public static  intscrollOrientation_absolute__
    
final public static  intscrollOrientation_after__
    
final public static  intscrollOrientation_before__
    
final public static  intscrollOrientation_current__
    
final public static  intscrollOrientation_first__
    
final public static  intscrollOrientation_last__
    
final public static  intscrollOrientation_next__
    
final public static  intscrollOrientation_prior__
    
final public static  intscrollOrientation_relative__
    
public  booleanscrollable_
    
public  intsensitivity_
    
final public static  intsensitivity_insensitive__
    
final public static  intsensitivity_sensitive_dynamic__
    
final public static  intsensitivity_sensitive_static__
    
final public static  intsensitivity_unknown__
    
public  Statementstatement_
    
protected  intsuggestedFetchSize_
    
final public static  intupdatability_delete__
    
final public static  intupdatability_readOnly__
    
final public static  intupdatability_unknown__
    
final public static  intupdatability_update__
    

Constructor Summary
protected  ResultSet(Agent agent, Statement statement, Cursor cursor, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
    

Method Summary
public  booleanabsolute(int row)
    
public  booleanabsoluteX(int row)
    
public  voidaccumulateWarning(SqlWarning e)
    
public  voidafterLast()
    
public  voidbeforeFirst()
    
public  voidcancelRowUpdates()
    
final protected  voidcheckAndThrowReceivedQueryTerminatingException()
    
final protected  voidcheckForClosedResultSet()
    
final  voidcheckForValidColumnIndex(int column)
    
final public  voidclearWarnings()
     Clear all warnings on this ResultSet and make subsequent calls to getWarnings() return null until a new warning is reported.
final public  voidclearWarningsX()
    
public  voidclose()
    
final public  voidcloseX()
    
public  voidcompleteLocalCommit(java.util.Iterator listenerIterator)
    
public  voidcompleteLocalRollback(java.util.Iterator listenerIterator)
    
public  intcompleteSqlca(Sqlca sqlca)
    
protected  voiddelete()
    
public  voiddeleteRow()
    
public  voidearlyCloseComplete(Sqlca sqlca)
    
public  voidexpandRowsetSqlca()
    
final public  intfindColumn(String columnName)
    
public  booleanfirst()
    
 voidflowCloseAndAutoCommitIfNotAutoCommitted()
    
public  voidflowFetch()
    
public  voidflowPositioningFetch(int scrollOrientation, int rowToFetch)
    
public  java.sql.ArraygetArray(int column)
    
final public  java.sql.ArraygetArray(String columnName)
    
public  java.io.InputStreamgetAsciiStream(int column)
    
final public  java.io.InputStreamgetAsciiStream(String columnName)
    
public  java.math.BigDecimalgetBigDecimal(int column, int scale)
    
public  java.math.BigDecimalgetBigDecimal(int column)
    
final public  java.math.BigDecimalgetBigDecimal(String columnName, int scale)
    
final public  java.math.BigDecimalgetBigDecimal(String columnName)
    
public  java.io.InputStreamgetBinaryStream(int column)
    
final public  java.io.InputStreamgetBinaryStream(String columnName)
    
public  java.sql.BlobgetBlob(int column)
    
final public  java.sql.BlobgetBlob(String columnName)
    
public  booleangetBoolean(int column)
    
final public  booleangetBoolean(String columnName)
    
public  bytegetByte(int column)
    
final public  bytegetByte(String columnName)
    
public  byte[]getBytes(int column)
    
final public  byte[]getBytes(String columnName)
    
public  java.io.ReadergetCharacterStream(int column)
    
final public  java.io.ReadergetCharacterStream(String columnName)
    
public  java.sql.ClobgetClob(int column)
    
final public  java.sql.ClobgetClob(String columnName)
    
public  intgetConcurrency()
    
public  ConnectionCallbackInterfacegetConnectionCallbackInterface()
    
public  StringgetCursorName()
    
public  java.sql.DategetDate(int column)
    
public  java.sql.DategetDate(int column, java.util.Calendar calendar)
    
final public  java.sql.DategetDate(String columnName)
    
final public  java.sql.DategetDate(String columnName, java.util.Calendar cal)
    
public  doublegetDouble(int column)
    
final public  doublegetDouble(String columnName)
    
public  intgetFetchDirection()
    
public  intgetFetchSize()
    
public  floatgetFloat(int column)
    
final public  floatgetFloat(String columnName)
    
final public  intgetHoldability()
     Retrieves the holdability for this ResultSet object.
public  intgetInt(int column)
    
final public  intgetInt(String columnName)
    
public  longgetLong(int column)
    
final public  longgetLong(String columnName)
    
public  java.sql.ResultSetMetaDatagetMetaData()
    
 ColumnMetaDatagetMetaDataX()
    
public  ObjectgetObject(int column)
    
public  ObjectgetObject(int column, java.util.Map map)
    
final public  ObjectgetObject(String columnName)
    
final public  ObjectgetObject(String columnName, java.util.Map map)
    
 ObjectgetObjectX(int column)
    
public  bytegetRSReturnability()
    
public  java.sql.RefgetRef(int column)
    
final public  java.sql.RefgetRef(String columnName)
    
public  intgetRow()
    
protected  voidgetRowCount()
    
public  shortgetShort(int column)
    
final public  shortgetShort(String columnName)
    
public  java.sql.StatementgetStatement()
     Retrieves the Statement object that produced this object, or null if the ResultSet was not produced by a Statement object.
public  StatementCallbackInterfacegetStatementCallbackInterface()
    
public  StringgetString(int column)
    
final public  StringgetString(String columnName)
    
public  java.sql.TimegetTime(int column)
    
public  java.sql.TimegetTime(int column, java.util.Calendar calendar)
    
final public  java.sql.TimegetTime(String columnName)
    
final public  java.sql.TimegetTime(String columnName, java.util.Calendar cal)
    
public  java.sql.TimestampgetTimestamp(int column)
    
public  java.sql.TimestampgetTimestamp(int column, java.util.Calendar calendar)
    
final public  java.sql.TimestampgetTimestamp(String columnName)
    
final public  java.sql.TimestampgetTimestamp(String columnName, java.util.Calendar cal)
    
public  intgetType()
    
public  java.net.URLgetURL(int columnIndex)
    
public  java.net.URLgetURL(String columnName)
    
public  java.io.InputStreamgetUnicodeStream(int column)
     Retrieve the value of the specified column as a stream of two-byte Unicode characters.
final public  java.io.InputStreamgetUnicodeStream(String columnName)
    
final public  java.sql.SQLWarninggetWarnings()
     Returns the first SQLWarning reported on this ResultSet object, or null if there are no warnings.
protected  voidinsert()
    
public  voidinsertRow()
    
public  booleanisAfterLast()
    
public  booleanisBeforeFirst()
    
final public  booleanisClosed()
     Checks whether this ResultSet object has been closed, either automatically or because close() has been called.
public  booleanisFirst()
    
public  booleanisLast()
    
public  booleanlast()
    
public  voidlistenToUnitOfWork()
    
 voidmarkAutoCommitted()
    
 voidmarkClosed()
     Mark this ResultSet as closed.
 voidmarkClosed(boolean removeListener)
     Mark this ResultSet as closed.
public  voidmarkClosedOnServer()
     Mark this ResultSet as closed on the server.
protected  voidmoveToAfterLast()
    
protected  voidmoveToBeforeFirst()
    
public  voidmoveToCurrentRow()
    
public  voidmoveToInsertRow()
    
final public  booleannext()
    
 booleannextX()
    
public  voidnullDataForGC()
    
abstract protected  voidparseRowset_()
    
public  voidparseScrollableRowset()
    
protected  voidpositionToCurrentRowAndDelete()
    
protected  voidpositionToCurrentRowAndUpdate()
    
abstract protected  voidpreClose_()
     Method that is invoked by closeX() before the result set is actually being closed.
public  booleanprevious()
    
 voidreadClose()
    
abstract public  voidreadCursorClose_()
    
public  voidreadDeleteRow()
    
abstract public  voidreadFetch_()
    
public  voidreadInsertRow()
    
abstract public  voidreadPositioningFetch_()
    
abstract public  voidreadScrollableFetch_()
    
public  voidreadUpdateRow()
    
public  voidrefreshRow()
    
public  booleanrelative(int rows)
    
public  booleanrepositionScrollableResultSetBeforeJDBC1PositionedUpdateDelete()
    
protected  booleanrowCountIsKnown()
    
protected  booleanrowCountIsUnknown()
    
public  booleanrowDeleted()
    
public  booleanrowInserted()
    
public  booleanrowUpdated()
    
public  voidsetFetchDirection(int direction)
    
public  voidsetFetchSize(int rows)
    
abstract public  voidsetFetchSize_(int rows)
    
public  voidsetRSReturnability(byte rsReturnability)
    
public  voidsetRowCountEvent(long rowCount)
    
public  voidsetRowsetAfterLastEvent()
    
public  voidsetRowsetBeforeFirstEvent()
    
public  voidsetRowsetNoRowsEvent()
    
public  voidsetValidCursorPosition(boolean isValidCursorPosition)
    
protected  voidupdate()
    
public  voidupdateArray(int columnIndex, java.sql.Array x)
    
public  voidupdateArray(String columnName, java.sql.Array x)
    
public  voidupdateAsciiStream(int column, java.io.InputStream x, int length)
    
public  voidupdateAsciiStream(String columnName, java.io.InputStream x, int length)
    
public  voidupdateAsciiStream(int columnIndex, InputStream x)
     Updates the designated column with an ascii stream value. The data will be read from the stream as needed until end-of-stream is reached. The updater methods are used to update column values in the current row or the insert row.
public  voidupdateAsciiStream(int columnIndex, InputStream x, long length)
     Update a column with an ascii stream value. The updateXXX() methods are used to update column values in the current row, or the insert row.
public  voidupdateAsciiStream(String columnName, InputStream x)
     Updates the designated column with an ascii stream value. The data will be read from the stream as needed until end-of-stream is reached. The updater methods are used to update column values in the current row or the insert row.
public  voidupdateAsciiStream(String columnName, InputStream x, long length)
     Update a column with an ascii stream value. The updateXXX() methods are used to update column values in the current row, or the insert row.
public  voidupdateBigDecimal(int column, java.math.BigDecimal x)
    
public  voidupdateBigDecimal(String columnName, java.math.BigDecimal x)
    
public  voidupdateBinaryStream(int column, java.io.InputStream x, int length)
    
public  voidupdateBinaryStream(String columnName, java.io.InputStream x, int length)
    
public  voidupdateBinaryStream(int columnIndex, InputStream x)
     Updates the designated column with a binary stream value. The data will be read from the stream as needed until end-of-stream is reached. The updater methods are used to update column values in the current row or the insert row.
public  voidupdateBinaryStream(int columnIndex, InputStream x, long length)
     Update a column with a binary stream value. The updateXXX() methods are used to update column values in the current row, or the insert row.
public  voidupdateBinaryStream(String columnLabel, InputStream x)
     Updates the designated column with a binary stream value. The data will be read from the stream as needed until end-of-stream is reached. The updater methods are used to update column values in the current row or the insert row.
public  voidupdateBinaryStream(String columnName, InputStream x, long length)
     Update a column with a binary stream value. The updateXXX() methods are used to update column values in the current row, or the insert row.
public  voidupdateBlob(int columnIndex, java.sql.Blob x)
    
public  voidupdateBlob(String columnName, java.sql.Blob x)
    
public  voidupdateBlob(int columnIndex, InputStream x)
     Updates the designated column using the given input stream. The data will be read from the stream as needed until end-of-stream is reached. The updater methods are used to update column values in the current row or the insert row.
public  voidupdateBlob(String columnLabel, InputStream x)
     Updates the designated column using the given input stream. The data will be read from the stream as needed until end-of-stream is reached. The updater methods are used to update column values in the current row or the insert row.
public  voidupdateBoolean(int column, boolean x)
    
public  voidupdateBoolean(String columnName, boolean x)
    
public  voidupdateByte(int column, byte x)
    
public  voidupdateByte(String columnName, byte x)
    
public  voidupdateBytes(int column, byte x)
    
public  voidupdateBytes(String columnName, byte x)
    
public  voidupdateCharacterStream(int column, java.io.Reader x, int length)
    
public  voidupdateCharacterStream(String columnName, java.io.Reader x, int length)
    
public  voidupdateCharacterStream(int columnIndex, Reader reader)
     Updates the designated column with a character stream value. The data will be read from the stream as needed until end-of-stream is reached. The updater methods are used to update column values in the current row or the insert row.
public  voidupdateCharacterStream(int columnIndex, Reader x, long length)
     Update a column with a character stream value. The updateXXX() methods are used to update column values in the current row, or the insert row.
public  voidupdateCharacterStream(String columnLabel, Reader reader)
     Updates the designated column with a character stream value. The data will be read from the stream as needed until end-of-stream is reached. The updater methods are used to update column values in the current row or the insert row.
public  voidupdateCharacterStream(String columnName, Reader reader, long length)
     Update a column with a character stream value. The updateXXX() methods are used to update column values in the current row, or the insert row.
public  voidupdateClob(int columnIndex, java.sql.Clob x)
    
public  voidupdateClob(String columnName, java.sql.Clob x)
    
public  voidupdateClob(int columnIndex, Reader reader)
     Updates the designated column using the given Reader object.
public  voidupdateClob(String columnLabel, Reader reader)
     Updates the designated column using the given Reader object.
protected  voidupdateColumnInfoFromCache()
    
public  voidupdateDate(int column, java.sql.Date x)
    
public  voidupdateDate(String columnName, java.sql.Date x)
    
public  voidupdateDouble(int column, double x)
    
public  voidupdateDouble(String columnName, double x)
    
public  voidupdateFloat(int column, float x)
    
public  voidupdateFloat(String columnName, float x)
    
public  voidupdateInt(int column, int x)
    
public  voidupdateInt(String columnName, int x)
    
public  voidupdateLong(int column, long x)
    
public  voidupdateLong(String columnName, long x)
    
public  voidupdateNCharacterStream(int columnIndex, Reader x)
    
public  voidupdateNCharacterStream(String columnName, Reader x)
    
public  voidupdateNClob(int columnIndex, Reader reader)
    
public  voidupdateNClob(String columnName, Reader reader)
    
public  voidupdateNull(int column)
    
public  voidupdateNull(String columnName)
    
public  voidupdateObject(int column, Object x, int scale)
    
public  voidupdateObject(int column, Object x)
    
public  voidupdateObject(String columnName, Object x, int scale)
    
public  voidupdateObject(String columnName, Object x)
    
public  voidupdateRef(int columnIndex, java.sql.Ref x)
    
public  voidupdateRef(String columnName, java.sql.Ref x)
    
public  voidupdateRow()
    
public  voidupdateShort(int column, short x)
    
public  voidupdateShort(String columnName, short x)
    
public  voidupdateString(int column, String x)
    
public  voidupdateString(String columnName, String x)
    
public  voidupdateTime(int column, java.sql.Time x)
    
public  voidupdateTime(String columnName, java.sql.Time x)
    
public  voidupdateTimestamp(int column, java.sql.Timestamp x)
    
public  voidupdateTimestamp(String columnName, java.sql.Timestamp x)
    
 voiduseStream(int columnIndex)
    
public  booleanwasNull()
    
 voidwriteClose()
    
abstract public  voidwriteCursorClose_(Section section)
    
public  voidwriteDeleteRow()
    
abstract public  voidwriteFetch_(Section section)
    
public  voidwriteInsertRow(boolean chainedWritesFollowingSetLob)
    
abstract public  voidwritePositioningFetch_(Section section, int orientation, long rowToFetch)
    
abstract public  voidwriteScrollableFetch_(Section section, int fetchSize, int orientation, long rowToFetch, boolean resetQueryBlocks)
    
public  voidwriteUpdateRow(boolean chainedWritesFollowingSetLob)
    

Field Detail
ABSOLUTE_ROWSET
final public static int ABSOLUTE_ROWSET(Code)



DDM_RETURN_CALLER
final public static byte DDM_RETURN_CALLER(Code)



DDM_RETURN_CLIENT
final public static byte DDM_RETURN_CLIENT(Code)



FIRST_ROWSET
final public static int FIRST_ROWSET(Code)



LAST_ROWSET
final public static int LAST_ROWSET(Code)



NEXT_ROWSET
final public static int NEXT_ROWSET(Code)



PREVIOUS_ROWSET
final public static int PREVIOUS_ROWSET(Code)



REFRESH_ROWSET
final public static int REFRESH_ROWSET(Code)



RELATIVE_ROWSET
final public static int RELATIVE_ROWSET(Code)



absolutePosition_
protected long absolutePosition_(Code)



absoluteRowNumberForTheIntendedRow_
protected long absoluteRowNumberForTheIntendedRow_(Code)



agent_
protected Agent agent_(Code)



autoCommitted_
boolean autoCommitted_(Code)



connection_
final public Connection connection_(Code)



currentRowInRowset_
protected long currentRowInRowset_(Code)



cursorHold_
public boolean cursorHold_(Code)



cursorUnpositionedOnServer_
public boolean cursorUnpositionedOnServer_(Code)



cursor_
public Cursor cursor_(Code)



fetchDirection_
public int fetchDirection_(Code)



fetchSize_
public int fetchSize_(Code)



firstRowInRowset_
protected long firstRowInRowset_(Code)



generatedSection_
public Section generatedSection_(Code)



isAfterLast_
public boolean isAfterLast_(Code)



isBeforeFirst_
public boolean isBeforeFirst_(Code)



isFirst_
public boolean isFirst_(Code)



isLast_
public boolean isLast_(Code)



isOnCurrentRow_
protected boolean isOnCurrentRow_(Code)



isRowsetCursor_
public boolean isRowsetCursor_(Code)



isValidCursorPosition_
public boolean isValidCursorPosition_(Code)



lastRowInRowset_
protected long lastRowInRowset_(Code)



listenToUnitOfWork_
boolean listenToUnitOfWork_(Code)



nestingLevel_
public int nestingLevel_(Code)



openOnClient_
boolean openOnClient_(Code)



openOnServer_
public boolean openOnServer_(Code)



preparedStatementForDelete_
public PreparedStatement preparedStatementForDelete_(Code)



preparedStatementForInsert_
public PreparedStatement preparedStatementForInsert_(Code)



preparedStatementForUpdate_
public PreparedStatement preparedStatementForUpdate_(Code)



queryInstanceIdentifier_
public long queryInstanceIdentifier_(Code)



queryTerminatingSqlca_
public Sqlca queryTerminatingSqlca_(Code)



resultSetConcurrency_
public int resultSetConcurrency_(Code)



resultSetHoldability_
public int resultSetHoldability_(Code)



resultSetMetaData_
public ColumnMetaData resultSetMetaData_(Code)



resultSetType_
public int resultSetType_(Code)



rowCount_
public long rowCount_(Code)



rowsReceivedInCurrentRowset_
public int rowsReceivedInCurrentRowset_(Code)



rowsYetToBeReceivedForRowset_
public int rowsYetToBeReceivedForRowset_(Code)



rowsetContainsLastRow_
public boolean rowsetContainsLastRow_(Code)



rowsetSqlca_
public Sqlca[] rowsetSqlca_(Code)



rsReturnability_
protected byte rsReturnability_(Code)



scrollOrientation_absolute__
final public static int scrollOrientation_absolute__(Code)



scrollOrientation_after__
final public static int scrollOrientation_after__(Code)



scrollOrientation_before__
final public static int scrollOrientation_before__(Code)



scrollOrientation_current__
final public static int scrollOrientation_current__(Code)



scrollOrientation_first__
final public static int scrollOrientation_first__(Code)



scrollOrientation_last__
final public static int scrollOrientation_last__(Code)



scrollOrientation_next__
final public static int scrollOrientation_next__(Code)



scrollOrientation_prior__
final public static int scrollOrientation_prior__(Code)



scrollOrientation_relative__
final public static int scrollOrientation_relative__(Code)



scrollable_
public boolean scrollable_(Code)



sensitivity_
public int sensitivity_(Code)



sensitivity_insensitive__
final public static int sensitivity_insensitive__(Code)



sensitivity_sensitive_dynamic__
final public static int sensitivity_sensitive_dynamic__(Code)



sensitivity_sensitive_static__
final public static int sensitivity_sensitive_static__(Code)



sensitivity_unknown__
final public static int sensitivity_unknown__(Code)



statement_
public Statement statement_(Code)



suggestedFetchSize_
protected int suggestedFetchSize_(Code)



updatability_delete__
final public static int updatability_delete__(Code)



updatability_readOnly__
final public static int updatability_readOnly__(Code)



updatability_unknown__
final public static int updatability_unknown__(Code)



updatability_update__
final public static int updatability_update__(Code)




Constructor Detail
ResultSet
protected ResultSet(Agent agent, Statement statement, Cursor cursor, int resultSetType, int resultSetConcurrency, int resultSetHoldability)(Code)




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



absoluteX
public boolean absoluteX(int row) throws SqlException(Code)



accumulateWarning
public void accumulateWarning(SqlWarning e)(Code)



afterLast
public void afterLast() throws SQLException(Code)



beforeFirst
public void beforeFirst() throws SQLException(Code)



cancelRowUpdates
public void cancelRowUpdates() throws SQLException(Code)



checkAndThrowReceivedQueryTerminatingException
final protected void checkAndThrowReceivedQueryTerminatingException() throws SqlException(Code)



checkForClosedResultSet
final protected void checkForClosedResultSet() throws SqlException(Code)



checkForValidColumnIndex
final void checkForValidColumnIndex(int column) throws SqlException(Code)



clearWarnings
final public void clearWarnings() throws SQLException(Code)
Clear all warnings on this ResultSet and make subsequent calls to getWarnings() return null until a new warning is reported.
exception:
  SQLException - if a database error occurs or theresult set is closed



clearWarningsX
final public void clearWarningsX()(Code)



close
public void close() throws SQLException(Code)



closeX
final public void closeX() throws SqlException(Code)



completeLocalCommit
public void completeLocalCommit(java.util.Iterator listenerIterator)(Code)



completeLocalRollback
public void completeLocalRollback(java.util.Iterator listenerIterator)(Code)



completeSqlca
public int completeSqlca(Sqlca sqlca)(Code)



delete
protected void delete() throws SqlException(Code)



deleteRow
public void deleteRow() throws java.sql.SQLException(Code)



earlyCloseComplete
public void earlyCloseComplete(Sqlca sqlca)(Code)



expandRowsetSqlca
public void expandRowsetSqlca()(Code)



findColumn
final public int findColumn(String columnName) throws SQLException(Code)



first
public boolean first() throws SQLException(Code)



flowCloseAndAutoCommitIfNotAutoCommitted
void flowCloseAndAutoCommitIfNotAutoCommitted() throws SqlException(Code)



flowFetch
public void flowFetch() throws DisconnectException, SqlException(Code)



flowPositioningFetch
public void flowPositioningFetch(int scrollOrientation, int rowToFetch) throws DisconnectException(Code)



getArray
public java.sql.Array getArray(int column) throws SQLException(Code)



getArray
final public java.sql.Array getArray(String columnName) throws SQLException(Code)



getAsciiStream
public java.io.InputStream getAsciiStream(int column) throws SQLException(Code)



getAsciiStream
final public java.io.InputStream getAsciiStream(String columnName) throws SQLException(Code)



getBigDecimal
public java.math.BigDecimal getBigDecimal(int column, int scale) throws SQLException(Code)



getBigDecimal
public java.math.BigDecimal getBigDecimal(int column) throws SQLException(Code)



getBigDecimal
final public java.math.BigDecimal getBigDecimal(String columnName, int scale) throws SQLException(Code)



getBigDecimal
final public java.math.BigDecimal getBigDecimal(String columnName) throws SQLException(Code)



getBinaryStream
public java.io.InputStream getBinaryStream(int column) throws SQLException(Code)



getBinaryStream
final public java.io.InputStream getBinaryStream(String columnName) throws SQLException(Code)



getBlob
public java.sql.Blob getBlob(int column) throws SQLException(Code)



getBlob
final public java.sql.Blob getBlob(String columnName) throws SQLException(Code)



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



getBoolean
final public boolean getBoolean(String columnName) throws SQLException(Code)



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



getByte
final public byte getByte(String columnName) throws SQLException(Code)



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



getBytes
final public byte[] getBytes(String columnName) throws SQLException(Code)



getCharacterStream
public java.io.Reader getCharacterStream(int column) throws SQLException(Code)



getCharacterStream
final public java.io.Reader getCharacterStream(String columnName) throws SQLException(Code)



getClob
public java.sql.Clob getClob(int column) throws SQLException(Code)



getClob
final public java.sql.Clob getClob(String columnName) throws SQLException(Code)



getConcurrency
public int getConcurrency() throws SQLException(Code)



getConnectionCallbackInterface
public ConnectionCallbackInterface getConnectionCallbackInterface()(Code)



getCursorName
public String getCursorName() throws SQLException(Code)



getDate
public java.sql.Date getDate(int column) throws SQLException(Code)



getDate
public java.sql.Date getDate(int column, java.util.Calendar calendar) throws SQLException(Code)



getDate
final public java.sql.Date getDate(String columnName) throws SQLException(Code)



getDate
final public java.sql.Date getDate(String columnName, java.util.Calendar cal) throws SQLException(Code)



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



getDouble
final public double getDouble(String columnName) throws SQLException(Code)



getFetchDirection
public int getFetchDirection() throws SQLException(Code)



getFetchSize
public int getFetchSize() throws SQLException(Code)



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



getFloat
final public float getFloat(String columnName) throws SQLException(Code)



getHoldability
final public int getHoldability() throws SQLException(Code)
Retrieves the holdability for this ResultSet object. either ResultSet.HOLD_CURSORS_OVER_COMMITor ResultSet.CLOSE_CURSORS_AT_COMMIT
exception:
  SQLException - if a database error occurs



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



getInt
final public int getInt(String columnName) throws SQLException(Code)



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



getLong
final public long getLong(String columnName) throws SQLException(Code)



getMetaData
public java.sql.ResultSetMetaData getMetaData() throws SQLException(Code)



getMetaDataX
ColumnMetaData getMetaDataX() throws SqlException(Code)



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



getObject
public Object getObject(int column, java.util.Map map) throws SQLException(Code)



getObject
final public Object getObject(String columnName) throws SQLException(Code)



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



getObjectX
Object getObjectX(int column) throws SqlException(Code)



getRSReturnability
public byte getRSReturnability()(Code)



getRef
public java.sql.Ref getRef(int column) throws SQLException(Code)



getRef
final public java.sql.Ref getRef(String columnName) throws SQLException(Code)



getRow
public int getRow() throws SQLException(Code)



getRowCount
protected void getRowCount() throws SqlException(Code)



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



getShort
final public short getShort(String columnName) throws SQLException(Code)



getStatement
public java.sql.Statement getStatement() throws SQLException(Code)
Retrieves the Statement object that produced this object, or null if the ResultSet was not produced by a Statement object. the Statement that produced this object ornull
exception:
  SQLException - if a database error occurs or theresult set is closed



getStatementCallbackInterface
public StatementCallbackInterface getStatementCallbackInterface()(Code)



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



getString
final public String getString(String columnName) throws SQLException(Code)



getTime
public java.sql.Time getTime(int column) throws SQLException(Code)



getTime
public java.sql.Time getTime(int column, java.util.Calendar calendar) throws SQLException(Code)



getTime
final public java.sql.Time getTime(String columnName) throws SQLException(Code)



getTime
final public java.sql.Time getTime(String columnName, java.util.Calendar cal) throws SQLException(Code)



getTimestamp
public java.sql.Timestamp getTimestamp(int column) throws SQLException(Code)



getTimestamp
public java.sql.Timestamp getTimestamp(int column, java.util.Calendar calendar) throws SQLException(Code)



getTimestamp
final public java.sql.Timestamp getTimestamp(String columnName) throws SQLException(Code)



getTimestamp
final public java.sql.Timestamp getTimestamp(String columnName, java.util.Calendar cal) throws SQLException(Code)



getType
public int getType() throws SQLException(Code)



getURL
public java.net.URL getURL(int columnIndex) throws SQLException(Code)



getURL
public java.net.URL getURL(String columnName) throws SQLException(Code)



getUnicodeStream
public java.io.InputStream getUnicodeStream(int column) throws SQLException(Code)
Retrieve the value of the specified column as a stream of two-byte Unicode characters. Deprecated in JDBC 2.0 and this method will just throw a feature not implemented exception.
Parameters:
  column - the column to retrieve as a Unicode stream
exception:
  SQLException - throws feature not implemented



getUnicodeStream
final public java.io.InputStream getUnicodeStream(String columnName) throws SQLException(Code)



getWarnings
final public java.sql.SQLWarning getWarnings() throws SQLException(Code)
Returns the first SQLWarning reported on this ResultSet object, or null if there are no warnings. Subsequent warnings are chained on the returned object. the first SQLWarning in the chain, ornull if no warnings are reported
exception:
  SQLException - if a database error occurs or theresult set is closed



insert
protected void insert() throws SqlException(Code)



insertRow
public void insertRow() throws SQLException(Code)



isAfterLast
public boolean isAfterLast() throws SQLException(Code)



isBeforeFirst
public boolean isBeforeFirst() throws SQLException(Code)



isClosed
final public boolean isClosed() throws SQLException(Code)
Checks whether this ResultSet object has been closed, either automatically or because close() has been called. true if the ResultSet isclosed, false otherwise
exception:
  SQLException - if a database error occurs



isFirst
public boolean isFirst() throws SQLException(Code)



isLast
public boolean isLast() throws SQLException(Code)



last
public boolean last() throws SQLException(Code)



listenToUnitOfWork
public void listenToUnitOfWork()(Code)



markAutoCommitted
void markAutoCommitted()(Code)



markClosed
void markClosed()(Code)
Mark this ResultSet as closed. The ResultSet will not be removed from the commit and rollback listeners list in org.apache.derby.client.am.Connection.



markClosed
void markClosed(boolean removeListener)(Code)
Mark this ResultSet as closed.
Parameters:
  removeListener - if true the ResultSet will be removedfrom the commit and rollback listeners list inorg.apache.derby.client.am.Connection.



markClosedOnServer
public void markClosedOnServer()(Code)
Mark this ResultSet as closed on the server.



moveToAfterLast
protected void moveToAfterLast() throws DisconnectException(Code)



moveToBeforeFirst
protected void moveToBeforeFirst() throws DisconnectException(Code)



moveToCurrentRow
public void moveToCurrentRow() throws SQLException(Code)



moveToInsertRow
public void moveToInsertRow() throws SQLException(Code)



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



nextX
boolean nextX() throws SqlException(Code)



nullDataForGC
public void nullDataForGC()(Code)



parseRowset_
abstract protected void parseRowset_() throws SqlException(Code)



parseScrollableRowset
public void parseScrollableRowset() throws SqlException(Code)



positionToCurrentRowAndDelete
protected void positionToCurrentRowAndDelete() throws SqlException(Code)



positionToCurrentRowAndUpdate
protected void positionToCurrentRowAndUpdate() throws SqlException(Code)



preClose_
abstract protected void preClose_() throws SqlException(Code)
Method that is invoked by closeX() before the result set is actually being closed. Subclasses may override this method if work needs to be done before closing.
exception:
  SqlException -



previous
public boolean previous() throws SQLException(Code)



readClose
void readClose() throws SqlException(Code)



readCursorClose_
abstract public void readCursorClose_() throws SqlException(Code)



readDeleteRow
public void readDeleteRow() throws DisconnectException, SqlException(Code)



readFetch_
abstract public void readFetch_() throws SqlException(Code)



readInsertRow
public void readInsertRow() throws DisconnectException, SqlException(Code)



readPositioningFetch_
abstract public void readPositioningFetch_() throws SqlException(Code)



readScrollableFetch_
abstract public void readScrollableFetch_() throws SqlException(Code)



readUpdateRow
public void readUpdateRow() throws DisconnectException, SqlException(Code)



refreshRow
public void refreshRow() throws SQLException(Code)



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



repositionScrollableResultSetBeforeJDBC1PositionedUpdateDelete
public boolean repositionScrollableResultSetBeforeJDBC1PositionedUpdateDelete() throws SqlException(Code)



rowCountIsKnown
protected boolean rowCountIsKnown()(Code)



rowCountIsUnknown
protected boolean rowCountIsUnknown()(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 direction) throws SQLException(Code)



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



setFetchSize_
abstract public void setFetchSize_(int rows)(Code)



setRSReturnability
public void setRSReturnability(byte rsReturnability)(Code)



setRowCountEvent
public void setRowCountEvent(long rowCount) throws DisconnectException(Code)



setRowsetAfterLastEvent
public void setRowsetAfterLastEvent() throws SqlException(Code)



setRowsetBeforeFirstEvent
public void setRowsetBeforeFirstEvent() throws SqlException(Code)



setRowsetNoRowsEvent
public void setRowsetNoRowsEvent()(Code)



setValidCursorPosition
public void setValidCursorPosition(boolean isValidCursorPosition)(Code)



update
protected void update() throws SqlException(Code)



updateArray
public void updateArray(int columnIndex, java.sql.Array x) throws SQLException(Code)



updateArray
public void updateArray(String columnName, java.sql.Array x) throws SQLException(Code)



updateAsciiStream
public void updateAsciiStream(int column, java.io.InputStream x, int length) throws SQLException(Code)



updateAsciiStream
public void updateAsciiStream(String columnName, java.io.InputStream x, int length) throws SQLException(Code)



updateAsciiStream
public void updateAsciiStream(int columnIndex, InputStream x) throws SQLException(Code)
Updates the designated column with an ascii stream value. The data will be read from the stream as needed until end-of-stream is reached. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnIndex - the first column is 1, the second is 2, ...
Parameters:
  x - the new column value
throws:
  SQLException - if the columnIndex is not valid; if a databaseaccess error occurs; the result set concurrency isCONCUR_READ_ONLY or this method is called on a closedresult set



updateAsciiStream
public void updateAsciiStream(int columnIndex, InputStream x, long length) throws SQLException(Code)
Update a column with an ascii stream value. The updateXXX() methods are used to update column values in the current row, or the insert row. The updateXXX() methods do not update the underlying database, instead the updateRow() or insertRow() methods are called to update the database.
Parameters:
  columnIndex - the first column is 1, the second is 2, ...
Parameters:
  x - the new column value
Parameters:
  length - the length of the stream
exception:
  SQLException - if a database-access error occurs



updateAsciiStream
public void updateAsciiStream(String columnName, InputStream x) throws SQLException(Code)
Updates the designated column with an ascii stream value. The data will be read from the stream as needed until end-of-stream is reached. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnName - the label for the column specified with the SQL ASclause. If the SQL AS clause was not specified, then the label isthe name of the column
Parameters:
  x - the new column value
throws:
  SQLException - if the columnLabel is not valid; if a databaseaccess error occurs; the result set concurrency isCONCUR_READ_ONLY or this method is called on a closedresult set



updateAsciiStream
public void updateAsciiStream(String columnName, InputStream x, long length) throws SQLException(Code)
Update a column with an ascii stream value. The updateXXX() methods are used to update column values in the current row, or the insert row. The updateXXX() methods do not update the underlying database, instead the updateRow() or insertRow() methods are called to update the database.
Parameters:
  columnName - the name of the column
Parameters:
  x - the new column value
Parameters:
  length - of the stream
exception:
  SQLException - if a database-access error occurs



updateBigDecimal
public void updateBigDecimal(int column, java.math.BigDecimal x) throws SQLException(Code)



updateBigDecimal
public void updateBigDecimal(String columnName, java.math.BigDecimal x) throws SQLException(Code)



updateBinaryStream
public void updateBinaryStream(int column, java.io.InputStream x, int length) throws SQLException(Code)



updateBinaryStream
public void updateBinaryStream(String columnName, java.io.InputStream x, int length) throws SQLException(Code)



updateBinaryStream
public void updateBinaryStream(int columnIndex, InputStream x) throws SQLException(Code)
Updates the designated column with a binary stream value. The data will be read from the stream as needed until end-of-stream is reached. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnIndex - the first column is 1, the second is 2, ...
Parameters:
  x - the new column value
throws:
  SQLException - if the columnIndex is not valid; if a databaseaccess error occurs; the result set concurrency isCONCUR_READ_ONLY or this method is called on a closedresult set



updateBinaryStream
public void updateBinaryStream(int columnIndex, InputStream x, long length) throws SQLException(Code)
Update a column with a binary stream value. The updateXXX() methods are used to update column values in the current row, or the insert row. The updateXXX() methods do not update the underlying database, instead the updateRow() or insertRow() methods are called to update the database.
Parameters:
  columnIndex - the first column is 1, the second is 2, ...
Parameters:
  x - the new column value
Parameters:
  length - the length of the stream
exception:
  SQLException - if a database-access error occurs



updateBinaryStream
public void updateBinaryStream(String columnLabel, InputStream x) throws SQLException(Code)
Updates the designated column with a binary stream value. The data will be read from the stream as needed until end-of-stream is reached. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnLabel - the label for the column specified with the SQL ASclause. If the SQL AS clause was not specified, then the label isthe name of the column
Parameters:
  x - the new column value
throws:
  SQLException - if the columnLabel is not valid; if a databaseaccess error occurs; the result set concurrency isCONCUR_READ_ONLY or this method is called on a closedresult set



updateBinaryStream
public void updateBinaryStream(String columnName, InputStream x, long length) throws SQLException(Code)
Update a column with a binary stream value. The updateXXX() methods are used to update column values in the current row, or the insert row. The updateXXX() methods do not update the underlying database, instead the updateRow() or insertRow() methods are called to update the database.
Parameters:
  columnName - the name of the column
Parameters:
  x - the new column value
Parameters:
  length - of the stream
exception:
  SQLException - if a database-access error occurs



updateBlob
public void updateBlob(int columnIndex, java.sql.Blob x) throws SQLException(Code)



updateBlob
public void updateBlob(String columnName, java.sql.Blob x) throws SQLException(Code)



updateBlob
public void updateBlob(int columnIndex, InputStream x) throws SQLException(Code)
Updates the designated column using the given input stream. The data will be read from the stream as needed until end-of-stream is reached. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnIndex - the first column is 1, the second is 2, ...
Parameters:
  x - the new column value
throws:
  SQLException - if the columnIndex is not valid; if a databaseaccess error occurs; the result set concurrency isCONCUR_READ_ONLY or this method is called on a closedresult set



updateBlob
public void updateBlob(String columnLabel, InputStream x) throws SQLException(Code)
Updates the designated column using the given input stream. The data will be read from the stream as needed until end-of-stream is reached. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnLabel - the label for the column specified with the SQL ASclause. If the SQL AS clause was not specified, then the label isthe name of the column
Parameters:
  x - the new column value
throws:
  SQLException - if the columnLabel is not valid; if a databaseaccess error occurs; the result set concurrency isCONCUR_READ_ONLY or this method is called on a closedresult set



updateBoolean
public void updateBoolean(int column, boolean x) throws SQLException(Code)



updateBoolean
public void updateBoolean(String columnName, boolean x) throws SQLException(Code)



updateByte
public void updateByte(int column, byte x) throws SQLException(Code)



updateByte
public void updateByte(String columnName, byte x) throws SQLException(Code)



updateBytes
public void updateBytes(int column, byte x) throws SQLException(Code)



updateBytes
public void updateBytes(String columnName, byte x) throws SQLException(Code)



updateCharacterStream
public void updateCharacterStream(int column, java.io.Reader x, int length) throws SQLException(Code)



updateCharacterStream
public void updateCharacterStream(String columnName, java.io.Reader x, int length) throws SQLException(Code)



updateCharacterStream
public void updateCharacterStream(int columnIndex, Reader reader) throws SQLException(Code)
Updates the designated column with a character stream value. The data will be read from the stream as needed until end-of-stream is reached. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnIndex - the first column is 1, the second is 2, ...
Parameters:
  reader - the new column value
throws:
  SQLException - if the columnLabel is not valid; if a databaseaccess error occurs; the result set concurrency isCONCUR_READ_ONLY or this method is called on a closedresult set



updateCharacterStream
public void updateCharacterStream(int columnIndex, Reader x, long length) throws SQLException(Code)
Update a column with a character stream value. The updateXXX() methods are used to update column values in the current row, or the insert row. The updateXXX() methods do not update the underlying database, instead the updateRow() or insertRow() methods are called to update the database.
Parameters:
  columnIndex - the first column is 1, the second is 2, ...
Parameters:
  x - the new column value
Parameters:
  length - the length of the stream
exception:
  SQLException - if a database-access error occurs



updateCharacterStream
public void updateCharacterStream(String columnLabel, Reader reader) throws SQLException(Code)
Updates the designated column with a character stream value. The data will be read from the stream as needed until end-of-stream is reached. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnLabel - the label for the column specified with the SQL ASclause. If the SQL AS clause was not specified, then the label isthe name of the column
Parameters:
  reader - the new column value
throws:
  SQLException - if the columnLabel is not valid; if a databaseaccess error occurs; the result set concurrency isCONCUR_READ_ONLY or this method is called on a closedresult set



updateCharacterStream
public void updateCharacterStream(String columnName, Reader reader, long length) throws SQLException(Code)
Update a column with a character stream value. The updateXXX() methods are used to update column values in the current row, or the insert row. The updateXXX() methods do not update the underlying database, instead the updateRow() or insertRow() methods are called to update the database.
Parameters:
  columnName - the name of the column
Parameters:
  reader - the new column value
Parameters:
  length - length of the stream
exception:
  SQLException - if a database-access error occurs



updateClob
public void updateClob(int columnIndex, java.sql.Clob x) throws SQLException(Code)



updateClob
public void updateClob(String columnName, java.sql.Clob x) throws SQLException(Code)



updateClob
public void updateClob(int columnIndex, Reader reader) throws SQLException(Code)
Updates the designated column using the given Reader object. The data will be read from the stream as needed until end-of-stream is reached. The JDBC driver will do any necessary conversion from UNICODE to the database char format. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnIndex - the first column is 1, the second is 2, ...
Parameters:
  reader - an object that contains the data to set the parametervalue to.
throws:
  SQLException - if the columnIndex is not valid; if a databaseaccess error occurs; the result set concurrency isCONCUR_READ_ONLY or this method is called on a closedresult set



updateClob
public void updateClob(String columnLabel, Reader reader) throws SQLException(Code)
Updates the designated column using the given Reader object. The data will be read from the stream as needed until end-of-stream is reached. The JDBC driver will do any necessary conversion from UNICODE to the database char format. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database.
Parameters:
  columnLabel - the label for the column specified with the SQL ASclause. If the SQL AS clause was not specified, then the label isthe name of the column
Parameters:
  reader - an object that contains the data to set the parametervalue to.
throws:
  SQLException - if the columnIndex is not valid; if a databaseaccess error occurs; the result set concurrency isCONCUR_READ_ONLY or this method is called on a closedresult set



updateColumnInfoFromCache
protected void updateColumnInfoFromCache()(Code)



updateDate
public void updateDate(int column, java.sql.Date x) throws SQLException(Code)



updateDate
public void updateDate(String columnName, java.sql.Date x) throws SQLException(Code)



updateDouble
public void updateDouble(int column, double x) throws SQLException(Code)



updateDouble
public void updateDouble(String columnName, double x) throws SQLException(Code)



updateFloat
public void updateFloat(int column, float x) throws SQLException(Code)



updateFloat
public void updateFloat(String columnName, float x) throws SQLException(Code)



updateInt
public void updateInt(int column, int x) throws SQLException(Code)



updateInt
public void updateInt(String columnName, int x) throws SQLException(Code)



updateLong
public void updateLong(int column, long x) throws SQLException(Code)



updateLong
public void updateLong(String columnName, long x) throws SQLException(Code)



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



updateNCharacterStream
public void updateNCharacterStream(String columnName, Reader x) throws SQLException(Code)



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



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



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



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



updateObject
public void updateObject(int column, Object x, int scale) throws SQLException(Code)



updateObject
public void updateObject(int column, Object x) throws SQLException(Code)



updateObject
public void updateObject(String columnName, Object x, int scale) throws SQLException(Code)



updateObject
public void updateObject(String columnName, Object x) throws SQLException(Code)



updateRef
public void updateRef(int columnIndex, java.sql.Ref x) throws SQLException(Code)



updateRef
public void updateRef(String columnName, java.sql.Ref x) throws SQLException(Code)



updateRow
public void updateRow() throws java.sql.SQLException(Code)



updateShort
public void updateShort(int column, short x) throws SQLException(Code)



updateShort
public void updateShort(String columnName, short x) throws SQLException(Code)



updateString
public void updateString(int column, String x) throws SQLException(Code)



updateString
public void updateString(String columnName, String x) throws SQLException(Code)



updateTime
public void updateTime(int column, java.sql.Time x) throws SQLException(Code)



updateTime
public void updateTime(String columnName, java.sql.Time x) throws SQLException(Code)



updateTimestamp
public void updateTimestamp(int column, java.sql.Timestamp x) throws SQLException(Code)



updateTimestamp
public void updateTimestamp(String columnName, java.sql.Timestamp x) throws SQLException(Code)



useStream
void useStream(int columnIndex) throws SqlException(Code)



wasNull
public boolean wasNull() throws SQLException(Code)



writeClose
void writeClose() throws SqlException(Code)



writeCursorClose_
abstract public void writeCursorClose_(Section section) throws SqlException(Code)



writeDeleteRow
public void writeDeleteRow() throws SQLException(Code)



writeFetch_
abstract public void writeFetch_(Section section) throws SqlException(Code)



writeInsertRow
public void writeInsertRow(boolean chainedWritesFollowingSetLob) throws SQLException(Code)



writePositioningFetch_
abstract public void writePositioningFetch_(Section section, int orientation, long rowToFetch) throws SqlException(Code)



writeScrollableFetch_
abstract public void writeScrollableFetch_(Section section, int fetchSize, int orientation, long rowToFetch, boolean resetQueryBlocks) throws SqlException(Code)



writeUpdateRow
public void writeUpdateRow(boolean chainedWritesFollowingSetLob) 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.