- Enclosing class:
- H2DatabaseFactory
public static interface H2DatabaseFactory.ScriptRunner
Runs scripts using the H2 RunScript tool.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
user
- Parameters:
user
- the user credentials to use- Returns:
- this
H2DatabaseFactory.ScriptRunner
-
charset
- Parameters:
charset
- the script charset- Returns:
- this
H2DatabaseFactory.ScriptRunner
-
run
- Parameters:
scriptPath
- the path to the script to run- Returns:
- this
H2DatabaseFactory.ScriptRunner
-