ZenMagick 0.9.6


org.zenmagick.database.ZMSQLAware

Interface ZMSQLAware

ZMSQLAware

public interface ZMSQLAware

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.

Author:
DerManoMann
Version:
$Id: ZMSQLAware.php 2004 2009-03-02 01:43:49Z dermanomann $

Method Summary
ZMQueryDetails

getQueryDetails(string method, array args)

Get query details.

Method Detail

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

ZenMagick 0.9.6