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 - C/C++ プログラミング » API リファレンス » Ultra Light C++ API リファレンス » UltraLite_DatabaseManager_iface クラス

 

CreateDatabase 関数

新しいデータベースを作成します。

構文
bool UltraLite_DatabaseManager_iface::CreateDatabase(
  ULSqlcaBase & sqlca,
  ULValue const & access_parms,
  void const * coll,
  ULValue const & create_parms,
  void * reserved
)
パラメータ
  • sqlca   初期化された sqlca。

  • access_parms   データベースへのアクセスに使用される接続パラメータ

  • coll   照合順

  • create_parms   データベースの作成に使用されるパラメータ

  • reserved   予約 (現在は未使用)