execute (java.lang.String) (SQLServerStatement) メソッド
渡された SQL ステートメントを実行します。このステートメントは、複数の結果を返す場合があります。
構文
public boolean execute(java.lang.String sql)
パラメーター
sql
SQL ステートメントを含む String 。
戻り値
最初の結果が結果セットの場合は true です。 それ以外の場合は、 falseです。
例外
解説
この execute メソッドは、java.sql.Statement インターフェイスの execute メソッドで規定されています。
参照
execute メソッド (SQLServerStatement)
SQLServerStatement のメンバー
SQLServerStatement クラス