command クラス : command(string) フィッタ

説明

command クラスの新しいインスタンスを返します

構文

new command(string commandText)

引数

クラス名前説明
stringcommandTextSQLステートメント。

返り値

クラス説明
commandcommand クラスの新しいインスタンス。

サンプルコード

1:

command cmm = new command("create table sometable (id int, name text);");

注意

返されたインスタンスは、初期化されていますがデータベース接続が設定されていません。

Connection ゲッターでデータベース接続を設定する必要があります。

参照リンク

無し。

Copyright © Cooker All rights reserved.