public interface PureQueryWriterPattern
Modifier and Type | Method and Description |
---|---|
void |
initialize(java.util.Properties props) |
void |
writeRecord(com.ibm.pdq.runtime.Data dataInterface,
java.lang.Object record)
The parent class will pass the record to be written and the
Data interface that may be used by the application to execute the pureQuery API method( for in-line
style ) or the Data interface user method ( for annotation style ) in order to update the database.
|
void initialize(java.util.Properties props)
void writeRecord(com.ibm.pdq.runtime.Data dataInterface, java.lang.Object record)
- record
-