A class that implements functionality for working with session data as repositories, error logging and non-persistent lists.
The single current session instance can be created by calling the oddaiCreateSession() function, it can be deleted only by calling the oddaiCloseCurrentSession() function. The currently opened session can be accessed by calling the oddaiSession() function.
File: daiSession.h
Namespace: OdDAI
Creates a new Session object with default parameters. |
Closes an opened repository assigned with the session. | |
Creates an instance of Non-Persistent List (NPL). | |
Creates an empty repository with a specified name inside the current session. | |
Creates a new repository with a specified name within the current session, and opens a specified bufferred model as part of the newly created repository. | |
Creates a new repository with a specified name within the current session, and opens a specified file as part of the newly created repository. | |
Deletes an instance of Non-Persistent List (NPL). | |
Deletes the repository record from the session container. | |
Retrieves the list of error events. | |
Searches for a repository with a specified name within the current session. | |
Generates a unique name of the repository. The method searches a repository with a specified name within the current session. If a repository with the specified name already exists, generates another unique name for the repository. | |
Retrieves the current value of the attribute specified by its name. (Inherited from OdDAIObjectSDAI) | |
Retrieves the current value of an attribute specified by its name. (Inherited from OdSDAIInstance) | |
Retrieves the current value of an attribute specified by its name. | |
Retrieves the current value of an attribute specified by its name in case-insensitive mode. (Inherited from OdDAIObjectSDAI) | |
Retrieves the type of the Standard Data Access Interface (SDAI) object. (Inherited from OdDAIObjectSDAI) | |
Retrieves the type of the Standard Data Access Interface (SDAI) instance. (Inherited from OdSDAIInstance) | |
Retrieves the current Gs node object of the Standard Data Access Interface (SDAI) object. (Inherited from OdDAIObjectSDAI) | |
Retrieves the database object identifier of the Standard Data Access Interface (SDAI) object. (Inherited from OdDAIObjectSDAI) | |
This is the overview for the isInstanceOf method overload. | |
This is the overview for the isInstanceOf method overload. | |
This is the overview for the isKindOf method overload. | |
This is the overview for the isKindOf method overload. | |
Retrieves whether the Standard Data Access Interface (SDAI) object is a persistent one. (Inherited from OdDAIObjectSDAI) | |
Determines whether the error logging is on or off. | |
Opens a repository that exists in the current session and was not opened before. | |
Retrieves the model object that contains the Standard Data Access Interface (SDAI) object. (Inherited from OdDAIObjectSDAI) | |
Retrieves the model that contains the Standard Data Access Interface (SDAI) instance. (Inherited from OdSDAIInstance) | |
Writes a record to the error event list. | |
Sets an event collector object to handle error events in the runtime. | |
Sets a new Gs node cache for the Standard Data Access Interface (SDAI) object. (Inherited from OdDAIObjectSDAI) | |
Activates the error events recording mode. | |
Deactivates the error events recording mode. | |
This is the overview for the testAttr method overload. | |
This is the overview for the testAttr method overload. | |
Retrieves whether the attribute value is set or is unset. The specified attribute name is case-insensitive. (Inherited from OdDAIObjectSDAI) |
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|