Uses of Interface
overit.geocall.da.DAFunction
Packages that use DAFunction
-
Uses of DAFunction in overit.geocall.da
Methods in overit.geocall.da with parameters of type DAFunctionModifier and TypeMethodDescriptionstatic <R> RPoolKit.start(DAFunction<R> function) Creates a new poolkit and pass it as argument to the function parameter.static <R> RPoolKit.start(PooledConnection pc, DAFunction<R> function) Creates a new poolkit starting by aPooledConnectionand pass it as argument to the function parameter.