Date: Friday, December 2, 2005 @ 16:19:55
Author: gilles
Path: /cvsroot/carob/carob/include
Modified: JavaSocket.hpp (1.14 -> 1.15) RequestWithResultSetParameters.hpp
(1.8 -> 1.9)
Minor javadoc fixes
------------------------------------+
JavaSocket.hpp | 2 +-
RequestWithResultSetParameters.hpp | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)
Index: carob/include/JavaSocket.hpp
diff -u carob/include/JavaSocket.hpp:1.14 carob/include/JavaSocket.hpp:1.15
--- carob/include/JavaSocket.hpp:1.14 Fri Dec 2 15:53:07 2005
+++ carob/include/JavaSocket.hpp Fri Dec 2 16:19:55 2005
@@ -52,7 +52,7 @@
/**
* Gives socket validity status.
* @return true if the socket is valid (has been created), so
- * [EMAIL PROTECTED] #connectTo(std::wstring, in_addr_t)} can be called
+ * [EMAIL PROTECTED] #connectTo(const std::wstring&, in_addr_t)} can be
called
*/
inline bool isValid() const { return socketFd != -1; }
/**
Index: carob/include/RequestWithResultSetParameters.hpp
diff -u carob/include/RequestWithResultSetParameters.hpp:1.8
carob/include/RequestWithResultSetParameters.hpp:1.9
--- carob/include/RequestWithResultSetParameters.hpp:1.8 Fri Dec 2
15:53:07 2005
+++ carob/include/RequestWithResultSetParameters.hpp Fri Dec 2 16:19:55 2005
@@ -26,6 +26,11 @@
namespace CarobNS {
+/**
+ * This class defines a Request with additional parameters indicating how the
+ * ResulSet should be fetched. This is only useful for calls to
+ * Statement.executeQuery() or Statement.execute() when ResultSets are
returned.
+ */
class RequestWithResultSetParameters : public Request
{
public:
_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits