@Override
protected void processModulesAndArgs()
{
// Force the connection to be a null one.
// Known to be called after arg module initialization.
StoreDesc storeDesc = getModStore().getStoreDesc() ;
storeDesc.connDesc.setJdbcURL(JDBC.jdbcNone) ;
if ( storeDesc.getLayout() == null )
storeDesc.setLayout(layoutDefault) ;
printSQL = contains(argDeclPrintSQL) ;
List<String> strList = getValues(argDeclPrint) ;
for ( String arg : strList )
{