void writeDeleteStatement(Session c, Table t, Object[] row) throws HsqlException {

    if (lLog != null) {
      lLog.writeDeleteStatement(c, t, row);
    }
  }