Interface RecordProcessor
-
- All Known Implementing Classes:
RecordSQLProcessor
public interface RecordProcessorA streaming interface for a database backend, which accumulates (SQL) inserts statements, by means of its process method.
-
-
Method Summary
Modifier and Type Method Description voidend()StringBuffergetDocument()voidinitDb()voidinsertHead(String finalMethodName, String tmp)voidprocess(String methodName, String args)
-
-
-
Method Detail
-
getDocument
StringBuffer getDocument()
-
initDb
void initDb()
-
end
void end()
-
-