184185186187188189190191192193194
{ res = new PostgreSqlAdapter(this); } else if (driver.startsWith("jdbc:derby:")) { res = new DerbyAdapter(this); } else if (driver.startsWith("jdbc:hsqldb:")) { res = new HsqldbAdapter(this); }