com.ibm.websphere.batch.devframework.datastreams.patternadapter
Interface PureQueryWriterPattern
- public interface PureQueryWriterPattern
Method Summary
Modifier and Type | Method and Description |
---|---|
|
initialize(java.util.Properties props)
|
|
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.
|
Method Detail
initialize
- void initialize(java.util.Properties props)
writeRecord
- 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.