Package ghidra.features.bsim.query
Interface SQLFunctionDatabase
- All Superinterfaces:
AutoCloseable
,FunctionDatabase
- All Known Implementing Classes:
AbstractSQLFunctionDatabase
,H2FileFunctionDatabase
,PostgresFunctionDatabase
-
Nested Class Summary
Nested classes/interfaces inherited from interface ghidra.features.bsim.query.FunctionDatabase
FunctionDatabase.BSimError, FunctionDatabase.ConnectionType, FunctionDatabase.DatabaseNonFatalException, FunctionDatabase.ErrorCategory, FunctionDatabase.Status
-
Method Summary
Modifier and TypeMethodDescriptionformatBitAndSQL
(String v1, String v2) Generate SQL bitwise-and syntax for use in database query WHERE clauseMethods inherited from interface ghidra.features.bsim.query.FunctionDatabase
changePassword, close, compareLayout, getConnectionType, getInfo, getLastError, getLSHVectorFactory, getOverviewFunctionsPerStage, getQueriedFunctionsPerStage, getServerInfo, getStatus, getURLString, getUserName, initialize, isPasswordChangeAllowed, query
-
Method Details
-
formatBitAndSQL
Generate SQL bitwise-and syntax for use in database query WHERE clause- Parameters:
v1
- first valuev2
- second value- Returns:
- SQL
-