5455565758596061626364656667
} catch (IOException e) { } manager.stop(); } }); final QueryShell shell = shellFactory().create(System.in, System.out); shell.setOutputFormat(format); if (query != null) { shell.execute(query); } else { shell.run(); } return 0; }