Class LogicalConnectionTerm

java.lang.Object
org.fiware.mintaka.domain.query.ngsi.QueryTerm
org.fiware.mintaka.domain.query.ngsi.LogicalConnectionTerm

public class LogicalConnectionTerm extends QueryTerm
Query term to represent the logical connection of two terms, e.g. AND or OR
  • Constructor Details

    • LogicalConnectionTerm

      public LogicalConnectionTerm(LogicalOperator operator)
  • Method Details

    • toSQLQuery

      public String toSQLQuery()
      Description copied from class: QueryTerm
      Return the sql string representation of the query term
      Specified by:
      toSQLQuery in class QueryTerm
      Returns:
      the sql string