@Override
 public int labelGetForName(Statement state, String labelName) {
   return storeLayer.labelGetForName(labelName);
 }