public class DBRun extends Object
| Constructor and Description |
|---|
DBRun(QueryConfig config,
Class<? extends Driver> driverClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Uses a configured JDBC driver to execute a SQL statement.
|
public DBRun(QueryConfig config, Class<? extends Driver> driverClass)
public void run()
throws SQLException,
InstantiationException,
IllegalAccessException
Copyright © 2019 CDAP Licensed under the Apache License, Version 2.0.