C
CalculateColumn

Called directly from within a calculation column.

ClearTableHandle

Clears the table handle array array from cache.

D
DeleteDataRow

Deletes a data row for the indicated Key ID and database table.

G
GetKeyIDLock

Attempts to perform a semaphore lock on the indicated tablename and Key ID.

GetTableCommuter

Returns the name of the indicated table's commuter module if it exists.

GetTableHandle

Returns an array of information related to the database table being passed in.

GetTableProperties

Returns an array of information related to the database table being passed in.

GetUserLocks

Returns a dynamic array of user lock information.

I
IsKeyIDLocked

Returns a Boolean flag of the lock status for the indicated table and Key ID.

IsKeyIDSelfLocked

Returns a Boolean flag of the self-lock status for the indicated table and Key ID.

R
ReadDataRow

Reads a data row for the indicated Key ID and database table.

ReleaseKeyIDLock

Attempts to release a semaphore lock on the indicated tablename and Key ID.

S

SetTableAlias

Attempts to create an alias for the indicated table, volume, and database.

SearchIndex

Returns an @FM delimited list of Key IDs that match the search value.

U
UnlockKeyID

Attempts to unlock the indicated Key ID from the indicated Table Name. Note, this can only be done with the UD 5.

V
VerifyLH

Performs a health check against the indicated tables and returns back any issues.

VerifyLHAll

Performs a health check against all attached tables and returns back any issues.

W
WriteDataRow

Writes a data row for the indicated Key ID and database table.