Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (日本語) » Ultra Light J » Ultra Light J リファレンス » Ultra Light J API リファレンス » DatabaseManager クラス

 

createDatabase メソッド

設定に基づいて新しいデータベースを作成し、Connection を返します。

構文
Connection DatabaseManager.createDatabase(
  Configuration config
) throws ULjException
パラメータ
  • config   新しいデータベースの設定。

備考

このメソッドは、同じ名前のデータベースを置換します。

参照
戻り値

新しいデータベースへの Connection。