当前位置: 首页 > 工具软件 > jujube-jdbc > 使用案例 >

jdbc-con

丁承德
2023-12-01

Establishing a Connection

A JDBC application connects to a target data source using:

  • DriverManager
  • DataSource

Using the DriverManager Class

Specifying Database Connection URLs

  • MySQL Connector/J Database URL
jdbc:mysql://[host][,failoverhost...][:port]/[database][?propertyName][=propertyValue1][&propertyName2][=propertyValue2]...
 类似资料: