Package com.alibaba.druid.pool
Interface ManagedDataSource
- All Superinterfaces:
CommonDataSource,DataSource,Wrapper
- All Known Implementing Classes:
DruidDataSource,DruidQuartzConnectionProvider,DruidXADataSource
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisEnable()voidsetEnable(boolean value) voidsetObjectName(ObjectName objectName) Methods inherited from interface javax.sql.CommonDataSource
createShardingKeyBuilder, getParentLoggerMethods inherited from interface javax.sql.DataSource
createConnectionBuilder, getConnection, getConnection, getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriterMethods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
-
Method Details
-
isEnable
boolean isEnable() -
setEnable
void setEnable(boolean value) -
getObjectName
ObjectName getObjectName() -
setObjectName
-