org.seasar.extension.jdbc.gen.data
インタフェース Dumper

既知の実装クラスの一覧:
DumperImpl

public interface Dumper

データベースのデータをダンプするインタフェースです。

作成者:
taedium

メソッドの概要
 void dump(SqlExecutionContext sqlExecutionContext, DatabaseDesc databaseDesc, java.io.File dumpDir)
          ダンプします。
 

メソッドの詳細

dump

void dump(SqlExecutionContext sqlExecutionContext,
          DatabaseDesc databaseDesc,
          java.io.File dumpDir)
ダンプします。

パラメータ:
sqlExecutionContext - SQL実行コンテキスト
databaseDesc - データベース記述
dumpDir - ダンプ先のディレクトリ


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