Interface CriteriaParameters


public interface CriteriaParameters
Criteria condition operator parameters.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Parameters count.
    get(int index)
    Get parameter with provided index.
  • Method Details

    • count

      int count()
      Parameters count.
      Returns:
      number of parameters
    • get

      CharSequence get(int index)
      Get parameter with provided index. Values of index start from 0.
      Parameters:
      index - parameter index
      Returns:
      the parameter with provided index