com.JRcServer.sql.operation.core
クラス DirectSQLBuffer

java.lang.Object
  上位を拡張 com.JRcServer.sql.operation.core.DirectSQLBase
      上位を拡張 com.JRcServer.sql.operation.core.DirectSQLBuffer
すべての実装されたインタフェース:
DirectSQL

public class DirectSQLBuffer
extends DirectSQLBase
implements DirectSQL

SQLダイレクトモード(デフォルト)実行.

SQL文をダイレクトモード(デフォルト)で実施する場合に 処理を行います.

導入されたバージョン:
JDK 1.3
バージョン:
1.0.0 2003/11/17
作成者:
masahito suzuki

メソッドの概要
 void execution(java.lang.String sql)
          SQL文ダイレクト実行.
 
クラス com.JRcServer.sql.operation.core.DirectSQLBase から継承されたメソッド
getResult
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース com.JRcServer.sql.operation.DirectSQL から継承されたメソッド
getResult
 

メソッドの詳細

execution

public final void execution(java.lang.String sql)
                     throws InputException,
                            SQLAccessException
SQL文ダイレクト実行.

SQL文をダイレクトに実行します.

定義:
インタフェース DirectSQL 内の execution
定義:
クラス DirectSQLBase 内の execution
パラメータ:
sql - 実施対象のSQL文を設定します.
例外:
InputException - 入力例外.
SQLAccessException - SQLアクセス例外.