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 Details

    • process

      void process(String methodName, String args)
    • insertHead

      void insertHead(String finalMethodName, String tmp)
    • getDocument

      StringBuffer getDocument()
    • initDb

      void initDb()
    • end

      void end()