Runtime Type : SQLDatasource : Config
Page Status: Beta
A class for containing the credentials for a database.
Contents |
[edit] Inherits From
root→Object→Meta→SQLService→Config
[edit] Fields
| string database | the name of the database to which you want to connect |
| string host | the URL where your database is being hosted |
| string password | the password for connecting to this database |
| long port | the port number of the port you want to use to connect to this database |
| string user | the username for connecting to this database |



