Package de.ec.sql

Class ConditionValues<T extends Conditionable<T>>


  • public class ConditionValues<T extends Conditionable<T>>
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T values​(java.lang.Iterable<java.lang.Object> values)  
      T values​(java.lang.Object... values)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConditionValues

        protected ConditionValues​(ConditionPart<T> part)
    • Method Detail

      • values

        public T values​(java.lang.Object... values)
      • values

        public T values​(java.lang.Iterable<java.lang.Object> values)