DatabaseConnection.java 文件源码

java
阅读 28 收藏 0 点赞 0 评论 0

项目:SqlSauce 作者:
/**
 * 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;
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号