This is an automatically generated class, offering a functionally equivalent set of methods and queries as <class>iKnow.Utils.MaintenanceAPI</class>, exposed as SqlProc methods.
See the classdocs for <class>iKnow.Utils.MaintenanceAPI</class> for more information.
|
static |
Adds an existing entity (by ID) to a SkipList.
This is an automatically generated class, offering a functionally equivalent set of methods and queries as <class>iKnow.Utils.MaintenanceAPI</class>, exposed as SqlProc methods.
See the classdocs for <class>iKnow.Utils.MaintenanceAPI</class> for more information.
For cross-domain SkipLists, use <method>AddStringToSkipList</method>
|
static |
Adds a single entry to a User Dictionary at position. If position <= 0 (default),
it is added at the bottom of the list, otherwise at the requested position, shifting existing entries down if it was already taken.
Deprecated: please use AddEntry() in <class>iKnow.UserDictionary</class>
|
static |
Create a new SkipList with the given name and description
|
static |
This method creates a User Dictionary with a given name and optional description and
returns the created user dictionary ID afterwards. This method will return -1 if an error occurred, which is passed by reference as sc.
Deprecated: please use New() in <class>iKnow.UserDictionary</class>
|
static |
This method drops the User Dictionary identified by the supplied userDictId,.
including all its entries.
Deprecated: please use DeleteId() in <class>iKnow.UserDictionary</class>
|
static |
Returns the ID corresponding to the supplied User Dictionary name.
Deprecated: please use NameIndexOpen() <class>iKnow.UserDictionary</class>
|
static |
Removes an entity (by ID) from a SkipList (but not from the domain)
For cross-domain SkipLists, use <method>RemoveStringFromSkipList</method>
|
static |
Removes the User Dictionary entry registered at position. This method will
not impact the order or position of any remaning entries.
Deprecated: please use RemoveEntry() in <class>iKnow.UserDictionary</class>
|
static |
Returns whether or not the SkipList identified by skipListId contains the.
supplied entity.
|
static |
Returns whether or not the SkipList identified by skipListId contains the.
supplied entity.