public class ConnectionPoolManager extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
boolean |
containsConnection(int index) |
Connection |
getConnection(int index) |
String |
getPoolName() |
Connection |
remove(int index) |
public Connection getConnection(int index)
public boolean containsConnection(int index)
public Connection remove(int index)
public String getPoolName()
public void close()
Copyright © 2024 The Apache Software Foundation. All rights reserved.