Interface RecordProcessor

  • All Known Implementing Classes:
    RecordSQLProcessor

    public interface RecordProcessor
    A streaming interface for a database backend, which accumulates (SQL) inserts statements, by means of its process method.
    • Method Detail

      • process

        void process​(String methodName,
                     String args)
      • insertHead

        void insertHead​(String finalMethodName,
                        String tmp)
      • initDb

        void initDb()
      • end

        void end()