192193194195196197198199200201202
{ res = new HsqldbAdapter(this); } else if (driver.startsWith("jdbc:firebirdsql:")) { res = new FirebirdAdapter(this); } else if (driver.startsWith("jdbc:sqlite:")) { res = new SqLiteAdapter(this); }