NetBeans 6.5 Milestone 2 中DB Explorer将要提供的特性

来源:互联网 发布:知敬畏守规矩事例 编辑:程序博客网 时间:2024/05/17 01:26

NetBeans 6.5 Milestone 2 中DB Explorer将要提供的特性


   1. Sort results based on a column 

    列排序
   2. Edit data from a query and commit changes
    在查询结果中直接修改数据并提交
   3. Display number of returned records
    显示返回的记录数
   4. Pagination, Option to set page size
    分页,并可设置每页记录数
   5. Copy selected records with/without HEADER detail
    复制选择的纪录,并可附加表头信息
   6. Generate SQL script for CREATE, INSERT, UPDATE, DELETE statements from resultset data.
    根据查询结果生成CRUD的SQL脚本
   7. New records can be INSERTED in the table using a graphical panel. 

    可以使用图形面板?向表中插入新的纪录
   8. Delete Selected rows
    删除选行
   9. Truncate the table
    截表
  10. Optimized pagination for MySQL and Postgres
    针对MySQL and Postgres的分页优化(估计是利用limit)

原文链接http://blog.csdn.net/JonBLu/archive/2008/08/02/2757231.aspx

原文链接http://manishbharani.blogspot.com/2008/07/netbeans-database-explorer-gets.html