Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 729 Bytes

File metadata and controls

15 lines (11 loc) · 729 Bytes

CreateConnectionRequestJdbcConnectionConfiguration

CreateConnectionRequestJdbcConnectionConfiguration

Properties

Name Type Required Description
credentials Optional[BasicCredentials] No
driver_class str Yes The fully-qualified driver class name that is used to connect to the database.
jdbc_properties JdbcProperties Yes
url str Yes The URL that the JDBC driver uses to connect to a database.
type Literal["jdbc"] Yes None

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