public class OracleConnectionParam extends BaseConnectionParam
| Modifier and Type | Field and Description |
|---|---|
protected DbConnectType |
connectType |
address, database, driverClassName, driverLocation, jdbcUrl, other, password, user, validationQuery| Constructor and Description |
|---|
OracleConnectionParam() |
| Modifier and Type | Method and Description |
|---|---|
DbConnectType |
getConnectType() |
void |
setConnectType(DbConnectType connectType) |
String |
toString() |
getAddress, getDatabase, getDriverClassName, getDriverLocation, getJdbcUrl, getOther, getPassword, getProps, getUser, getValidationQuery, setAddress, setDatabase, setDriverClassName, setDriverLocation, setJdbcUrl, setOther, setPassword, setProps, setUser, setValidationQueryprotected DbConnectType connectType
public DbConnectType getConnectType()
public void setConnectType(DbConnectType connectType)
Copyright © 2022 The Apache Software Foundation. All rights reserved.