类 DataSourceInfo
java.lang.Object
org.ssssssss.magicapi.core.model.Attributes<Object>
org.ssssssss.magicapi.core.model.MagicEntity
org.ssssssss.magicapi.datasource.model.DataSourceInfo
-
字段概要
字段修饰符和类型字段说明private String驱动类private String数据源keyprivate int最多返回条数private String密码private String连接池类型private StringURLprivate String用户名从类继承的字段 org.ssssssss.magicapi.core.model.MagicEntity
createBy, createTime, groupId, id, lock, name, script, updateBy, updateTime从类继承的字段 org.ssssssss.magicapi.core.model.Attributes
properties -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明copy()getKey()intgetType()getUrl()voidsetDriverClassName(String driverClassName) voidvoidsetMaxRows(int maxRows) voidsetPassword(String password) voidvoidvoidsetUsername(String username) simple()从类继承的方法 org.ssssssss.magicapi.core.model.MagicEntity
copyTo, equals, getCreateBy, getCreateTime, getGroupId, getId, getLock, getName, getScript, getUpdateBy, getUpdateTime, hashCode, setCreateBy, setCreateTime, setGroupId, setId, setLock, setName, setScript, setUpdateBy, setUpdateTime, simple从类继承的方法 org.ssssssss.magicapi.core.model.Attributes
getAttribute, getProperties, setAttribute, setProperties
-
字段详细资料
-
url
URL -
username
用户名 -
password
密码 -
key
数据源key -
maxRows
private int maxRows最多返回条数 -
driverClassName
驱动类 -
type
连接池类型
-
-
构造器详细资料
-
DataSourceInfo
public DataSourceInfo()
-
-
方法详细资料
-
getUrl
-
setUrl
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getKey
-
setKey
-
getMaxRows
public int getMaxRows() -
setMaxRows
public void setMaxRows(int maxRows) -
getDriverClassName
-
setDriverClassName
-
getType
-
setType
-
simple
- 覆盖:
simple在类中MagicEntity
-
copy
- 覆盖:
copy在类中MagicEntity
-