diff options
-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()
{
|