Package de.willuhn.datasource.db.types
Class TypeDate
- java.lang.Object
-
- de.willuhn.datasource.db.types.TypeGeneric
-
- de.willuhn.datasource.db.types.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 voidset(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
-
-
-
-
Method Detail
-
set
public void set(java.sql.PreparedStatement stmt, int index, java.lang.Object value) throws java.sql.SQLExceptionDescription copied from interface:TypeSpeichert den uebergebenen Wert im Statement.- Specified by:
setin interfaceType- Overrides:
setin classTypeGeneric- Parameters:
stmt- das Statement.index- Index.value- der Wert.- Throws:
java.sql.SQLException- See Also:
TypeGeneric.set(java.sql.PreparedStatement, int, java.lang.Object)
-
-