void writeSequenceStatement(Session c, NumberSequence s) throws HsqlException {

    if (lLog != null) {
      lLog.writeSequenceStatement(c, s);
    }
  }