Function
exec
Execute a prepared statement, returning the number of rows affected
exec: func(stmt-token: prepared-statement-token, params: list<pg-value>) -> result<u64, prepared-statement-exec-error>;Execute a prepared statement, returning the number of rows affected
exec: func(stmt-token: prepared-statement-token, params: list<pg-value>) -> result<u64, prepared-statement-exec-error>;