Class ValueConverterFactory

java.lang.Object
com.vividsolutions.jump.datastore.jdbc.ValueConverterFactory

public class ValueConverterFactory extends Object
Standard data converters for JDBC. Clients can extend this class, or simply call it.
Version:
1.0
Author:
Martin Davis
  • Field Details

  • Constructor Details

    • ValueConverterFactory

      public ValueConverterFactory()
  • Method Details

    • getConverter

      public static ValueConverter getConverter(ResultSetMetaData rsm, int columnIndex) throws SQLException
      Handles finding a converter for standard JDBC types. Clients should handle custom types themselves.
      Returns:
      null if no converter could be found
      Throws:
      SQLException - if an SQLException occurs