Class 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
    • Constructor Detail

      • ValueConverterFactory

        public ValueConverterFactory()
    • Method Detail

      • 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