Interface IPostConnectionProcedure
-
- All Superinterfaces:
IApplicable<java.sql.Connection>
public interface IPostConnectionProcedure extends IApplicable<java.sql.Connection>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(java.sql.Connection connection)-
Methods inherited from interface net.anwiba.commons.lang.functional.IApplicable
and, isApplicable, not, or
-
-