public class OnlineBackupTest3
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
OnlineBackupTest3.AsyncStatementThread |
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
BACKUP_PATH |
private static java.lang.String |
TEST_DATABASE_NAME |
| Constructor and Description |
|---|
OnlineBackupTest3() |
| Modifier and Type | Method and Description |
|---|---|
private int |
countRows(java.sql.Connection conn,
java.lang.String tableName) |
private static void |
dumpSQLException(java.sql.SQLException sqle)
dump the SQLException to the standard output.
|
(package private) void |
installJarTest() |
(package private) void |
logMessage(java.lang.String str)
Write message to the standard output.
|
static void |
main(java.lang.String[] argv) |
(package private) void |
removeJarTest() |
private void |
runTest() |
(package private) void |
shutdown(java.lang.String dbName)
Shutdown the datbase
|
private static final java.lang.String TEST_DATABASE_NAME
private static final java.lang.String BACKUP_PATH
public static void main(java.lang.String[] argv)
throws java.lang.Throwable
java.lang.Throwableprivate void runTest()
throws java.lang.Exception
java.lang.Exceptionvoid shutdown(java.lang.String dbName)
dbName - Name of the database to shutdown.void logMessage(java.lang.String str)
private static void dumpSQLException(java.sql.SQLException sqle)
private int countRows(java.sql.Connection conn,
java.lang.String tableName)
throws java.sql.SQLException
java.sql.SQLExceptionvoid installJarTest()
throws java.lang.Exception
java.lang.Exceptionvoid removeJarTest()
throws java.lang.Exception
java.lang.ExceptionApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.