MySQL Forums
Forum List  »  NDB clusters

Re: ndb clusterj session.load(T instance) usage ?
Posted by: Mikael Ronström
Date: July 25, 2019 02:39AM

load(T instance) is a method that performs an action similar to
SELECT * FROM TABLE t WHERE PK = id;
It is called on a Session object, before calling load one needs to
call setId or similar method to set the primary key.

There is a couple of programming examples in the source code and
in the book MySQL Cluster 7.5 inside and out.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: ndb clusterj session.load(T instance) usage ?
546
July 25, 2019 02:39AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.