@Override public Character select(String characterName) throws DbException { return selectCommand.select(characterName); }