All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.scalar.db.sql.PredicateList Maven / Gradle / Ivy

The newest version!
package com.scalar.db.sql;

import java.util.List;

/** A predicate list in the query. */
public interface PredicateList {

  /**
   * Returns the list of {@code Predicate}.
   *
   * @return list of {@code Predicate}
   */
  List getPredicates();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy