- 授权协议: 未知
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://josql.sourceforge.net/
- 软件文档: http://josql.sourceforge.net/manual/introduction.html
软件介绍
JoSQL(SQLforJavaObjects)为Java开发者提供运用SQL语句来操作Java对象集的能力.利用JoSQL可以像操作数据库中的数据一样对任何Java对象集进行查询,排序,分组。
示例用法
SELECT *
FROM java.io.File
WHERE name $LIKE "%.html"
AND lastModified BETWEEN toDate ('01-12-2004')
AND toDate ('31-12-2004')
Database Design and Implementation
Edward Sciore / Wiley / 2008-10-24 / 1261.00 元
* Covering the traditional database system concepts from a systems perspective, this book addresses the functionality that database systems provide as well as what algorithms and design decisions will......一起来看看 《Database Design and Implementation》 这本书的介绍吧!
