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 Summary
Modifier and TypeMethodDescriptionvoidend()voidinitDb()voidinsertHead(String finalMethodName, String tmp) void
-
Method Details
-
process
-
insertHead
-
getDocument
StringBuffer getDocument() -
initDb
void initDb() -
end
void end()
-