| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_PASSWORD |
"ao_password" |
public static final String |
DEFAULT_USER |
"ao_user" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_PASSWORD |
"password" |
public static final String |
DEFAULT_URL |
"jdbc:derby:memory:ao_test;create=true" |
public static final String |
DEFAULT_USER |
"sa" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_URL |
"jdbc:mysql://localhost:3306/ao_test?autoReconnect=true" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_SCHEMA |
"ao_schema" |
public static final String |
DEFAULT_URL |
"jdbc:com.nuodb://localhost/ao_test" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_SCHEMA |
"ao_schema" |
public static final String |
DEFAULT_URL |
"jdbc:oracle:thin:@localhost:1521:XE" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_SCHEMA |
"ao_schema" |
public static final String |
DEFAULT_URL |
"jdbc:postgresql://localhost:5432/ao_test" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_SCHEMA |
"ao_schema" |
public static final String |
DEFAULT_URL |
"jdbc:jtds:sqlserver://localhost:1433;DatabaseName=ao_test" |
Copyright © 2007-2016. All Rights Reserved.