About Question enthuware.ocpjp.v7.2.1197 :
Posted: Tue Apr 23, 2013 2:19 pm
I'm a bit confused.
SavePoint savePoint1 = connection.getSavePoint("step1done");
Looking through the docs on Connection class, there is a setSavePoint(), but I can't find a getSavePoint(). Where is this coming from? Is it being inherited in some odd way?
And why use it instead of setSavePoint() ?
I just can't get my head around all this..
Thanks.
SavePoint savePoint1 = connection.getSavePoint("step1done");
Looking through the docs on Connection class, there is a setSavePoint(), but I can't find a getSavePoint(). Where is this coming from? Is it being inherited in some odd way?
And why use it instead of setSavePoint() ?
I just can't get my head around all this..
Thanks.