Package de.tarent.extract
Class DateExtractor
- java.lang.Object
-
- de.tarent.extract.DateExtractor
-
- All Implemented Interfaces:
ResultSetValueExtractor
public class DateExtractor extends java.lang.Object implements ResultSetValueExtractor
-
-
Constructor Summary
Constructors Constructor Description DateExtractor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectextractValue(java.sql.ResultSet rs, int col)
-
-
-
Method Detail
-
extractValue
public java.lang.Object extractValue(java.sql.ResultSet rs, int col) throws java.sql.SQLException- Specified by:
extractValuein interfaceResultSetValueExtractor- Throws:
java.sql.SQLException
-
-