273274275276277278279280281282283
} case SHUTDOWN: if( db != null ) { db.shutdown(); } else { return null; }