Purpose:
DKDatastoreSession is a class that contains datastore with assigned session Id to support the datastore pool.
Class summary:
class DKDatastoreSession { public: DKDatastoreSession(dkDatastore* aDs, long aSessionId); virtual ~DKDatastoreSession(); long getId() const; void setId(long aSessionId); dkDatastore* getDatastore(); void setDatastore(dkDatastore* aDs); };
Members:
DKDatastoreSession(dkDatastore* aDs,long aSessionId); virtual ~DKDatastoreSession();
long getId() const;
void setId(long aSessionId);
dkDatastore* getDatastore();
void setDatastore(dkDatastore* aDs);
(c) Copyright International Business Machines Corporation 1996, 2003. IBM Corp. All rights reserved.