Package io.debezium.connector.sqlserver
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectparse(String value)Parses string to an object.
-