Java Doc for BaseRowSet.java in  » Apache-Harmony-Java-SE » javax-package » javax » sql » rowset » 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 » Apache Harmony Java SE » javax package » javax.sql.rowset 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   javax.sql.rowset.BaseRowSet

BaseRowSet
abstract public class BaseRowSet implements Cloneable,Serializable(Code)


Field Summary
final public static  intASCII_STREAM_PARAM
    
final public static  intBINARY_STREAM_PARAM
    
final public static  intUNICODE_STREAM_PARAM
    
protected  InputStreamasciiStream
    
protected  InputStreambinaryStream
    
protected  ReadercharStream
    
protected  InputStreamunicodeStream
    

Constructor Summary
public  BaseRowSet()
    

Method Summary
public  voidaddRowSetListener(RowSetListener listener)
    
public  voidclearParameters()
    
public  BaseRowSetclone()
    
public  StringgetCommand()
    
public  intgetConcurrency()
    
public  StringgetDataSourceName()
    
public  booleangetEscapeProcessing()
    
public  intgetFetchDirection()
    
public  intgetFetchSize()
    
public  intgetMaxFieldSize()
    
public  intgetMaxRows()
    
public  Object[]getParams()
    
public  StringgetPassword()
    
public  intgetQueryTimeout()
    
public  booleangetShowDeleted()
    
public  intgetTransactionIsolation()
    
public  intgetType()
    
public  Map<String, Class<?>>getTypeMap()
    
public  StringgetUrl()
    
public  StringgetUsername()
    
protected  voidinitParams()
    
public  booleanisReadOnly()
    
protected  voidnotifyCursorMoved()
    
protected  voidnotifyRowChanged()
    
protected  voidnotifyRowSetChanged()
    
public  voidremoveRowSetListener(RowSetListener listener)
    
public  voidsetArray(int parameterIndex, Array array)
    
public  voidsetAsciiStream(int parameterIndex, InputStream x, int length)
    
public  voidsetBigDecimal(int parameterIndex, BigDecimal x)
    
public  voidsetBinaryStream(int parameterIndex, InputStream x, int length)
    
public  voidsetBlob(int parameterIndex, Blob x)
    
public  voidsetBoolean(int parameterIndex, boolean x)
    
public  voidsetByte(int parameterIndex, byte x)
    
public  voidsetBytes(int parameterIndex, byte[] x)
    
public  voidsetCharacterStream(int parameterIndex, Reader reader, int length)
    
public  voidsetClob(int parameterIndex, Clob x)
    
public  voidsetCommand(String cmd)
    
public  voidsetConcurrency(int concurrency)
    
public  voidsetDataSourceName(String name)
    
public  voidsetDate(int parameterIndex, Date x)
    
public  voidsetDate(int parameterIndex, Date x, Calendar cal)
    
public  voidsetDouble(int parameterIndex, double x)
    
public  voidsetEscapeProcessing(boolean enable)
    
public  voidsetFetchDirection(int direction)
    
public  voidsetFetchSize(int rows)
    
public  voidsetFloat(int parameterIndex, float x)
    
public  voidsetInt(int parameterIndex, int x)
    
public  voidsetLong(int parameterIndex, long x)
    
public  voidsetMaxFieldSize(int max)
    
public  voidsetMaxRows(int max)
    
public  voidsetNull(int parameterIndex, int sqlType)
    
public  voidsetNull(int parameterIndex, int sqlType, String typeName)
    
public  voidsetObject(int parameterIndex, Object x, int targetSqlType, int scale)
    
public  voidsetObject(int parameterIndex, Object x, int targetSqlType)
    
public  voidsetObject(int parameterIndex, Object x)
    
public  voidsetPassword(String password)
    
public  voidsetQueryTimeout(int seconds)
    
public  voidsetReadOnly(boolean value)
    
public  voidsetRef(int parameterIndex, Ref ref)
    
public  voidsetShort(int parameterIndex, short x)
    
public  voidsetShowDeleted(boolean value)
    
public  voidsetString(int parameterIndex, String x)
    
public  voidsetTime(int parameterIndex, Time x)
    
public  voidsetTime(int parameterIndex, Time x, Calendar cal)
    
public  voidsetTimestamp(int parameterIndex, Timestamp x)
    
public  voidsetTimestamp(int parameterIndex, Timestamp x, Calendar cal)
    
public  voidsetTransactionIsolation(int level)
    
public  voidsetType(int type)
    
public  voidsetTypeMap(Map<String, Class<?>> map)
    
public  voidsetUnicodeStream(int parameterIndex, InputStream x, int length)
    
public  voidsetUrl(String url)
    
public  voidsetUsername(String username)
    

Field Detail
ASCII_STREAM_PARAM
final public static int ASCII_STREAM_PARAM(Code)



BINARY_STREAM_PARAM
final public static int BINARY_STREAM_PARAM(Code)



UNICODE_STREAM_PARAM
final public static int UNICODE_STREAM_PARAM(Code)



asciiStream
protected InputStream asciiStream(Code)



binaryStream
protected InputStream binaryStream(Code)



charStream
protected Reader charStream(Code)



unicodeStream
protected InputStream unicodeStream(Code)




Constructor Detail
BaseRowSet
public BaseRowSet()(Code)




Method Detail
addRowSetListener
public void addRowSetListener(RowSetListener listener)(Code)



clearParameters
public void clearParameters() throws SQLException(Code)



clone
public BaseRowSet clone() throws CloneNotSupportedException(Code)



