public abstract class ConnectionSourceBase extends ContextAwareBaseimplements ConnectionSource
context| Constructor and Description |
|---|
ConnectionSourceBase()
|
| Modifier and Type | Method and Description |
|---|---|
void |
discoverConnectionProperties()
Learn relevant information about this connection source.
|
String |
getPassword()
Get the password for this connection source.
|
SQLDialectCode |
getSQLDialectCode()
Get the SQL dialect that should be used for this connection.
|
String |
getUser()
Get the user for this connection source.
|
boolean |
isStarted()
|
void |
setPassword(String
Sets the password.
|
void |
setUser(String
Sets the username.
|
void |
start()
|
void |
stop()
|
boolean |
supportsBatchUpdates()
Does this connection support batch updates?
|
boolean |
supportsGetGeneratedKeys()
Does this connection support the JDBC Connection.getGeneratedKeys method?
|
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConnectionpublic void discoverConnectionProperties()
public final boolean supportsGetGeneratedKeys()
public final SQLDialectCodegetSQLDialectCode()
ConnectionSource
public final StringgetPassword()
public final void setPassword(Stringpassword)
password - The password to set
public final StringgetUser()
public final void setUser(Stringusername)
username - The username to set
public final boolean supportsBatchUpdates()
public boolean isStarted()
public void start()
public void stop()