Stay organized with collectionsSave and categorize content based on your preferences.
Version 4.0.25.14 (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
pdt_host
string
Host name/address of server (same as host)
port
string
Port number on server
pdt_port
string
Port number on server (same as port)
username
string
Username for server authentication
pdt_username
string
Username for server authentication (same as username)
password
string
(Write-Only) Password for server authentication
pdt_password
string
(Write-Only) Password for server authentication (same as password)
has_password
lock
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).
pdt_certificate
string
(Write-Only) Base64 encoded Certificate body for server authentication (when appropriate for dialect) (same as certificate).
file_type
string
(Write-Only) Certificate keyfile type - .json or .p12
pdt_file_type
string
(Write-Only) Certificate keyfile type - .json or .p12 (same as file_type)
database
string
Database name
pdt_database
string
Database name (same as database)
schema
string
Schema name
pdt_schema
string
Schema name (same as schema)
jdbc_additional_params
string
Additional params to add to JDBC connection string
pdt_jdbc_additional_params
string
Additional params to add to JDBC connection string (same as jdbc_additional_params)
after_connect_statements
string
SQL statements (semicolon separated) to issue after connecting to the database. Requires `custom_after_connect_statements` license feature
pdt_after_connect_statements
string
SQL statements (semicolon separated) to issue after connecting to the database. Requires `custom_after_connect_statements` license feature (same as after_connect_statements)
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],[],null,["# DBConnectionOverride\n\nVersion 4.0.25.14 (latest) \nDatatype \nDescription \n(object) \nobject \ncontext \nstring \nContext in which to override (\\`pdt\\` is the only allowed value) \nhost \nstring \nHost name/address of server \npdt_host \nstring \nHost name/address of server (same as host) \nport \nstring \nPort number on server \npdt_port \nstring \nPort number on server (same as port) \nusername \nstring \nUsername for server authentication \npdt_username \nstring \nUsername for server authentication (same as username) \npassword \nstring \n(Write-Only) Password for server authentication \npdt_password \nstring \n(Write-Only) Password for server authentication (same as password) \nhas_password \n*lock* \nboolean \nWhether or not the password is overridden in this context \ncertificate \nstring \n(Write-Only) Base64 encoded Certificate body for server authentication (when appropriate for dialect). \npdt_certificate \nstring \n(Write-Only) Base64 encoded Certificate body for server authentication (when appropriate for dialect) (same as certificate). \nfile_type \nstring \n(Write-Only) Certificate keyfile type - .json or .p12 \npdt_file_type \nstring \n(Write-Only) Certificate keyfile type - .json or .p12 (same as file_type) \ndatabase \nstring \nDatabase name \npdt_database \nstring \nDatabase name (same as database) \nschema \nstring \nSchema name \npdt_schema \nstring \nSchema name (same as schema) \njdbc_additional_params \nstring \nAdditional params to add to JDBC connection string \npdt_jdbc_additional_params \nstring \nAdditional params to add to JDBC connection string (same as jdbc_additional_params) \nafter_connect_statements \nstring \nSQL statements (semicolon separated) to issue after connecting to the database. Requires \\`custom_after_connect_statements\\` license feature \npdt_after_connect_statements \nstring \nSQL statements (semicolon separated) to issue after connecting to the database. Requires \\`custom_after_connect_statements\\` license feature (same as after_connect_statements)\n\nRelated Types\n-------------\n\n- [DBConnection](./DBConnection \"DBConnection\")"]]