org.zenmagick.core.services.database\ZMSQLAware
core\services\database\ZMSQLAware.php at line 33
Interface ZMSQLAware
ZMSQLAware
public interface ZMSQLAware
- Author:
- DerManoMann
Method Detail
core\services\database\ZMSQLAware.php at line 43
getQueryDetails
public ZMQueryDetails getQueryDetails(string method, array args)
Get query details.
- Parameters:
- method - The method name to query; default is
null for none.
- args - Parameter for the method; default is an empty array
array().
- Returns:
- Details about the query that would be used or
null
Add support for querying the SQL parameters for a particular method on an object.
This would typically be implemented by service classes that want to support SQL based result list handling.