188189190191192193194195196197198
{ res = new DerbyAdapter(this); } else if (driver.startsWith("jdbc:hsqldb:")) { res = new HsqldbAdapter(this); } else if (driver.startsWith("jdbc:firebirdsql:")) { res = new FirebirdAdapter(this); }