43444546474849
public static InsertCommand getInsertCommand(Object o) throws easyJ.common.EasyJException { if (DatabaseType.SQL_SERVER.equals(databaseType)) return new InsertCommandSQLServerImpl(o); return new InsertCommandMySQLImpl(o); }