|
|
Choosing A Webhost: |
Statement.getResultSet() to return a reference instead of a pointer?: msg#00019db.carob.general
I would like to apply the following patch. Would libmysequoia bother? If not, thanks in advance for committing this change. Index: Statement.hpp =================================================================== RCS file: /cvsroot/carob/carob/include/Statement.hpp,v retrieving revision 1.32 diff -u -r1.32 Statement.hpp --- Statement.hpp 15 Feb 2006 11:34:46 -0000 1.32 +++ Statement.hpp 23 Feb 2006 16:11:48 -0000 @@ -264,7 +264,7 @@ * * @return pointer to the current result set; null if there are no more */ - DriverResultSet* getResultSet() const { return lastResultPtr; } + DriverResultSet& getResultSet() const { return *lastResultPtr; } /** * Retrieves the concurrency mode for the <code>ResultSet</code>. * @return <code>CONCUR_READ_ONLY</code> or <code>CONCUR_UPDATABLE</code>
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [JIRA] Resolved: (CAROB-67) error sending long strings (>32K), Zsolt Simon (JIRA) |
|---|---|
| Next by Date: | Re: Statement.getResultSet() to return a reference instead of a pointer?, Zsolt Simon |
| Previous by Thread: | [JIRA] Created: (CAROB-67) error sending long strings (>32K), Zsolt Simon (JIRA) |
| Next by Thread: | Re: Statement.getResultSet() to return a reference instead of a pointer?, Zsolt Simon |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |
Home
| advertise | OSDir is
an inevitable website.
|