public interface DataSource extends ConnectionFactory
| Modifier and Type | Interface and Description |
|---|---|
static class |
DataSource.Tag
A Tag.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCheckValidConnectionSql()
Get the checkValidConnectionSql.
|
Extension |
getExceptionSorter()
Get the exceptionSorter
|
String |
getNewConnectionSql()
Get the newConnectionSql.
|
String |
getPassword()
Get the password.
|
Long |
getPreparedStatementsCacheSize()
Get the preparedStatementsCacheSize.
|
Long |
getQueryTimeout()
Get the queryTimeout.
|
Extension |
getStaleConnectionChecker()
Get the staleConnectionChecker
|
Statement.TrackStatementsEnum |
getTrackStatements()
Get the trackStatements.
|
String |
getUrlDelimiter()
Get the urlDelimiter.
|
String |
getUrlSelectorStrategyClassName()
Get the urlSelectorStrategyClassName.
|
String |
getUserName()
Get the userName.
|
Long |
getUseTryLock()
Get the useTryLock.
|
Extension |
getValidConnectionChecker()
Get the validConnectionChecker
|
Boolean |
isSetTxQueryTimeout()
Get the setTxQuertTimeout.
|
Boolean |
isSharePreparedStatements()
Get the sharePreparedStatements.
|
Boolean |
isUseJavaContext()
Get the useJavaContext.
|
Boolean |
isValidateOnMatch()
Get the validateOnMatch.
|
getAllocationRetry, getAllocationRetryWaitMillis, getBackgroundValidationMillis, getBlockingTimeoutMillis, getIdleTimeoutMinutes, getJndiName, getMaxPoolSize, getMinPoolSize, getSecurityDomain, isBackgroundValidation, isPrefill, isUseFastFailBoolean isUseJavaContext()
String getUrlDelimiter()
String getUrlSelectorStrategyClassName()
String getUserName()
String getPassword()
Boolean isValidateOnMatch()
String getNewConnectionSql()
String getCheckValidConnectionSql()
Extension getValidConnectionChecker()
Extension getExceptionSorter()
Extension getStaleConnectionChecker()
Statement.TrackStatementsEnum getTrackStatements()
Long getPreparedStatementsCacheSize()
Boolean isSharePreparedStatements()
Boolean isSetTxQueryTimeout()
Long getQueryTimeout()
Long getUseTryLock()
Copyright © 2021 JBoss by Red Hat. All rights reserved.