Package com.d3x.core.db
Interface DatabaseExecute.Multiple
-
- Enclosing class:
- DatabaseExecute
public static interface DatabaseExecute.MultipleAn interface to a handler that accepts multiple results sets
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(int index, java.sql.ResultSet rs)Called to process one result set from a execute() call
-