예제 #1
0
  void writeInsertStatement(Session session, Table table, Object[] row) throws HsqlException {

    if (lLog != null) {
      lLog.writeInsertStatement(session, table, row);
    }
  }