| net.sf.hajdbc.sql.Invoker
Invoker | public interface Invoker (Code) | | Represents a method invocation on a SQL object against a database.
author: Paul Ferraro< Parameters: D - > Type of the root object (e.g. driver, datasource)< Parameters: T - > Target object type of the invocation< Parameters: R - > Return type of this invocation |
invoke | public R invoke(Database<D> database, T object) throws Exception(Code) | | Invokes an action against the specified database on the specified SQL object
Parameters: database - a database Parameters: object - an SQL object the invocation result throws: Exception - |
|
|