public class RunSQL
extends Object
implements RemoteAccess
| Modifier and Type | Field and Description |
|---|---|
static File |
DIR |
static int |
MAJOR |
static int |
MINOR |
| Constructor and Description |
|---|
RunSQL() |
| Modifier and Type | Method and Description |
|---|---|
static Connection |
connect() |
static void |
doSql(Connection conn,
String sql) |
static List<Map<String,Object>> |
doSqlQuery(Connection conn,
String sql) |
static List<Map<String,Object>> |
doSqlQuery(String sql) |
static void |
main(String[] a) |
static Map<String,List<Map<String,Object>>> |
run(Map<String,Object> in) |
static List<Map<String,Object>> |
runTest(Connection conn,
File SQLFile) |
static Map<String,List<Map<String,Object>>> |
runTest(String fileName) |
static Map<String,List<Map<String,Object>>> |
runTests() |
static Map<String,List<Map<String,Object>>> |
runTests(File dir) |
public static final int MAJOR
public static final int MINOR
public static final File DIR
public static Connection connect()
throws Exception
Exceptionpublic static List<Map<String,Object>> doSqlQuery(String sql)
throws Exception
Exceptionpublic static Map<String,List<Map<String,Object>>> run(Map<String,Object> in)
throws Exception
Exceptionpublic static Map<String,List<Map<String,Object>>> runTests()
throws Exception
Exceptionpublic static Map<String,List<Map<String,Object>>> runTests(File dir)
throws Exception
Exceptionpublic static Map<String,List<Map<String,Object>>> runTest(String fileName)
throws Exception
Exceptionpublic static List<Map<String,Object>> runTest(Connection conn,
File SQLFile)
throws Exception
Exceptionpublic static List<Map<String,Object>> doSqlQuery(Connection conn,
String sql)
throws Exception
Exceptionpublic static void doSql(Connection conn,
String sql)
throws Exception
Exceptionpublic static void main(String[] a)
throws Exception
Exception