Interface QueryConfig

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getQueryTypeId()
      The type ID for which factories/sources are registered in the designer/gateway registries
      java.lang.String toString()
      For pleasant logging, implement toString() to describe this query
    • Method Detail

      • getQueryTypeId

        java.lang.String getQueryTypeId()
        The type ID for which factories/sources are registered in the designer/gateway registries
      • toString

        java.lang.String toString()
        For pleasant logging, implement toString() to describe this query
        Overrides:
        toString in class java.lang.Object