diff options
author | xue <> | 2007-10-31 14:37:13 +0000 |
---|---|---|
committer | xue <> | 2007-10-31 14:37:13 +0000 |
commit | 583e6aede969fb26333af86e4954cb7a2f158c8e (patch) | |
tree | 2514f448125277c75c88f44f52247798b553fdcc /framework/Data | |
parent | f35cc125dd336d30eae1c21a323799f9d91fb960 (diff) |
fixed doc error.
Diffstat (limited to 'framework/Data')
-rw-r--r-- | framework/Data/TDbCommand.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Data/TDbCommand.php b/framework/Data/TDbCommand.php index b4bd9dd4..caa4476b 100644 --- a/framework/Data/TDbCommand.php +++ b/framework/Data/TDbCommand.php @@ -263,7 +263,7 @@ class TDbCommand extends TComponent * This is a convenient method of {@link query} when only a single scalar
* value is needed (e.g. obtaining the count of the records).
* @return mixed the value of the first column in the first row of the query result. False is returned if there is no value.
- * @throws TDbException execution failed or there is no data
+ * @throws TDbException execution failed
*/
public function queryScalar()
{
|