Package guru.mikelue.jdut
Interface DuetFunctions
-
public interface DuetFunctionsRepresents the function provider for building/clean.- See Also:
DuetConductor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JdbcFunction<Connection,?>getBuildFunction()Gets the function for building data.JdbcFunction<Connection,?>getCleanFunction()Gets the function for cleaning data.
-
-
-
Method Detail
-
getBuildFunction
JdbcFunction<Connection,?> getBuildFunction()
Gets the function for building data.- Returns:
- The function with accepting
Connection
-
getCleanFunction
JdbcFunction<Connection,?> getCleanFunction()
Gets the function for cleaning data.- Returns:
- The function with accepting
Connection
-
-