<connection>
|
<name>ai_sys_db</name>
|
<server>${DB_HOST}</server>
|
<type>HWNPOSTGRESQL</type>
|
<access>Native</access>
|
<database>${DB_NAME}</database>
|
<port>${DB_PORT}</port>
|
<username>${DB_USER}</username>
|
<password>${DB_PASS}</password>
|
<servername/>
|
<data_tablespace/>
|
<index_tablespace/>
|
<attributes>
|
<attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
|
<attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
|
<attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
|
<attribute><code>PORT_NUMBER</code><attribute>${DB_PORT}</attribute></attribute>
|
<attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>Y</attribute></attribute>
|
<attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
|
<attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
|
<attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
|
<attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
|
</attributes>
|
</connection>
|