| |
HCheckStructure | Defines the mode for comparing data files. |
HComputer | Stores a unique computer number or identifier in order to use the log and transactions in network. |
HDBCreation | Ends the description of the structure of an xBase data file by programming. |
HDBDescribeField | Describes by programming each item found in the structure of an xBase file described by HDBDescribeFile. |
HDBDescribeFile | Describes a file in dBase3 format (most common format) by programming. |
HDBDescribeIndex | Describes by programming the different index files that will be created. |
HDBIndex | Opens an xBase index file. |
HDBOpen | Opens the xBase data file and the "memo" file if it exists. |
HDBOpenNoLock | In single-user mode, opens an xBase data file without locking it. |
HDBSortType | Returns or modifies the sequence of text items in the xBase files. |
HDeclareExternal | Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file. |
HDeleteView | Deletes a previously created view. This function uses the former view mechanism. |
HEndNoModif | Unlocks a file that was locked by the same program with HNoModif. |
HIndexingInProgress | Indicates that a reindex operation is currently performed on a HFSQL data file and returns the percentage of reindexing already performed. |
HInfoReplica | Returns information about the specified replica. |
HInitSubscriber | Initializes the range of automatic identifiers for the description file of subscriber replica (".RPL" extension). |
HLogInfo | Adds comments to the log when saving the operation. |
HLogRecreate | Used to re-create an empty log. |
HLogRestart | Restarts the logging process on a file. |
HLogStop | Stops the log process of a file. |
HNoModif | Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy). |
HOpenConnection | Opens a connection to a specific database. |
HPrepareSQLQuery | Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query. |
HRecordDate | Returns the date and time of the last write operation performed on a record in an HFSQL file (Classic or Client/Server). |
HRegenerateFile | Regenerates a data file from its log. |
HRplDeclareLink | Declares a (1, 1) (0, n) link between two tables. |
HRplFilterProcedure | Defines the WLanguage procedure that will be called whenever a replication operation is performed on a specific file. |
HSetLog | Enables or disables log management on a file. |
HSetReplication | Temporarily disables (or re-enables) the replication. |
HStatDate | Returns the date of the last update for the index statistics. |
HStatTime | Returns the time of the last update for the index statistics. |
HSubstDir | Associates the data directory specified in the analysis with a directory found on disk. |
HSynchronizeReplica | Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica. |