All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.caucho.v5.jdbc.PoolConfig Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package com.caucho.v5.jdbc;

public class PoolConfig
{
  private int _minCapacity;
  private int _maxCapacity;

  private long _timeoutMs;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy