Interface OutputSQL

All Known Subinterfaces:
CPQ
All Known Implementing Classes:
ConcatCPQ, EdgeCPQ, IdentityCPQ, IntersectionCPQ, Predicate, Query

public interface OutputSQL
Interface for components that can be converted to an SQL query representing them.
  • Method Summary

    Modifier and Type
    Method
    Description
    Converts this object to an SQL query.
  • Method Details

    • toSQL

      String toSQL()
      Converts this object to an SQL query.
      Returns:
      An SQL query representing this object.