From b780f073fc8a522cae078f3e53d6fa73dbd5e63b Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Wed, 21 Jan 2015 09:10:08 +0100 Subject: Add namespaces: Caching, Collections, Data --- framework/Data/Common/Oracle/TOracleCommandBuilder.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'framework/Data/Common/Oracle/TOracleCommandBuilder.php') diff --git a/framework/Data/Common/Oracle/TOracleCommandBuilder.php b/framework/Data/Common/Oracle/TOracleCommandBuilder.php index 56173c3a..139ecc78 100644 --- a/framework/Data/Common/Oracle/TOracleCommandBuilder.php +++ b/framework/Data/Common/Oracle/TOracleCommandBuilder.php @@ -7,17 +7,19 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @package System.Data.Common + * @package Prado\Data\Common\Oracle */ -Prado :: using('System.Data.Common.TDbCommandBuilder'); +namespace Prado\Data\Common\Oracle; + +Prado::using('System.Data.Common.TDbCommandBuilder'); /** * TOracleCommandBuilder provides specifics methods to create limit/offset query commands * for Oracle database. * * @author Marcos Nobre - * @package System.Data.Common + * @package Prado\Data\Common\Oracle * @since 3.1 */ class TOracleCommandBuilder extends TDbCommandBuilder { -- cgit v1.2.3