Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.02 KB

File metadata and controls

16 lines (11 loc) · 1.02 KB

JdbcConnectionConfiguration

The configuration needed to connect to an external system using the JDBC protocol.

Properties

Name Type Required Description
url str Yes The URL that the JDBC driver uses to connect to a database.
driver_class str Yes The fully-qualified driver class name that is used to connect to the database.
jdbc_properties Dict[str, str] Yes A map of properties passed to the JDBC driver to configure behavior. Refer to the documentation of your specific connection type for additional available JDBC properties to add to your connection configuration.
credentials Optional[BasicCredentials] No
type Literal["jdbc"] Yes None

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