public ConnectionPool(String driver, String serverURL, String username, String password, int minCon, int maxCon, double conTimeout, boolean mysqlUseUnicode, String encoding) throws IOException
IOExceptionpublic Connection getConnection() throws SQLException
SQLExceptionpublic void freeConnection()
public void destroy()
throws SQLException
SQLExceptionpublic int getSize()
public void run()
Copyright © 2023 onecode. All rights reserved.