Package com.alibaba.druid.pool
Interface ManagedDataSource
-
- All Superinterfaces:
CommonDataSource,DataSource,Wrapper
- All Known Implementing Classes:
DruidDataSource,DruidQuartzConnectionProvider,DruidXADataSource
public interface ManagedDataSource extends DataSource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectNamegetObjectName()booleanisEnable()voidsetEnable(boolean value)voidsetObjectName(ObjectName objectName)-
Methods inherited from interface javax.sql.CommonDataSource
createShardingKeyBuilder, getParentLogger
-
Methods inherited from interface javax.sql.DataSource
createConnectionBuilder, getConnection, getConnection, getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter
-
Methods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
-
-
-
-
Method Detail
-
isEnable
boolean isEnable()
-
setEnable
void setEnable(boolean value)
-
getObjectName
ObjectName getObjectName()
-
setObjectName
void setObjectName(ObjectName objectName)
-
-