| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
OFFSET |
1000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_CONNECTION_URL |
"jdbc:db2:ibmdb2db" |
public static final String |
DEFAULT_PASSWORD |
"admin" |
public static final String |
DEFAULT_USER_NAME |
"admin" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_CONNECTION_URL |
"jdbc:edb://localhost:5444/test" |
public static final String |
DEFAULT_PASSWORD |
"enterprisedb" |
public static final String |
DEFAULT_USER_NAME |
"enterprisedb" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_CONNETION_URL |
"jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE" |
public static final String |
DEFAULT_PASSWORD |
"sa" |
public static final String |
DEFAULT_USER_NAME |
"sa" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_CONNECTION_URL |
"jdbc:mysql://localhost:3306/test" |
public static final String |
DEFAULT_PASSWORD |
"root" |
public static final String |
DEFAULT_USER_NAME |
"root" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_CONNECTION_URL |
"jdbc:oracle:thin:@localhost:1521:test" |
public static final String |
DEFAULT_PASSWORD |
"tiger" |
public static final String |
DEFAULT_USER_NAME |
"scott" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_CONNECTION_URL |
"jdbc:postgresql://localhost:5432/test" |
public static final String |
DEFAULT_PASSWORD |
"postgres" |
public static final String |
DEFAULT_USER_NAME |
"postgres" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_CONNECTION_URL |
"jdbc:sqlserver://localhost:1433;DatabaseName=test" |
public static final String |
DEFAULT_PASSWORD |
"admin" |
public static final String |
DEFAULT_USER_NAME |
"admin" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_CONNECTION_URL |
"jdbc:sybase:Tds:localhost:2638/TEST" |
public static final String |
DEFAULT_PASSWORD |
"admin" |
public static final String |
DEFAULT_USER_NAME |
"admin" |
Copyright © 2017 JBoss by Red Hat. All rights reserved.