Package ghidra.features.bsim.query
Interface BSimDBConnectTaskCoordinator.DBConnectionSupplier
- Enclosing class:
BSimDBConnectTaskCoordinator
public static interface BSimDBConnectTaskCoordinator.DBConnectionSupplier
DB connection supplier
-
Method Summary
-
Method Details
-
get
Get a database connection.- Returns:
- database connection
- Throws:
CancelledException
- if connection attempt cancelledSQLException
- if a database connection error occurs
-