Methods for DataSet

View method list in hierarchical order

NameTypeDescriptionDefining Class
Add_Client_FileProcedureAdds a table to this object's related-child list (obsolete)BaseData_Set
Add_Server_FileProcedureAdds a table to this object's related-parent list (obsolete)BaseData_Set
Add_User_InterfaceProcedureAdds the passed in hoDEO to the list of data entry objects (DEOs) for this objectBaseData_Set
Attach_ServerProcedureUse DDO_Server instead [Obsolete]BaseData_Set
AutoIncrementProcedureHandles incrementing of auto-increment columnsBaseData_Set
ChildByIndexFunctionCan be used to iterate the direct children of an objectcObject
ClassSuperClassFunctionReturns the superclass of the passed classcObject
ClearProcedureClears all tables owned by this objectBaseData_Set
Clear_AllProcedureClears all files owned by this object and all connected server DataDictionary objects (DDOs)BaseData_Set
ClearDDRelatesProcedureClears all local DD relationshipsBaseData_Set
ClearForTableProcedureClears all tables owned by this object by redirecting Clear to the table's ownerBaseData_Set
CreateFunctionCreates an object based on the passed Class IdcObject
CreateNamedFunctionCreates an object based on the passed Class Id and assigns it a name Name based on a passed namecObject
CurrentRowIdFunctionReturns the RowId of the current recordBaseData_Set
Data_Set_PostFindProcedureHook after a find to allow application or removal of Data Dictionary SQL filtersBaseData_Set
Data_Set_PreFindProcedureHook prior to a find to allow application or removal of Data Dictionary SQL filtersBaseData_Set
DestroyProcedureDestroys the object that receives the message and any child objects of that objectcObject
Detach_ServerProcedureDisconnects this object and the specified DataDictionary object (DDO), where this object was the client of that DDO serverBaseData_Set
Establish_Find_DirectionProcedureInitializes the constrained find commands to perform searches using the given parametersBaseData_Set
Exit_ApplicationProcedureStarts the process of closing an applicationcObject
Find_By_RecnumProcedureFinds record in specified table with record number equal to the passed in record numberBaseData_Set
FindByRowIdProcedureFinds record in specified table with record identity equal to the passed RowId and updates the DDO structureBaseData_Set
FindByRowIdExFunctionFinds record in specified table with record identity equal to the passed RowId and updates the DDO structure, with silent find errors and returning success or failureBaseData_Set
HasRecordFunctionDetermines if the DataDictionary object (DDO) has a current recordBaseData_Set
IsCascadeDeleteAllowedFunctionDetermines whether a child record can be deletedBaseData_Set
IsClassOfClassFunctionDetermines whether the target class is part of the searched class's hierarchycObject
IsNullParentAllowedFunctionCalled to determine if an inactive parent DDO can be nullBaseData_Set
IsObjectOfClassFunctionDetermines whether the passed class is part of the object's class hierarchycObject
IsRelatesToConstrainedFunctionDetermines if a child DDO is currently constrained to a particular parent tableBaseData_Set
Locate_NextProcedureFinds the next logical record using the passed in find mode, file, and index specified in a prior Establish_Find_Direction invocationBaseData_Set
ObjectClassFunctionReturns the integer class ID assigned to the class this object is based oncObject
Operation_Not_AllowedProcedureExecutes the error command with the passed in error number. Intended for augmentationBaseData_Set
ParentDDOSwitchedFunctionDetermines whether the parent DDO has switched to a different recordBaseData_Set
Read_By_RecnumProcedureFinds record in specified tabile with record number equal to the passed in record numberBaseData_Set
ReadByRowIdProcedureFinds record in specified table with record identity equal to the passed RowId without updating or altering the DDO structureBaseData_Set
ReadByRowIdExFunctionFinds record in specified table with record identity equal to the passed RowId without updating or altering the DDO structure, with silent find errors and returning success or failureBaseData_Set
Rebuild_ConstraintsProcedureBuilds the constraint set for a DDOBaseData_Set
RebuildAllConstraintsProcedureCan be sent to any DDO within a DDO structure to rebuild all constraint within the structureBaseData_Set
Refind_RecordsProcedureChecks to see if the record in the global table buffer is the same as the record in the DDO buffer and refinds the record in the global table buffer if neededBaseData_Set
Remove_Client_FileProcedureRemoves a table from this object's container-file listBaseData_Set
Remove_Server_FileProcedureRemoves a table from this object's server-file listBaseData_Set
Remove_User_InterfaceProcedureRemoves a table from this object's data entry object (DEO)-listBaseData_Set
Request_AssignProcedureCauses the Refresh message to be sent to all data entry objects for this object and its client and server DataDictionary objects as appropriateBaseData_Set
Request_Clear_FileProcedurePerforms the Clear command on the specified table of the data-server structureBaseData_Set
Request_DeleteProcedureResponsible for deleting a record in the DDO for the main_file, updating all parent DDOs (and tables) and possibly deleting all child recordsBaseData_Set
Request_Destroy_ObjectProcedureUse the Destroy method instead [Obsolete]cObject
Request_Entry_UpdateProcedureSends entry_update to all DEOs of the data set and DEOs of servers of the data set as required to store changes to record buffersBaseData_Set
Request_FindProcedureFinds on specified table using given find mode and indexBaseData_Set
Request_ReadProcedureFinds on specified table using given find mode and indexBaseData_Set
Request_RelateProcedurePerforms a relate on the specified table without initializing the done-arrayBaseData_Set
Request_SaveProcedureSaves all changes in DEOs attached to this object or to any DDO that is a server of this object directly or indirectlyBaseData_Set
Request_SuperfindProcedurePerforms superfind on the designated table by the Main_Index of the designated field and notifies all connected DataDictionary objects (DDOs) of the resultBaseData_Set
Request_ValidateFunctionRequest_Validate sends validation messages to all DDO Field's that will participate in the upcoming saveBaseData_Set
Validate_ConstraintsFunctionValidates this object's constraints against the record buffer's current contentBaseData_Set