public class UpgradeSQLRecorder
extends Object
| Constructor and Description |
|---|
UpgradeSQLRecorder() |
| Modifier and Type | Method and Description |
|---|---|
static Connection |
getConnectionWrapper(Connection connection) |
static Connection |
getConnectionWrapper(Connection connection,
String upgradeProcessClassName) |
static List<String> |
getFailedSQLs() |
static Map<String,Long> |
getSQLExecutionTimes() |
static void |
start() |
static void |
stop() |
public static Connection getConnectionWrapper(Connection connection)
public static Connection getConnectionWrapper(Connection connection,
String upgradeProcessClassName)
public static List<String> getFailedSQLs()
public static Map<String,Long> getSQLExecutionTimes()
public static void start()
public static void stop()