Package sk.iway.iwcm.database
Class DumpSelectQuery
java.lang.Object
sk.iway.iwcm.database.DumpSelectQuery
DumpSelectQuery.java
Creates an SQL dump file out of the result of a select statement.
Such a query can even be a result of a query with conditions, restricting
the amount of rows dumped
-
Constructor Summary
ConstructorsConstructorDescriptionDumpSelectQuery
(String table, IwcmFile file, String sql, Object... parameters) -
Method Summary
-
Constructor Details
-
DumpSelectQuery
-
-
Method Details
-
dump
- Throws:
IOException
-