&reftitle.constants; &pdo.driver-constants; PDO::PGSQL_ATTR_DISABLE_PREPARES (int) Send the query and the parameters to the server together in a single call, avoiding the need to create a named prepared statement separately. If the query is only going to be executed once this can reduce latency by avoiding an unnecessary server round-trip.