com.ibm.websphere.batch.devframework.datastreams.patternadapter

Interface PureQueryWriterPattern


  1. public interface PureQueryWriterPattern

Method Summary

Modifier and Type Method and Description
  1. void
initialize(java.util.Properties props)
  1. 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.

Method Detail

initialize

  1. void initialize(java.util.Properties props)

writeRecord

  1. void writeRecord(com.ibm.pdq.runtime.Data dataInterface,
  2. 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.