Package com.ericlam.mc.bungee.hnmc
Interface SQLDataSource
-
public interface SQLDataSource
MySQL 管理器
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectiongetConnection()注意: 必須每次拿一次,不能拿一次後長期使用。DataSourcegetDataSource()
-
-
-
Method Detail
-
getConnection
Connection getConnection() throws SQLException
注意: 必須每次拿一次,不能拿一次後長期使用。- Returns:
- SQL 連接
- Throws:
SQLException- SQL錯誤
-
getDataSource
DataSource getDataSource()
- Returns:
- SQL 連接池
-
-