|
ColdBox Platform Version 3.7.0 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.core.db.DatasourceBean
public class DatasourceBean
I model a datasource connection setting.
Constructor Summary | |
---|---|
init([struct datasourceStruct='[runtime expression]'])
I build a new datasource bean |
Method Summary | |
---|---|
string |
getAlias()
Get the alias |
string |
getDBType()
Get DBType |
any |
getMemento()
Get the memento |
string |
getName()
Get the name |
string |
getPassword()
Get Password |
string |
getUsername()
Get Username |
void |
setAlias(string alias)
Set alias of the datasource, this is used for reference to the structure |
void |
setDBType(string dbtype)
Set DBType |
void |
setMemento(struct memento)
Set the memento |
void |
setName(string name)
Set name of the datasource, this maps to the Coldfusion datasource name |
void |
setPassword(string Password)
Set Password |
void |
setUsername(string Username)
Set Username |
Methods inherited from class WEB-INF.cftags.component |
---|
|
Constructor Detail |
---|
public init([struct datasourceStruct='[runtime expression]'])
datasourceStruct
- The structure holding the name,dbtype,username,and password variables.Method Detail |
---|
public string getAlias()
public string getDBType()
public any getMemento()
public string getName()
public string getPassword()
public string getUsername()
public void setAlias(string alias)
alias
public void setDBType(string dbtype)
dbtype
public void setMemento(struct memento)
memento
public void setName(string name)
name
public void setPassword(string Password)
Password
public void setUsername(string Username)
Username
|
ColdBox Platform Version 3.7.0 | ||||
FRAMES |