/**
* Name of the Hikari pool. Should be unique across your application. If you don't set one or set a null one
* a default pool name based on the database name will be picked.
*/
@Nonnull
@CheckReturnValue
public Builder setPoolName(@Nullable final String poolName) {
this.poolName = poolName;
return this;
}
DatabaseConnection.java 文件源码
java
阅读 28
收藏 0
点赞 0
评论 0
项目:SqlSauce
作者:
评论列表
文章目录