Package com.d3x.core.db
Interface DatabaseExecute.Single
-
- Enclosing class:
- DatabaseExecute
public static interface DatabaseExecute.SingleAn interface to a handler that accepts a single result set
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(java.sql.ResultSet rs)Called to process the result set from a execute() call
-