// Assume that an arg without "-" prefix is a filename
processCommandLine = false;
final ImportStatement importStmt = new ImportStatement(option);
final ExecutionResults results = importStmt.evaluatePredicateAndExecute(getConnection());
System.out.print(results);
return results.hadSuccess();
}
}
private synchronized static HConnectionImpl getConnection() throws HBqlException {