From 1bbf5a3c7c0eccd89050a5c8ee220901867722ea Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 10 Mar 2008 04:24:12 +0000 Subject: [PATCH] more POD for SQL::Result, documenting what read does --- lib/WebGUI/SQL/ResultSet.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/SQL/ResultSet.pm b/lib/WebGUI/SQL/ResultSet.pm index 9ddf3a3f9..5a91844c8 100644 --- a/lib/WebGUI/SQL/ResultSet.pm +++ b/lib/WebGUI/SQL/ResultSet.pm @@ -227,7 +227,8 @@ sub prepare { =head2 read ( sql, db, placeholders ) -Constructor. Returns a result set statement handler. +Constructor. Returns a result set statement handler after doing a prepare and execute on +the supplied SQL query and the placeholders. =head3 sql