DialectInfo Stay organized with collections Save and categorize content based on your preferences.
Version 4.0.26.2 (latest)
Datatype
Description
(object)
object
can
lock
object
Operations the current user is able to perform on this object
default_max_connections
lock
string
Default number max connections
default_port
lock
string
Default port number
default_max_queries
lock
string
Default number max queries
default_max_queries_per_user
lock
string
Default number max queries per user
installed
lock
boolean
Is the supporting driver installed
label
lock
string
The human-readable label of the connection
label_for_database_equivalent
lock
string
What the dialect calls the equivalent of a normal SQL table
label_for_schema_equivalent
lock
string
What the dialect calls the equivalent of a schema-level namespace
name
lock
string
The name of the dialect
supported_driver_name
lock
string
The name of the driver used for this dialect
supported_driver_versions
Expand DialectDriverNamesVersion definition...
name
lock
string
Name to be passed to the backend
display_name
lock
string
Name to be displayed in the frontend.
Expand DialectInfoOptions definition...
additional_params
lock
boolean
Has additional params support
after_connect_statements
lock
boolean
Has support for issuing statements after connecting to the database
analytical_view_dataset
lock
boolean
Has analytical view support
auth
lock
boolean
Has auth support
cost_estimate
lock
boolean
Has configurable cost estimation
disable_context_comment
lock
boolean
Can disable query context comments
host
lock
boolean
Host is required
instance_name
lock
boolean
Instance name is required
key_pair_authentication
lock
boolean
Has support for key pair authentication
max_billing_gigabytes
lock
boolean
Has max billing gigabytes support
oauth_credentials
lock
boolean
Has support for a service account
pdts_for_oauth
lock
boolean
Has OAuth for PDT support
port
lock
boolean
Port can be specified
project_name
lock
boolean
Has project name support
schema
lock
boolean
Schema can be specified
service_account_credentials
lock
boolean
Has support for a service account
ssl
lock
boolean
Has TLS/SSL support
timezone
lock
boolean
Has timezone support
tmp_table
lock
boolean
Has tmp table support
tns
lock
boolean
Has Oracle TNS support
username
lock
boolean
Username can be specified
username_required
lock
boolean
Username is required
supports_connection_pooling
lock
boolean
Has support for connection pooling
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.