public final class Pool
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
protected void |
finalize() |
java.sql.Connection |
getConnection() |
CloseableDataSource |
getDataSource() |
int |
lastInsertId(java.sql.Connection con) |
void |
stop() |
public void stop() throws java.sql.SQLException, java.lang.InterruptedException
java.sql.SQLException
java.lang.InterruptedException
public java.sql.Connection getConnection()
public int lastInsertId(java.sql.Connection con) throws java.sql.SQLException
java.sql.SQLException
public CloseableDataSource getDataSource()
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
Copyright © 2021. All Rights Reserved.