getCommand
public String getCommand()(Code)



getConcurrency
public int getConcurrency() throws SQLException(Code)



getDataSourceName
public String getDataSourceName()(Code)



getEscapeProcessing
public boolean getEscapeProcessing() throws SQLException(Code)



getFetchDirection
public int getFetchDirection() throws SQLException(Code)



getFetchSize
public int getFetchSize() throws SQLException(Code)



getMaxFieldSize
public int getMaxFieldSize() throws SQLException(Code)



getMaxRows
public int getMaxRows() throws SQLException(Code)



getParams
public Object[] getParams() throws SQLException(Code)



getPassword
public String getPassword()(Code)



getQueryTimeout
public int getQueryTimeout() throws SQLException(Code)



getShowDeleted
public boolean getShowDeleted() throws SQLException(Code)



getTransactionIsolation
public int getTransactionIsolation()(Code)



getType
public int getType() throws SQLException(Code)



getTypeMap
public Map<String, Class<?>> getTypeMap()(Code)



getUrl
public String getUrl() throws SQLException(Code)



getUsername
public String getUsername()(Code)



initParams
protected void initParams()(Code)



isReadOnly
public boolean isReadOnly()(Code)



notifyCursorMoved
protected void notifyCursorMoved() throws SQLException(Code)



notifyRowChanged
protected void notifyRowChanged() throws SQLException(Code)



notifyRowSetChanged
protected void notifyRowSetChanged() throws SQLException(Code)



removeRowSetListener
public void removeRowSetListener(RowSetListener listener)(Code)



setArray
public void setArray(int parameterIndex, Array array) throws SQLException(Code)



setAsciiStream
public void setAsciiStream(int parameterIndex, InputStream x, int length) throws SQLException(Code)



setBigDecimal
public void setBigDecimal(int parameterIndex, BigDecimal x) throws SQLException(Code)



setBinaryStream
public void setBinaryStream(int parameterIndex, InputStream x, int length) throws SQLException(Code)



setBlob
public void setBlob(int parameterIndex, Blob x) throws SQLException(Code)



setBoolean
public void setBoolean(int parameterIndex, boolean x) throws SQLException(Code)



setByte
public void setByte(int parameterIndex, byte x) throws SQLException(Code)



setBytes
public void setBytes(int parameterIndex, byte[] x) throws SQLException(Code)



setCharacterStream
public void setCharacterStream(int parameterIndex, Reader reader, int length) throws SQLException(Code)



setClob
public void setClob(int parameterIndex, Clob x) throws SQLException(Code)



setCommand
public void setCommand(String cmd) throws SQLException(Code)



setConcurrency
public void setConcurrency(int concurrency) throws SQLException(Code)



setDataSourceName
public void setDataSourceName(String name) throws SQLException(Code)



setDate
public void setDate(int parameterIndex, Date x) throws SQLException(Code)



setDate
public void setDate(int parameterIndex, Date x, Calendar cal) throws SQLException(Code)



setDouble
public void setDouble(int parameterIndex, double x) throws SQLException(Code)



setEscapeProcessing
public void setEscapeProcessing(boolean enable) throws SQLException(Code)



setFetchDirection
public void setFetchDirection(int direction) throws SQLException(Code)



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



setFloat
public void setFloat(int parameterIndex, float x) throws SQLException(Code)



setInt
public void setInt(int parameterIndex, int x) throws SQLException(Code)



setLong
public void setLong(int parameterIndex, long x) throws SQLException(Code)



setMaxFieldSize
public void setMaxFieldSize(int max) throws SQLException(Code)



setMaxRows
public void setMaxRows(int max) throws SQLException(Code)



setNull
public void setNull(int parameterIndex, int sqlType) throws SQLException(Code)



setNull
public void setNull(int parameterIndex, int sqlType, String typeName) throws SQLException(Code)



setObject
public void setObject(int parameterIndex, Object x, int targetSqlType, int scale) throws SQLException(Code)



setObject
public void setObject(int parameterIndex, Object x, int targetSqlType) throws SQLException(Code)



setObject
public void setObject(int parameterIndex, Object x) throws SQLException(Code)



setPassword
public void setPassword(String password)(Code)



setQueryTimeout
public void setQueryTimeout(int seconds) throws SQLException(Code)



setReadOnly
public void setReadOnly(boolean value)(Code)



setRef
public void setRef(int parameterIndex, Ref ref) throws SQLException(Code)



setShort
public void setShort(int parameterIndex, short x) throws SQLException(Code)



setShowDeleted
public void setShowDeleted(boolean value) throws SQLException(Code)



setString
public void setString(int parameterIndex, String x) throws SQLException(Code)



setTime
public void setTime(int parameterIndex, Time x) throws SQLException(Code)



setTime
public void setTime(int parameterIndex, Time x, Calendar cal) throws SQLException(Code)



setTimestamp
public void setTimestamp(int parameterIndex, Timestamp x) throws SQLException(Code)



setTimestamp
public void setTimestamp(int parameterIndex, Timestamp x, Calendar cal) throws SQLException(Code)



setTransactionIsolation
public void setTransactionIsolation(int level) throws SQLException(Code)



setType
public void setType(int type) throws SQLException(Code)



setTypeMap
public void setTypeMap(Map<String, Class<?>> map)(Code)



setUnicodeStream
public void setUnicodeStream(int parameterIndex, InputStream x, int length) throws SQLException(Code)



setUrl
public void setUrl(String url) throws SQLException(Code)



setUsername
public void setUsername(String username)(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.