
com.caucho.v5.jdbc.PoolConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of baratine Show documentation
Show all versions of baratine Show documentation
A reactive Java web server.
package com.caucho.v5.jdbc;
public class PoolConfig
{
private int _minCapacity;
private int _maxCapacity;
private long _timeoutMs;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy