MySQL JDBC の説明で使用したテーブルの内容です。

 データベース名 : hellodb
 テーブル       : hello_world_table

* Table Columns *

Field     Type         Null Key Default Extra Previleges
NO        int[11]           Pri 0             select,insert,update,reference
LANGUAGE  varchar[50]  YES                    select,insert,update,reference
MESSAGE   varchar[100] YES                    select,insert,update,reference

* Table Indexes*

seq_in_indexs Col_name Collation Card .....
1             NO       A         2    .....

* 作成データ *

NO  LANGUAGE  MESSAGE
1   日本語    こんにちわ 世界
2   英語      Hello World