Package ghidra.features.bsim.query
Class BSimPostgresDBConnectionManager
java.lang.Object
ghidra.features.bsim.query.BSimPostgresDBConnectionManager
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDataSource
(BSimServerInfo postgresServerInfo) getDataSource
(URL postgresUrl) Deprecated.getDataSourceIfExists
(BSimServerInfo serverInfo)
-
Constructor Details
-
BSimPostgresDBConnectionManager
public BSimPostgresDBConnectionManager()
-
-
Method Details
-
getDataSource
public static BSimPostgresDBConnectionManager.BSimPostgresDataSource getDataSource(BSimServerInfo postgresServerInfo) -
getDataSource
@Deprecated public static BSimPostgresDBConnectionManager.BSimPostgresDataSource getDataSource(URL postgresUrl) Deprecated. -
getDataSourceIfExists
public static BSimPostgresDBConnectionManager.BSimPostgresDataSource getDataSourceIfExists(BSimServerInfo serverInfo)
-