xRecord Class
class xRecord extends Object
|
Method |
Description |
|---|---|
|
Validates on the server that the specified record may be deleted from a table. | |
|
Validates on the server that the specified record may be inserted into a table. | |
|
Validates on the server that the specified record may be read. | |
|
Validates on the server that the specified record may be updated. | |
|
Cancels a previous method call to the Object.setTimeOut Method. (Inherited from Object.) | |
|
Gets and sets the caption property of a table. | |
|
Gets and sets the property that indicates whether to check mandatory fields. | |
|
Gets and sets the property that indicates whether a record can be deleted, which is based on delete actions for a table and whether it allows for deletes when corresponding records exist in corresponding tables. | |
|
Removes all rows from the table buffer. | |
|
Gets and sets the property that indicates the company. | |
|
Gets and sets the default concurrency model to use when reading records. | |
|
Gets and sets the context property. | |
|
Gets and sets an entire row from the table. | |
|
Retrieves the data source of the table. | |
|
Ensures that database operations are properly closed if they fail. | |
|
Deletes the current record from the table. | |
|
Gets and sets the property that indicates whether caching is disabled. | |
|
Performs the clear action by providing an alternative to the built-in clear method on the table. | |
|
Performs the delete action by providing an alternative to the built-in delete method on the table. | |
|
Performs the insert action by providing an alternative to the built-in insert method on the table. | |
|
Performs the update action by providing an alternative to the built-in update method on the table. | |
|
Performs the action to validate that a record can be deleted. | |
|
Overridden. Determines whether the specified object is equal to the current one. | |
|
Executes the display methods on the server; the results are cached. | |
|
Retrieves the PresenceInfo value from the specified field. | |
|
Retrieves the timer handle for the object. (Inherited from Object.) | |
|
Retrieves the handle of the class of the object. (Inherited from Object.) | |
|
Retrieves a string that contains the help text for the specified field. | |
|
Initializes a field to the default value. | |
|
Inserts the record into the table. | |
|
Indicates whether the data source is a form. | |
|
Indicates whether this is a temporary table. | |
|
Finds the join child of the current record. | |
|
Finds the join parent of the current record. | |
|
Merges the current table with the specified table. | |
|
Changes the specified field to the default value of the field that it overwrites. | |
|
Initializes a new instance of the Object Class. (Inherited from Object.) | |
|
Releases the hold on an object that has called a wait method on this object. (Inherited from Object.) | |
|
Releases a lock on the object that was issued by a wait method on this object. (Inherited from Object.) | |
|
Determines whether the object is on a server. (Inherited from Object.) | |
|
Retrieves the default values of the current record. | |
|
Gets and sets the property that indicates whether system fields may be overwritten. | |
|
Returns the instance that owns the object. (Inherited from Object.) | |
|
Executes after a record is read. | |
|
Indicates whether the query exceeded the time limit for execution. | |
|
Gets and sets the property that indicates the time limit for the execution of a query. | |
|
Gets and sets the property that indicates whether to skip rows that are locked by other processes when reading a record. | |
|
Gets and sets the property that indicates whether security should be applied or a record level. | |
|
Renames the foreign keys in other tables according to the change of the corresponding primary key value in this table. | |
|
Rereads the record from the table. | |
|
Retrieves the number of rows in the table. | |
|
Gets and sets the property that indicates whether records should be selected for update when they are read. | |
|
Indicates whether to select locked records. | |
|
Gets and sets the property that indicates whether repeatable read is enabled. | |
|
Sets the user connection for this table. | |
|
Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
|
Sets the table to not be persisted to the database. | |
|
Sets the contents of the temporary table to the specified data. | |
|
Gets and sets the property that indicates whether to skip AOS validation | |
|
Gets and sets the property that indicates whether to skip database log requests. | |
|
Gets and sets the property that indicates whether to discard overloaded methods. | |
|
Gets and sets the property that indicates whether requests to delete records should be ignored. | |
|
Gets and sets the property that indicates whether to discard overloaded methods. | |
|
Provides an option to turn off calling the Application.event* methods for the lifetime of an instance of the xRecord class. | |
|
Gets and sets the property that indicates whether to skip the check to determine whether the record is selected for update. | |
|
Gets and sets the property that indicates whether to suppress warnings for this cursor. | |
|
Retrieves the HelpText value for the specified field. | |
|
Retrieves the ToolTip value for the current record. | |
|
Retrieves a string that represents the current object. (Inherited from Object.) | |
|
Aborts a transaction that was started by a call to the ttsbegin method. | |
|
Starts a transaction that can be either committed by the ttscommit method or aborted by the ttsabort method. | |
|
Commits a transaction that was started by a call to the ttsbegin method. | |
|
Updates the current record. | |
|
Overridden. Retrieves the current number of references (the value of the reference counter) that the object has. | |
|
Determines whether the current record is valid and ready to be deleted from the database. | |
|
Determines whether the specified field is valid. | |
|
Determines whether the current record is valid and ready to be written. | |
|
Pauses a process. (Inherited from Object.) | |
|
Specifies the location from which the data was retrieved. | |
|
Updates a record if it exists; otherwise, inserts a record. | |
|
Retrieves an XML string that represents the current object. |