Mixin: DatabaseConnectionBase

DatabaseConnectionBase

The DatabaseConnectionBase class.

Members

connectionString :String

Connection string. PostgreSQL: If set, all other connection parameters will be ignored. OLEDB: Either a provider or a connection string must be specified.

Type:
  • String

database :String

Database name;

Type:
  • String

host :String

Database host name.

Type:
  • String
Default Value:
  • "localhost"

password :String

Database user password.

Type:
  • String

system :DatabaseConnectionType

Database system type.

Type:

username :String

Database user name.

Type:
  • String