Class QueryValue

    • Constructor Detail

      • QueryValue

        public QueryValue()
      • QueryValue

        public QueryValue​(Object value)
      • QueryValue

        public QueryValue​(Object[] values)
    • Method Detail

      • getValue

        public Object getValue()
      • setValue

        public void setValue​(Object value)
      • getValues

        public Object[] getValues()
      • setValues

        public void setValues​(Object[] values)
      • addValue

        public void addValue​(Object value)
      • isValueInParameter

        public boolean isValueInParameter()
      • setValueInParameter

        public void setValueInParameter​(boolean valueInParameter)
      • getValueParameters

        public List<Object> getValueParameters()
        Returns a list of parameters to this query value.

        If the query value is a sub-query with parameters for example you would pass the sub-query parameters via this method. These parameters will be used to replace the ? entries in the query value.

        Returns:
        the list of parameters, in the same order that they will be applied.
        Since:
        7.1.0