Interface JdbcOutputFormat.RecordExtractor<F,T>
-
- Type Parameters:
F- The type of given argumentT- The type of the return value
- All Superinterfaces:
java.util.function.Function<F,T>,Serializable
- Enclosing class:
- JdbcOutputFormat<In,JdbcIn,JdbcExec extends JdbcBatchStatementExecutor<JdbcIn>>
public static interface JdbcOutputFormat.RecordExtractor<F,T> extends java.util.function.Function<F,T>, Serializable
An interface to extract a value from given argument.
-
-
Method Summary
Static Methods Modifier and Type Method Description static <T> JdbcOutputFormat.RecordExtractor<T,T>identity()
-
-
-
Method Detail
-
identity
static <T> JdbcOutputFormat.RecordExtractor<T,T> identity()
-
-