接口 JdbcConnectionDetails
- 所有超级接口:
ConnectionDetails
Details required to establish a connection to an SQL service using JDBC.
- 从以下版本开始:
- 3.1.0
- 作者:
- Moritz Halbritter, Andy Wilkinson, Phillip Webb
-
方法详细资料
-
getUsername
String getUsername()Username for the database.- 返回:
- the username for the database
-
getPassword
String getPassword()Password for the database.- 返回:
- the password for the database
-
getJdbcUrl
String getJdbcUrl()JDBC url for the database.- 返回:
- the JDBC url for the database
-
getDriverClassName
The name of the JDBC driver class. Defaults to the class name of the driver specified in the JDBC URL.- 返回:
- the JDBC driver class name
- 另请参阅:
-
getXaDataSourceClassName
Returns the name of the XA DataSource class. Defaults to the class name from the driver specified in the JDBC URL.- 返回:
- the XA DataSource class name
- 另请参阅:
-