Interface SqlServerDefaultValueConverter.DefaultValueMapper

  • Enclosing class:
    SqlServerDefaultValueConverter
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    private static interface SqlServerDefaultValueConverter.DefaultValueMapper
    Converts JDBC string representation of a default column value to an object.
    • Method Detail

      • parse

        Object parse​(String value)
              throws Exception
        Parses string to an object.
        Parameters:
        value - string representation
        Returns:
        value
        Throws:
        Exception - if there is an parsing error