Executes a statement on the database with the specified parameters.
The SQL statement to execute.
The parameters for the SQL statement.
The number of rows affected by the execution.
Queries the database with the specified statement and parameters.
The SQL statement to execute.
The parameters for the SQL statement.
The result set of the query.
Interface representing a PostgreSQL connection with methods for querying and executing statements. PostgresConnection