PostgresConnectionExtendedQuery extension
Extended Query Protocol implementation.
This extension provides functionality to execute parameterized queries using PostgreSQL's Extended Query Protocol with parameter binding.
Methods
-
sendExtendedQuery(
String sql, List parameters) → Future< QueryResult> -
Available on PostgresConnection, provided by the PostgresConnectionExtendedQuery extension
Executes a parameterized query using Extended Query Protocol.