public class JDBCConnectionSettings extends Settings
Constructor and Description |
---|
JDBCConnectionSettings() |
Modifier and Type | Method and Description |
---|---|
Integer |
getConnectTimeoutInSeconds() |
protected void |
init()
For subclasses to override.
|
JDBCConnectionSettings |
setConnectTimeoutInSeconds(Integer inValue) |
public JDBCConnectionSettings()
public JDBCConnectionSettings setConnectTimeoutInSeconds(Integer inValue)
public Integer getConnectTimeoutInSeconds()
jataylor@hairyfatguy.com