180181182183184185186187188189190
{ res = new MySqlAdapter(this); } else if (driver.startsWith("jdbc:postgresql:")) { res = new PostgreSqlAdapter(this); } else if (driver.startsWith("jdbc:derby:")) { res = new DerbyAdapter(this); }