DBConnectionOverride Stay organized with collections Save and categorize content based on your preferences.
Version 4.0.26.2 (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)
Related Types
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-02-09 UTC.