Package org.geotools.data.sqlserver.jtds
Class JTDSDateConverterFactory
Object
JTDSDateConverterFactory
- All Implemented Interfaces:
- ConverterFactory
- 
Field SummaryFields inherited from interface ConverterFactorySAFE_CONVERSION
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
JTDSDateConverterFactorypublic JTDSDateConverterFactory()
 
- 
- 
Method Details- 
createConverterDescription copied from interface:ConverterFactoryCreates aConverterinstance for converting one type of object to another.- Specified by:
- createConverterin interface- ConverterFactory
- Parameters:
- source- The type to convert from.
- target- The type to convert to.
- hints- Hints used to be used while creating a converter.
- Returns:
- The converter, or nullif one could not be found.
 
 
-