From 3c03a42d1edb0ec26110ace00f42e156cabff67b Mon Sep 17 00:00:00 2001 From: wei <> Date: Sat, 9 Dec 2006 09:17:22 +0000 Subject: Fixed #433, #384, #439, #477, #435, #422, #401, #359. Add more class docs for sqlmap. --- .../Data/SqlMap/Statements/TMappedStatement.php | 30 +++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) (limited to 'framework/Data/SqlMap/Statements/TMappedStatement.php') diff --git a/framework/Data/SqlMap/Statements/TMappedStatement.php b/framework/Data/SqlMap/Statements/TMappedStatement.php index 6bd4eb47..0989b6ff 100644 --- a/framework/Data/SqlMap/Statements/TMappedStatement.php +++ b/framework/Data/SqlMap/Statements/TMappedStatement.php @@ -7,7 +7,7 @@ * @copyright Copyright © 2005-2007 PradoSoft * @license http://www.pradosoft.com/license/ * @version $Id$ - * @package System.Data.SQLMap.Statements + * @package System.Data.SqlMap.Statements */ /** @@ -18,7 +18,7 @@ * * @author Wei Zhuo * @version $Id$ - * @package System.DataAccess.SQLMap.Statements + * @package System.Data.SqlMap.Statements * @since 3.0 */ class TMappedStatement extends TComponent implements IMappedStatement @@ -912,6 +912,14 @@ class TMappedStatement extends TComponent implements IMappedStatement } } +/** + * TPostSelectBinding class. + * + * @author Wei Zhuo + * @version $Id$ + * @package System.Data.SqlMap.Statements + * @since 3.1 + */ class TPostSelectBinding { private $_statement=null; @@ -945,7 +953,7 @@ class TPostSelectBinding * * @author Wei Zhuo * @version $Id$ - * @package System.DataAccess.SQLMap.Statements + * @package System.Data.SqlMap.Statements * @since 3.1 */ class TSQLMapObjectCollectionTree @@ -1119,6 +1127,14 @@ class TSQLMapObjectCollectionTree } } +/** + * TResultSetListItemParameter class + * + * @author Wei Zhuo + * @version $Id$ + * @package System.Data.SqlMap.Statements + * @since 3.1 + */ class TResultSetListItemParameter extends TComponent { private $_resultObject; @@ -1148,6 +1164,14 @@ class TResultSetListItemParameter extends TComponent } } +/** + * TResultSetMapItemParameter class. + * + * @author Wei Zhuo + * @version $Id$ + * @package System.Data.SqlMap.Statements + * @since 3.1 + */ class TResultSetMapItemParameter extends TComponent { private $_key; -- cgit v1.2.3