Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 1020 Bytes

DialectInfo.md

File metadata and controls

17 lines (13 loc) · 1020 Bytes

DialectInfo

Properties

Name Type Description Notes
name string The name of the dialect [optional]
label string The human-readable label of the connection [optional]
label_for_database_equivalent string What the dialect calls the equivalent of a normal SQL table [optional]
default_port string Default port number [optional]
default_max_connections string Default number max connections [optional]
supported_options \Looker\Model\DialectInfoOptions Option support details [optional]
installed bool Is the supporting driver installed [optional]
can map[string,bool] Operations the current user is able to perform on this object [optional]

[Back to Model list] [Back to API list] [Back to README]