public interface JDBCSettings extends Settings
| Modifier and Type | Field and Description |
|---|---|
static String |
CONNECTION_POOL_TYPE |
static String |
CONNECTION_URL |
static String |
PASSWORD |
static String |
TABLE_NAME_PREFIX |
static String |
USERNAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectionPoolType() |
String |
getConnectionUrl() |
String |
getPassword() |
String |
getTableNamePrefix() |
String |
getUsername() |
static final String CONNECTION_URL
static final String CONNECTION_POOL_TYPE
static final String USERNAME
static final String PASSWORD
static final String TABLE_NAME_PREFIX
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.