Package com.chutneytesting.action.sql
Class SqlAction
- java.lang.Object
-
- com.chutneytesting.action.sql.SqlAction
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONFIGURABLE_NB_LOGGED_ROW
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionExecutionResultexecute()List<String>validateInputs()
-
-
-
Field Detail
-
CONFIGURABLE_NB_LOGGED_ROW
public static final String CONFIGURABLE_NB_LOGGED_ROW
- See Also:
- Constant Field Values
-
-
Method Detail
-
validateInputs
public List<String> validateInputs()
- Specified by:
validateInputsin interfaceAction
-
execute
public ActionExecutionResult execute()
-
-