Package org.fugerit.java.tool.sql
Class ExportQuery
- java.lang.Object
-
- org.fugerit.java.tool.ToolHandlerHelper
-
- org.fugerit.java.tool.sql.ExportQuery
-
- All Implemented Interfaces:
ToolHandler
public class ExportQuery extends ToolHandlerHelper
- Author:
- mttfranci
-
-
Field Summary
Fields Modifier and Type Field Description static StringARG_FORMATstatic StringARG_FORMAT_DEFAULTstatic StringARG_OUTPUTstatic StringARG_QUERY-
Fields inherited from class org.fugerit.java.tool.ToolHandlerHelper
ARG_EXTRA_JAR, EXIT_KO_DEFAULT, LOG_PARAM_LITERAL, logger
-
Fields inherited from interface org.fugerit.java.tool.ToolHandler
EXIT_OK
-
-
Constructor Summary
Constructors Constructor Description ExportQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description inthandleWorker(Properties params)Handler worker method.-
Methods inherited from class org.fugerit.java.tool.ToolHandlerHelper
getClassLoader, getHelp, handle
-
-
-
-
Field Detail
-
ARG_QUERY
public static final String ARG_QUERY
- See Also:
- Constant Field Values
-
ARG_OUTPUT
public static final String ARG_OUTPUT
- See Also:
- Constant Field Values
-
ARG_FORMAT
public static final String ARG_FORMAT
- See Also:
- Constant Field Values
-
ARG_FORMAT_DEFAULT
public static final String ARG_FORMAT_DEFAULT
- See Also:
- Constant Field Values
-
-
Method Detail
-
handleWorker
public int handleWorker(Properties params)
Description copied from class:ToolHandlerHelperHandler worker method.
- Specified by:
handleWorkerin classToolHandlerHelper- Parameters:
params- ths params for the tool- Returns:
- exit code (0 is all ok)
-
-