pgOnly abstract method

String pgOnly(
  1. String query
)

Returns the given query if the current SQL dialect is PostgreSQL.

Implementation

String pgOnly(String query);