summaryrefslogtreecommitdiff
path: root/framework/Data/SqlMap/Configuration/TSqlMapInsert.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Data/SqlMap/Configuration/TSqlMapInsert.php')
-rw-r--r--framework/Data/SqlMap/Configuration/TSqlMapInsert.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Data/SqlMap/Configuration/TSqlMapInsert.php b/framework/Data/SqlMap/Configuration/TSqlMapInsert.php
index f269386f..8b1b36c4 100644
--- a/framework/Data/SqlMap/Configuration/TSqlMapInsert.php
+++ b/framework/Data/SqlMap/Configuration/TSqlMapInsert.php
@@ -7,9 +7,11 @@
* @link http://www.pradosoft.com/
* @copyright Copyright © 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @package System.Data.SqlMap.Configuration
+ * @package Prado\Data\SqlMap\Configuration
*/
+namespace Prado\Data\SqlMap\Configuration;
+
/**
* TSqlMapInsert class corresponds to the <insert> element.
*
@@ -17,7 +19,7 @@
* to generate a key to be used for the insert command.
*
* @author Wei Zhuo <weizho[at]gmail[dot]com>
- * @package System.Data.SqlMap.Configuration
+ * @package Prado\Data\SqlMap\Configuration
* @since 3.1
*/
class TSqlMapInsert extends TSqlMapStatement