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

Interface PureQueryWriterPattern



  • public interface PureQueryWriterPattern
    • Method Summary

      Methods 
      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.
    • 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.
        Parameters:
        -
        record -
IBM WebSphere Application ServerTM
Release 8.5