IBM Cloudscape Workbench

DerbyデータベースへGUIで接続するツールを使ってみた。

Cloudscape/DerbyとDB2に接続可能なGUIツールです。Eclipseプラグインと、単独で起動できるEclipse Rich Client Platform版が用意されています。

参考文献
Unofficial DB2 BLOG - db2.jugem.cc

1.ダウンロード

  1. http://www-128.ibm.com/developerworks/db2/downloads/csworkbench/
  2. csworkbench_windows_1.0.zip 22 Mb

2.起動

    1. 解凍
    2. csworkbench.exe を起動

3.設定

  1. Connections を右クリックし、New Connection を選択
  2. Connection Name : police
  3. Select a database manager : Derby -> 10.1
  4. Database location : d:\home\hoge\police_db
  5. Class location : d:\opt\derby-db\lib^derby.jar
  6. Finish

4.データ表示


 + Connections
  + police [Derby 10.1]
    + police_db
      + Schemas
      | + APP
      | | + Dependencies
      | | + Stored Procedures
      | | + Tables
      | | | + POLICE_TBL ←右クリック、Data、Open
      | | |   + Columns
      | | |   + Constraints
      | | |   + Dependencies
      | | |   + Indexes
      | | |   + Triggers
      | | + User-Defined Functions
      | | + Views
      | + NULLID
      | + SQLJ
      | + SYS
      | + SYSCAT
      | + SYSCS_DIAG
      | + SYSCS_UTIL
      | + SYSFUN
      | + SYSIBM
      | + SYSPROC
      | + SYSSTAT

SYSの中を参照すると面白い?