DBConnectionOverride

Version 4.0.24.6 (latest)
Datatype
Description
(object)
object
context
string
Context in which to override (`pdt` is the only allowed value)
host
string
Host name/address of server
port
string
Port number on server
username
string
Username for server authentication
password
string
(Write-Only) Password for server authentication
has_password
boolean
Whether or not the password is overridden in this context
certificate
string
(Write-Only) Base64 encoded Certificate body for server authentication (when appropriate for dialect).
file_type
string
(Write-Only) Certificate keyfile type - .json or .p12
database
string
Database name
schema
string
Schema name
jdbc_additional_params
string
Additional params to add to JDBC connection string
after_connect_statements
string
SQL statements (semicolon separated) to issue after connecting to the database. Requires `custom_after_connect_statements` license feature