. */ require_once 'creole/Statement.php'; require_once 'creole/common/StatementCommon.php'; /** * MySQL Statement * * @author Hans Lellelid * @author Stig Bakken * @author Lukas Smith * @version $Revision: 1.1 $ * @package creole.drivers.mysql */ class MySQLStatement extends StatementCommon implements Statement { }