Package de.ec.sql

Class UpdateValue


  • public class UpdateValue
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected UpdateValue​(Update update, java.lang.String column)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Update expr​(java.lang.String expr)  
      Update value​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

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

      • UpdateValue

        protected UpdateValue​(Update update,
                              java.lang.String column)
    • Method Detail

      • value

        public Update value​(java.lang.Object value)
      • expr

        public Update expr​(java.lang.String expr)