From 1ae09931b2572d9c3067c99f841a60cb3330b3f3 Mon Sep 17 00:00:00 2001 From: wei <> Date: Thu, 3 May 2007 00:48:04 +0000 Subject: Update active relations docs --- framework/Data/Common/Mssql/TMssqlCommandBuilder.php | 6 +++--- framework/Data/Common/Mssql/TMssqlTableInfo.php | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'framework/Data/Common/Mssql') diff --git a/framework/Data/Common/Mssql/TMssqlCommandBuilder.php b/framework/Data/Common/Mssql/TMssqlCommandBuilder.php index b22c08a5..3de6aa5e 100644 --- a/framework/Data/Common/Mssql/TMssqlCommandBuilder.php +++ b/framework/Data/Common/Mssql/TMssqlCommandBuilder.php @@ -1,6 +1,6 @@ * @link http://www.pradosoft.com/ @@ -13,8 +13,8 @@ Prado::using('System.Data.Common.TDbCommandBuilder'); /** - * TDbCommandBuilder provides basic methods to create query commands for tables - * giving by {@link setTableInfo TableInfo} the property. + * TMssqlCommandBuilder provides specifics methods to create limit/offset query commands + * for MSSQL servers. * * @author Wei Zhuo * @version $Id: TDbCommandBuilder.php 1863 2007-04-12 12:43:49Z wei $ diff --git a/framework/Data/Common/Mssql/TMssqlTableInfo.php b/framework/Data/Common/Mssql/TMssqlTableInfo.php index e408440b..ee9c500b 100644 --- a/framework/Data/Common/Mssql/TMssqlTableInfo.php +++ b/framework/Data/Common/Mssql/TMssqlTableInfo.php @@ -60,7 +60,6 @@ class TMssqlTableInfo extends TDbTableInfo Prado::using('System.Data.Common.Mssql.TMssqlCommandBuilder'); return new TMssqlCommandBuilder($connection,$this); } - } ?> \ No newline at end of file -- cgit v1.2.3