Package de.willuhn.datasource.db.types
Class TypeTimestamp
- java.lang.Object
-
- de.willuhn.datasource.db.types.TypeGeneric
-
- de.willuhn.datasource.db.types.TypeTimestamp
-
- All Implemented Interfaces:
Type
public class TypeTimestamp extends TypeGeneric
Typ Timestamp.
-
-
Constructor Summary
Constructors Constructor Description TypeTimestamp()
-
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
-
-
-
-
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 interfaceType
- Overrides:
set
in 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)
-
-