|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.system.beans.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)
aliaspublic void setDBType(string dbtype)
dbtypepublic void setMemento(struct memento)
mementopublic void setName(string name)
namepublic void setPassword(string Password)
Passwordpublic void setUsername(string Username)
Username
|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||