|
Transfer version 1.1 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
transfer.com.sql.Datasource
public class Datasource
Datasource Bean
| Constructor Summary | |
|---|---|
init()
Constructor |
|
| Method Summary | |
|---|---|
private any |
getConnection()
Returns a java.sql.Connection |
private string |
getDataBaseProductName()
retrience the database product name |
string |
getDatabaseType()
|
string |
getName()
|
string |
getPassword()
|
string |
getUserName()
|
private string |
queryDatabaseType()
Returns string value of the db type. Current values are: mssql, mysql |
private void |
setDatabaseType(string DatabaseType)
|
void |
setMemento(struct memento)
Sets the state of the object |
private void |
setName(string Name)
|
private void |
setPassword(string Password)
|
private void |
setUserName(string UserName)
|
private any |
throw(string type, string message, [string detail=''])
Throws an Exception |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init()
| Method Detail |
|---|
private any getConnection()
private string getDataBaseProductName()
public string getDatabaseType()
public string getName()
public string getPassword()
public string getUserName()
private string queryDatabaseType()
private void setDatabaseType(string DatabaseType)
DatabaseTypepublic void setMemento(struct memento)
memento - The memento the is the state of the objectprivate void setName(string Name)
Nameprivate void setPassword(string Password)
Passwordprivate void setUserName(string UserName)
UserNameprivate any throw(string type, string message, [string detail=''])
type - The type of exceptionmessage - The message to accompany the exceptiondetail - The detail message for the exception
|
Transfer version 1.1 | ||||
| FRAMES | |||||