Is returning ResultSet possible?

From: qazmlp (qazmlp1209_at_rediffmail.com)
Date: 02/09/04


Date: 9 Feb 2004 04:38:25 -0800

Is is safe to return a ResultSet from a member function of my class?
Can it cause memory leaks?



Relevant Pages

  • Is returning ResultSet possible?
    ... Is is safe to return a ResultSet from a member function of my class? ... Can it cause memory leaks? ...
    (comp.lang.java.programmer)
  • Re: Is returning ResultSet possible?
    ... > Is is safe to return a ResultSet from a member function of my class? ... > Can it cause memory leaks? ... IMHO it's not a good idea because usually you can use the ResultSet only ...
    (comp.lang.java.databases)
  • Re: Access to public base classes protected functions in objects different from this
    ... Well, we don't know that that's safe, in any way. ... call to bring 'b2' to a valid external state; ... member function, because class C might have imposed additional requirements. ... of its contract that no derived class should change the requirements. ...
    (comp.lang.cpp)
  • Re: Is returning ResultSet possible?
    ... > Can it cause memory leaks? ... Resultsets use a Connection which should be closed nicely. ... So if you are going to pass around Resultset, be sure you do all the stuff ... I used Stringrepresentation/numberrepresentation for all fields and made ...
    (comp.lang.java.programmer)
  • Re: What I Think Delphi Needs to Do to Survive
    ... Not being able to create access violations, wild pointers or memory leaks ... OK, yea. ... Safe from one's own self. ...
    (borland.public.delphi.non-technical)