Class TypeDate

  • All Implemented Interfaces:
    Type

    public class TypeDate
    extends TypeGeneric
    Typ Date
    • Constructor Summary

      Constructors 
      Constructor Description
      TypeDate()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void set​(java.sql.PreparedStatement stmt, int index, java.lang.Object value)
      Speichert den uebergebenen Wert im Statement.
      • Methods inherited from class de.willuhn.datasource.db.types.TypeGeneric

        get
      • Methods inherited from class java.lang.Object

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

      • TypeDate

        public TypeDate()
    • Method Detail

      • set

        public void set​(java.sql.PreparedStatement stmt,
                        int index,
                        java.lang.Object value)
                 throws java.sql.SQLException
        Description copied from interface: Type
        Speichert den uebergebenen Wert im Statement.
        Specified by:
        set in interface Type
        Overrides:
        set in class TypeGeneric
        Parameters:
        stmt - das Statement.
        index - Index.
        value - der Wert.
        Throws:
        java.sql.SQLException
        See Also:
        TypeGeneric.set(java.sql.PreparedStatement, int, java.lang.Object)