期刊文献+

基于Java低级文件I/O的文件数据库系统 被引量:2

OBJECT ORIENTED FILE - DATABASE MANAGEMENT BASED ON Java LOW LEVEL I/O SYSTEM
下载PDF
导出
摘要 本文讨论了一种基于Java低级随机存取文件I/O实现的面向对象的数据库管理系统,可以完成基本的数据操作如插入、检索、更新、删除、排序等,可在轻型的程序系统中直接以文件形式存储数据,从而避免对后台数据库(可能影响程序的跨平台发布)和JDBC等的依赖。 We discuss here an Object Oriented File - Database management system based on Java's low level file I/O interfaces (i.e. RandomAc-cessFile package) .When dealing with database manipulation,most small applications programs do not need a heavy loaded JDBC- ODBC bridge and the corresponding database server, and when considering cross - platform and easy - installing & running, people do need a light - weighted database management realization that only needs a cross - platformed file storage support with no background C/S structure for basic SELECT, INSERT, UPDATE, DELETE operations, and this the gaol of this paper.
作者 王水 柯新
出处 《计算机应用与软件》 CSCD 北大核心 2002年第10期12-13,51,共3页 Computer Applications and Software
关键词 低级文件I/O 文件数据库系统 随机存取文件 序列化 面向对象 数据库管理 JAVA语言 Low level file I/O Random access file Serialization Object oriented database management Key Index TreeMap
  • 相关文献

参考文献4

  • 1[3]Use a RandomAccessFile to build a low- level database, 《Java World》, 1999, http://www. javaworld. com/javaworld/jw- 01 - 1999/jw - 01 - step. html.
  • 2[4]Java随机存取文件API,http://java.sun.com/products/jdk/1.2/docs/api/java/io/RandomAccessFile.html.
  • 3[5]Java Dbase支持系统:American Coders,LTD.:http://www.americancod- ers.com/xBaseJ/.
  • 4[6]Java SDK开发系统,http://www.javasoft.com/products.jdk/1.2/.

同被引文献10

引证文献2

二级引证文献6

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

内容加载中请稍等...
;
使用帮助 返回顶部