Parametrized Query Factory
Factory for ParametrizedQuery.
A parametrized query is only used if any of these conditions is met:
BDatabaseConfig.logQueries is enabled, and the logger of the class that created the prepared statement has its
TRACE
logs enabled,BDatabaseConfig.queryLogThreshold is configured
Usage
Register your instance as a service with @BService.
Built-in RDBMS support
PostgreSQL
If no compatible factory is found, a generic parametrized query is used.
See also
@InterfacedService
Functions
Link copied to clipboard
Returns a ParametrizedQuery for this statement.
Link copied to clipboard
Returns whether this connection is supported by this parametrized query factory.