| java.lang.Object org.cougaar.tools.csmart.util.ExportExperimentHelper
ExportExperimentHelper | public class ExportExperimentHelper (Code) | | Utility class for use by csmart/bin/exportExperiment script
to ensure that ALIB IDs are correct for complex recipes.
invoke with name of experiment being exported.
DB tempcopy must exist.
Uses CSMART.q & cougaar.rc to get DB connection info.
|
getConnection | public static Connection getConnection()(Code) | | Cribbed from DBUtils - get a connection to the db
specified by CSMART.q, without using the logger.
|
parseQuery | public static String parseQuery(String key, String subst, String query)(Code) | | Replace all instances of key with subst in the given
String query, returning the result.
|
|
|