org.seasar.extension.jdbc
インタフェース SqlLogger

既知の実装クラスの一覧:
AbstractAutoBatchUpdate, AbstractAutoUpdate, AbstractFunctionCall, AbstractModuleCall, AbstractProcedureCall, AbstractQuery, AbstractSelect, AbstractSqlSelect, AutoBatchDeleteImpl, AutoBatchInsertImpl, AutoBatchUpdateImpl, AutoDeleteImpl, AutoFunctionCallImpl, AutoInsertImpl, AutoProcedureCallImpl, AutoSelectImpl, AutoUpdateImpl, SqlBatchUpdateImpl, SqlFileBatchUpdateImpl, SqlFileFunctionCallImpl, SqlFileProcedureCallImpl, SqlFileSelectImpl, SqlFileUpdateImpl, SqlFunctionCallImpl, SqlProcedureCallImpl, SqlSelectImpl, SqlUpdateImpl

public interface SqlLogger

SQL文をログ出力するためのインターフェースです。

作成者:
koichik

メソッドの概要
 void logSql(java.lang.String sql, java.lang.Object... vars)
          SQL文をログ出力します。
 

メソッドの詳細

logSql

void logSql(java.lang.String sql,
            java.lang.Object... vars)
SQL文をログ出力します。

パラメータ:
sql - SQL文
vars - バインド変数の並び


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.