接口 ManagedDataSource
- 所有超级接口:
CommonDataSource,DataSource,Wrapper
-
方法概要
修饰符和类型方法说明booleanisEnable()voidsetEnable(boolean value) voidsetObjectName(ObjectName objectName) 从接口继承的方法 javax.sql.CommonDataSource
createShardingKeyBuilder, getParentLogger从接口继承的方法 javax.sql.DataSource
createConnectionBuilder, getConnection, getConnection, getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter从接口继承的方法 java.sql.Wrapper
isWrapperFor, unwrap
-
方法详细资料
-
isEnable
boolean isEnable() -
setEnable
void setEnable(boolean value) -
getObjectName
ObjectName getObjectName() -
setObjectName
-