Java Doc for CachedRowSet.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)
javax.sql.rowset
.CachedRowSet
CachedRowSet
public
interface CachedRowSet extends
Joinable
,
ResultSet
,
RowSet
(Code)
Field Summary
boolean
COMMIT_ON_ACCEPT_CHANGES
Method Summary
void
acceptChanges
()
void
acceptChanges
(
Connection
con)
boolean
columnUpdated
(int idx)
boolean
columnUpdated
(
String
columnName)
void
commit
()
CachedRowSet
createCopy
()
CachedRowSet
createCopyNoConstraints
()
CachedRowSet
createCopySchema
()
RowSet
createShared
()
void
execute
(
Connection
conn)
int[]
getKeyColumns
()
ResultSet
getOriginal
()
ResultSet
getOriginalRow
()
int
getPageSize
()
RowSetWarning
getRowSetWarnings
()
boolean
getShowDeleted
()
SyncProvider
getSyncProvider
()
String
getTableName
()
boolean
nextPage
()
void
populate
(
ResultSet
data)
void
populate
(
ResultSet
rs, int startRow)
boolean
previousPage
()
void
release
()
void
restoreOriginal
()
void
rollback
()
void
rollback
(
Savepoint
s)
void
rowSetPopulated
(
RowSetEvent
event, int numRows)
void
setKeyColumns
(int[] keys)
void
setMetaData
(
RowSetMetaData
md)
void
setOriginalRow
()
void
setPageSize
(int size)
void
setShowDeleted
(boolean b)
void
setSyncProvider
(
String
provider)
void
setTableName
(
String
tabName)
int
size
()
Collection
>
toCollection
()
Collection
>
toCollection
(int column)
Collection
>
toCollection
(
String
column)
void
undoDelete
()
void
undoInsert
()
void
undoUpdate
()
Field Detail
COMMIT_ON_ACCEPT_CHANGES
boolean COMMIT_ON_ACCEPT_CHANGES
(Code)
Method Detail
acceptChanges
void acceptChanges() throws
SyncProviderException
(Code)
acceptChanges
void acceptChanges(
Connection
con) throws
SyncProviderException
(Code)
columnUpdated
boolean columnUpdated(int idx) throws
SQLException
(Code)
columnUpdated
boolean columnUpdated(
String
columnName) throws
SQLException
(Code)
commit
void commit() throws
SQLException
(Code)
createCopy
CachedRowSet
createCopy() throws
SQLException
(Code)
createCopyNoConstraints
CachedRowSet
createCopyNoConstraints() throws
SQLException
(Code)
createCopySchema
CachedRowSet
createCopySchema() throws
SQLException
(Code)
createShared
RowSet
createShared() throws
SQLException
(Code)
execute
void execute(
Connection
conn) throws
SQLException
(Code)
getKeyColumns
int[] getKeyColumns() throws
SQLException
(Code)
getOriginal
ResultSet
getOriginal() throws
SQLException
(Code)
getOriginalRow
ResultSet
getOriginalRow() throws
SQLException
(Code)
getPageSize
int getPageSize()
(Code)
getRowSetWarnings
RowSetWarning
getRowSetWarnings() throws
SQLException
(Code)
getShowDeleted
boolean getShowDeleted() throws
SQLException
(Code)
getSyncProvider
SyncProvider
getSyncProvider() throws
SQLException
(Code)
getTableName
String
getTableName() throws
SQLException
(Code)
nextPage
boolean nextPage() throws
SQLException
(Code)
populate
void populate(
ResultSet
data) throws
SQLException
(Code)
populate
void populate(
ResultSet
rs, int startRow) throws
SQLException
(Code)
previousPage
boolean previousPage() throws
SQLException
(Code)
release
void release() throws
SQLException
(Code)
restoreOriginal
void restoreOriginal() throws
SQLException
(Code)
rollback
void rollback() throws
SQLException
(Code)
rollback
void rollback(
Savepoint
s) throws
SQLException
(Code)
rowSetPopulated
void rowSetPopulated(
RowSetEvent
event, int numRows) throws
SQLException
(Code)
setKeyColumns
void setKeyColumns(int[] keys) throws
SQLException
(Code)
setMetaData
void setMetaData(
RowSetMetaData
md) throws
SQLException
(Code)
setOriginalRow
void setOriginalRow() throws
SQLException
(Code)
setPageSize
void setPageSize(int size) throws
SQLException
(Code)
setShowDeleted
void setShowDeleted(boolean b) throws
SQLException
(Code)
setSyncProvider
void setSyncProvider(
String
provider) throws
SQLException
(Code)
setTableName
void setTableName(
String
tabName) throws
SQLException
(Code)
size
int size()
(Code)
toCollection
Collection
> toCollection() throws
SQLException
(Code)
toCollection
Collection
> toCollection(int column) throws
SQLException
(Code)
toCollection
Collection
> toCollection(
String
column) throws
SQLException
(Code)
undoDelete
void undoDelete() throws
SQLException
(Code)
undoInsert
void undoInsert() throws
SQLException
(Code)
undoUpdate
void undoUpdate() throws
SQLException
(Code)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.