3031323334353637
} public static SelectCommand getSelectCommand(Class c) throws easyJ.common.EasyJException { if (DatabaseType.SQL_SERVER.equals(databaseType)) return new SelectCommandSQLServerImpl(c); return new SelectCommandMySQLImpl(c); }