Constructor
new DatabaseConnectionPostgreSQL()
Extends
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
- Inherited From:
database :String
Database name;
Type:
- String
- Inherited From:
host :String
Database host name.
Type:
- String
- Inherited From:
- Default Value:
- "localhost"
(readonly) id :Integer
The ID of this object.
Type:
- Integer
- Inherited From:
name :String
The name of this object.
Type:
- String
- Inherited From:
password :String
Database user password.
Type:
- String
- Inherited From:
port :Integer
Database port number.
Type:
- Integer
- Default Value:
- 5432
properties :Object.<string, string>
A place to store arbitrary string properties. In some cases objects store their configuration inside this hash/dictionary. If you store custom properties make sure you prefix them with your moduleId.
Type:
- Object.<string, string>
- Inherited From:
- See:
-
- upgrade_module
reference :String
The reference of this object. May only contain the characters A-Za-z0-9_.+: -
.
Type:
- String
- Inherited From:
- Default Value:
- ""
status :ElementStatus
The object status.
Type:
- Inherited From:
- Default Value:
- ElementStatus.Active
(readonly) system :DatabaseConnectionType
Type:
- Overrides:
- Default Value:
- DatabaseConnectionType.PostgreSQL
username :String
Database user name.
Type:
- String
- Inherited From: