@Override
 public ValueResult<String> getDbVersion(Connection connection) {
   return ScalarisDataHandler.getDbVersion(connection);
 }