PostgreSqlAdapter constructor

PostgreSqlAdapter()

Implementation

PostgreSqlAdapter() {
  _grammar = PostgreSqlGrammar();
}