应用程序中如何创建Java内存表。

bestfuture 2006-04-27 09:51:15
应用程序中如何创建Java内存表。

我现在想创建一个内存表,请问如何创建像.NET里DataSet似的内存表。
...全文
523 11 打赏 收藏 转发到动态 举报
写回复
用AI写文章
11 条回复
切换为时间正序
请发表友善的回复…
发表回复
dfchjk 2006-05-01
  • 打赏
  • 举报
回复
那来的CatcheRowset ,是CachedRowSet吧?
zx2002027 2006-05-01
  • 打赏
  • 举报
回复
学习
bestfuture 2006-04-27
  • 打赏
  • 举报
回复
CatcheRowset 如何用???
bestfuture 2006-04-27
  • 打赏
  • 举报
回复
CatcheRowset 如何用???
foxty 2006-04-27
  • 打赏
  • 举报
回复
用CatcheRowset吧。

dfchjk 2006-04-27
  • 打赏
  • 举报
回复
mark
zuguanqun 2006-04-27
  • 打赏
  • 举报
回复
学习一下
bestfuture 2006-04-27
  • 打赏
  • 举报
回复
up
bestfuture 2006-04-27
  • 打赏
  • 举报
回复
我就是用的jdk1.5。能给个实例吗?或讲一下方法。
rcom10002 2006-04-27
  • 打赏
  • 举报
回复
A JDBC RowSet object holds tabular data in a way that makes it more flexible
and easier to use than a result set. Sun Microsystems has defined five RowSet
interfaces for some of the more popular uses of a RowSet object, and the Java
Community Process has produced standard reference implementations for these
five RowSet interfaces. In this tutorial you will learn how easy it is to use these
reference implementations, which together with the interfaces are part of the
Java™ 2 Platform, Standard Edition 5.0 (J2SE™ 5.0).
Sun provides the five versions of the RowSet interface and their implementations
as a convenience for developers. Developers are free write their own versions of
the javax.sql.RowSet interface, to extend the implementations of the five RowSet
interfaces, or to write their own implementations. However, many programmers will probably find that the standard reference implementations already fit their needs and will use them as is.
This chapter gives you an overview of the five RowSet interfaces, and the succeeding
chapters walk you through how to use each of the reference implementations.
rcom10002 2006-04-27
  • 打赏
  • 举报
回复
JDK1.5才可以

去下这本书:
JDBC RowSet Implementations Tutorial

1.4的话,要自己实现RowSet

62,615

社区成员

发帖
与我相关
我的任务
社区描述
Java 2 Standard Edition
社区管理员
  • Java SE
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