Skip to content

Latest commit

 

History

History
 
 

message-sql

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

message-sql

Structured Query Language messages

javadoc

  • ../message Implementations of the Message interface

Usage

After importing the bom:

<dependency>
  <!-- sql message types -->
  <groupId>com.mastercard.test.flow</groupId>
  <artifactId>message-sql</artifactId>
</dependency>

The unit tests QueryTest and ResultTest contain usage examples for the message types supplied by this module.