|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.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 |
getDBType()
Get DBType |
any |
getMemento()
Get the memento |
string |
getPassword()
Get Password |
string |
getUsername()
Get Username |
string |
getalias()
Get the alias |
string |
getname()
Get the name |
void |
setDBType(string dbtype)
Set DBType |
void |
setMemento(struct memento)
Set the memento |
void |
setPassword(string Password)
Set Password |
void |
setUsername(string Username)
Set Username |
void |
setalias(string alias)
Set alias of the datasource, this is used for reference to the structure. |
void |
setname(string name)
Set name of the datasource, this maps to the Coldfusion datasource name |
Methods inherited from class WEB-INF.cftags.component |
---|
|
Constructor Detail |
---|
public init([struct datasourceStruct='[runtime expression]'])
Method Detail |
---|
public string getDBType()
public any getMemento()
public string getPassword()
public string getUsername()
public string getalias()
public string getname()
public void setDBType(string dbtype)
dbtype
public void setMemento(struct memento)
memento
public void setPassword(string Password)
Password
public void setUsername(string Username)
Username
public void setalias(string alias)
alias
public void setname(string name)
name
|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |