PostgreSql.executePreparedStatement

Prepared statement support

This will be added to the Database interface eventually in some form, but first I need to implement it for all my providers.

The common function of those 4 will be what I put in the interface.

class PostgreSql
ResultSet
executePreparedStatement
(
T...
)
(
string name
,)

Meta