. */ require_once 'creole/Statement.php'; require_once 'creole/common/StatementCommon.php'; /** * PostgreSQL Statement implementation. * * @author Hans Lellelid * @version $Revision: 1.1 $ * @package creole.drivers.pgsql */ class PgSQLStatement extends StatementCommon implements Statement { }