|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.scooterframework.tools.connection.ConnectionCheck
public class ConnectionCheck
This is a utility to test database connections.
Usage examples:
Usage:
java -jar tools/connection-test.jar [app_path] [connection name]
Examples:
This page:
java -jar tools/connection-test.jar -help
Test blog app's default connection:
java -jar tools/connection-test.jar blog
Test blog app's db connection named oracle_db:
java -jar tools/connection-test.jar blog oracle_db
| Constructor Summary | |
|---|---|
ConnectionCheck()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectionCheck()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||