public interface DataSource extends JNDIEnvironmentRef
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassNameValue() |
java.lang.String |
getDatabaseName() |
java.lang.String |
getDescription() |
int |
getInitialPoolSize() |
int |
getIsolationLevelValue() |
int |
getLoginTimeout() |
int |
getMaxIdleTime() |
int |
getMaxPoolSize() |
int |
getMaxStatements() |
int |
getMinPoolSize() |
java.lang.String |
getPassword() |
int |
getPortNumber() |
java.util.List<Property> |
getProperties() |
java.lang.String |
getServerName() |
java.lang.String |
getUrl() |
java.lang.String |
getUser() |
boolean |
isSetInitialPoolSize() |
boolean |
isSetLoginTimeout() |
boolean |
isSetMaxIdleTime() |
boolean |
isSetMaxPoolSize() |
boolean |
isSetMaxStatements() |
boolean |
isSetMinPoolSize() |
boolean |
isSetPortNumber() |
boolean |
isSetTransactional() |
boolean |
isTransactional() |
getName
java.lang.String getDescription()
java.lang.String getClassNameValue()
java.lang.String getServerName()
boolean isSetPortNumber()
getPortNumber()
int getPortNumber()
isSetPortNumber()
java.lang.String getDatabaseName()
java.lang.String getUrl()
java.lang.String getUser()
java.lang.String getPassword()
java.util.List<Property> getProperties()
boolean isSetLoginTimeout()
getLoginTimeout()
int getLoginTimeout()
isSetLoginTimeout()
boolean isSetTransactional()
isTransactional()
boolean isTransactional()
isSetTransactional()
int getIsolationLevelValue()
java.sql.Connection#TRANSACTION_NONE
if unspecified
java.sql.Connection#TRANSACTION_READ_UNCOMMITTED
- TRANSACTION_READ_UNCOMMITTED
java.sql.Connection#TRANSACTION_READ_COMMITTED
- TRANSACTION_READ_COMMITTED
java.sql.Connection#TRANSACTION_REPEATABLE_READ
- TRANSACTION_REPEATABLE_READ
java.sql.Connection#TRANSACTION_SERIALIZABLE
- TRANSACTION_SERIALIZABLE
boolean isSetInitialPoolSize()
getInitialPoolSize()
int getInitialPoolSize()
isSetInitialPoolSize()
boolean isSetMaxPoolSize()
getMaxPoolSize()
int getMaxPoolSize()
isSetMaxPoolSize()
boolean isSetMinPoolSize()
getMinPoolSize()
int getMinPoolSize()
isSetMinPoolSize()
boolean isSetMaxIdleTime()
getMaxIdleTime()
int getMaxIdleTime()
isSetMaxIdleTime()
boolean isSetMaxStatements()
getMaxStatements()
int getMaxStatements()
isSetMaxStatements()