ダウンロードリスト

プロジェクト概要

Admin is entirely written in Java. It uses Swing GUI Components and JDBC to connect to databases. It has been succesfully tested with MySQL, Derby, InstantDB, Oracle, Empress, MS SQL Server, and PostgreSQL. You can have a tree view of the RDBMS or pick a single instance to have a look at its metadata. It allows you to create, modify, and drop tables and to create indices on a table. The dynamic form makes it easy to enter data into a certain table, and the guided query makes it easy to retrieve data from a table and to export it. Java developers will probably enjoy the code generator doing an OO relational wrapper and a swing GUI for them. There is a tool with which SQL statements can be enriched with a few commands, generating a GUI to easily select data from a DB. You can also export and import data and transport it from one DBMS to another.

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2010-12-06 02:06
2.4.3 2010-12-05

このバージョンでは、RDBMSのテーブルにXMLデータファイルをインポートするための新しいユーティリティがあります。データ掘削チェックボックスのパネルには、現在選択したり、ワンクリックですべての選択を解除トグルボタンがあります。いくつかのテストは、Apache Derbyで行われた支援は、テーブルを作成するためのダービーに追加されました。
タグ: Minor feature enhancements
This version has a new utility to import XML data files into an RDBMS table. The checkbox panels from data drilling now have a toggle button to select or unselect everything with one click. Some tests were done with Apache Derby and support was added for Derby for table creation.

2007-11-11 15:30
2.4.2

このバージョンは、データの選択と呼ばれる新しいツールがあります。このツールは、最初にユーザーが多くのRDBMSと結合し、データベースの世界では、他のこのような複雑な事柄を知ることは、複雑なデータを選択できるようにするために開発されました。このツールは、生産の3年間されている。SQLAdmin今また、Java Webstartを介して起動することができます。
タグ: Major feature enhancements
This version has a new tool, called Data
Selection. This tool was initially developed to
allow complex data selections for users not
knowing much about RDBMS and Joins and other such
complicated things in the world of databases. This
tool has been in production for three years.
SQLAdmin can now also be launched via Java
Webstart.

2004-10-08 17:11
2.4.0

このリリースでは、新しいCreateTableを追加- GUIのどの場合、グリッド内のテーブルを作成することができます。また、追加のパラメータは、""バージョン古いでは利用できませんをサポート、および外部キーリレーションのデフォルト値は、チェック制約を設定することができます。存在する場合、単にそれをクリックして参照する列を選択することができるエディタです。のSQL - Monitorでは"の使用を"降順ことができます。バグが修正されている。
タグ: Major feature enhancements
This release adds a new CreateTable-GUI which allows you to create the
table within a grid. It supports additional parameters not available in
the "old" Version; you can set default values, check-constraints, and
foreign-key-relationships. There is an editor that allows you to select
the referencing column by simply clicking it. SQL-Monitor now allows the
use of "desc". Bugs have been fixed.

2003-08-17 11:55
2.3.1

、それよりは、このバージョンは、よりよいデータのエクスポートユーティリティの機能、およびCSV、XLS、およびXML形式をサポートします。場合は、基になるRDBMSのMySQLのですが、ダッシュボードに表示する追加のメニューです。
タグ: Minor feature enhancements
This version features a better data export utility, it is
faster, and supports CSV, XLS, and XML format. If the
underlying RDBMS is MySQL there is an additional menu
to display a dashboard.

2003-05-18 10:36
2.3

生成されたコードは、DBMSへの接続を保存するための追加のコンストラクタがあります。この新しいコンストラクタを介して既存の接続を与えることができます。次の()の行も、現在は既存の接続を再取得。コードジェネレータは、開発者をコンパイルして生成されたコードを実行することができます2つの追加ボタンがあります。
タグ: Minor feature enhancements
The generated code now has an additional constructor
to save connections to the DBMS. This new constructor
allows giving an existing connection over. Getting the
next() row also now reuses the existing connection. The
code generator has two additional buttons that allows
developers to compile and run the generated code.

プロジェクトリソース