_variables.putAll(_config.readProperties());
}
public void registerLastCommandListener(final CommandDispatcher dispatcher) {
_specialVariables.add(SPECIAL_LAST_COMMAND);
dispatcher.addExecutionListener(new ExecutionListener() {
@Override
public void beforeExecution(final SQLSession session, final String command) {
}