Modifier and Type | Method and Description |
---|---|
static SQLExecutionInfo |
SQLExecutor.execute(DatabaseConnection dbconn,
String sql)
Execute SQL and log summary information about the results and any errors
are logged to the error log file.
|
static SQLExecutionInfo |
SQLExecutor.execute(DatabaseConnection dbconn,
String sql,
SQLExecuteLogger logger)
Execute SQL.
|