Package de.ec.sql

Class InsertValue


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

      Constructors 
      Modifier Constructor Description
      protected InsertValue​(Insert insert, java.lang.String column)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Insert query​(Query query)  
      Insert value​(java.lang.Object value)  
      Insert 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

      • InsertValue

        protected InsertValue​(Insert insert,
                              java.lang.String column)
    • Method Detail

      • value

        public Insert value​(java.lang.Object value)
      • values

        public Insert values​(java.lang.Object... values)