Class PostgresFunctionDatabase

All Implemented Interfaces:
FunctionDatabase, SQLFunctionDatabase, AutoCloseable

public final class PostgresFunctionDatabase extends AbstractSQLFunctionDatabase<WeightedLSHCosineVectorFactory>
Defines the BSim FunctionDatabase backed by a PostgreSQL database. Simple, one-column tables that only contain string data use the SQLStringTable class and are defined in this class. More complex tables are defined in their own classes in the ghidra.features.bsim.query.client.tables package.