| |
HActivateServerTrigger | Re-enables a server trigger that was disabled by HDeactivateServerTrigger. |
HAddGroup | Adds a group of users. |
HAddLink | Adds an integrity rule between two data files on the server. |
HAddScheduledBackup | Adds a scheduling for full backup (with or without differential backup) on the server defined by the connection. |
HAddScheduledOptimization | Adds an optimization task of HFSQL Client/Server data files. |
HAddScheduling | Adds a new scheduled item to an HFSQL server: scheduled task (stored procedure), backup, optimization or refresh of a materialized view. |
HAddTask | Adds a scheduled task on the server defined by the connection. |
HAddUser | Agrega un usuario a una base de datos. |
HBackup | Backs up the contents of an HFSQL server: all server databases, one or more databases, one or more data files. |
HCancelBackup | Cancela una copia de seguridad en curso. |
HChangePassword | Changes the password of an HFSQL Classic or HFSQL Client/Server data file. |
HCheckServerUpdate | Comprueba si hay una versión más reciente del servidor HFSQL que pueda actualizarse automáticamente. |
HClearWorkingDir | Clears and destroys the temporary directory previously created when HServerWorkingDir was executed. |
HConnectionQuality | Devuelve el nivel de calidad de la conexión: cuanto más alto sea el nivel, más rápida será la conexión. |
HCopyFile | Copies an HFSQL data file (.fic, .ndx, .ftx, .sdx and .mmo files, if any):- from the HFSQL server to the server (to perform a backup for example).
- from the HFSQL server to the client (to perform a local backup for example).
- from the client to the HFSQL server (to update the data files for example).
- from an HFSQL server to antoher HFSQL server.
|
HCreateServerTrigger | Adds or modifies a server trigger on the HFSQL server. |
HCS.FrameSize | La variable HCS.FrameSize se utiliza para cambiar el tamaño del marco de datos saliente. |
HDeactivateServerTrigger | Disables an HFSQL Client/Server server trigger on a server. |
HDeleteBackup | Deletes a backup previously created with HBackup. |
HDeleteDatabase | Elimina una base de datos de un servidor HFSQL. |
HDeleteDirectory | Deletes a directory from an HFSQL Client/Server database. |
HDeleteFile | Deletes HFSQL data files (.fic, .ndx, .ftx, .sdx and .mmo files, if any) from the server. |
HDeleteGroup | Deletes (from the server) a group of users associated with a connection. |
HDeleteLink | Deletes an integrity rule between two data files on the server. |
HDeleteParameter | Deletes a parameter previously saved by HSaveParameter. |
HDeleteQuery | Elimina una consulta (utilizada por procedimientos almacenados) de un servidor HFSQL. |
HDeleteScheduledBackup | Deletes a scheduled backup from an HFSQL Client/Server server. |
HDeleteScheduledOptimization | Deletes a scheduled optimization task from HFSQL Client/Server data files. |
HDeleteScheduling | Delete a scheduled item on an HFSQL server: scheduled task (stored procedure), backup, optimization, refresh of a materialized view. |
HDeleteServerTrigger | Deletes a server trigger. |
HDeleteSet | Elimina un conjunto de procedimientos almacenados de un servidor HFSQL. |
HDeleteTask | Deletes a scheduled task from an HFSQL Client/Server server. |
HDeleteUser | Deletes a user associated with a connection to the HFSQL server. |
HDescribeServerTrigger | Adds or modifies a server trigger. |
HDisconnectClient | Displays a message on the Client computer(s) and disconnects the application. |
HDropView | Elimina una vista materializada del servidor HFSQL. |
HDuplicateDatabase | Duplica la base de datos asociada a una conexión en un servidor HFSQL. |
HEndNoDatabaseAccess | Re-allows the access (which means the connection) to one or more databases accessible via a connection. |
HExecuteProcedure | Runs a stored procedure. |
HExecuteScheduledBackup | Fuerza la ejecución de una copia de seguridad programada. |
HExecuteScheduling | Immediately executes a scheduled item regardless of its scheduling: scheduled task (stored procedure), backup, optimization, refresh of a materialized view. |
HInfoBackup | Returns information about one or more backups performed on an HFSQL Client/Server server. |
HInfoDatabaseProperty | Used to find out the properties of a database on an HFSQL server. |
HInfoDatabaseRights | Permite conocer los permisos otorgados a un usuario o grupo sobre una base de datos. |
HInfoFileProperty | Allows you to find out the properties of a data file located in an HFSQL server. |
HInfoFileRights | Gets the rights granted to a user or group on an HFSQL Client/Server data file. |
HInfoGroup | Returns information about the specified group of users. |
HInfoItemRights | Obtiene los permisos concedidos a un usuario o grupo sobre un campo. |
HInfoLock | Returns information about the lock set on a data file, on one or all the records in a data file. |
HInfoLog | Returns information about the server logs. |
HInfoServer | Returns the specified information about the server. |
HInfoServerProperty | Allows you to find out the properties of an HFSQL server. |
HInfoServerRights | Permite conocer los permisos otorgados a un usuario o grupo de usuarios sobre un servidor. |
HInfoTask | Returns the characteristics of a scheduled task in a hScheduledTask variable]. |
HInfoUser | Updates the variables for user management with the information regarding the specified user. |
HInfoView | Devuelve información sobre una vista materializada. |
HInfoViewRights | Permite conocer los permisos otorgados a un usuario o grupo sobre una vista SQL o una vista materializada. |
HListConnectedUser | Lists users currently connected to one or more data files handled by a Client/Server connection. |
HListDatabase | Lists the Client/Server databases associated with a connection. |
HListGroup | Returns the list of groups of users defined for a connection. |
| Lists the execution history of a scheduled item on an HFSQL server: scheduled task (stored procedure), backup, optimization, refresh of a materialized view). |
HListParameter | Returns the list of parameters saved from the stored procedures on the server. |
HListScheduledBackup | Lists the full and differential backups that have been scheduled on HFSQL Client/Server. |
HListScheduledOptimization | Lists the scheduled optimization tasks of HFSQL Client/Server data files for a connection. |
HListScheduling | Lists scheduled elements defined on an HFSQL server: scheduled tasks (stored procedure), backup, optimization, refresh of a materialized view. |
HListServer | Lists the HFSQL servers installed on a computer. |
HListServerTrigger | Lists the different triggers available on a connection or on one of the connection files. |
HListStoredElement | Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries). |
HListTask | Lists the scheduled tasks of an HFSQL Client/Server server for a given connection. |
HListUser | Devuelve la lista de usuarios definidos para una conexión. |
HListWatchedFiles | Devuelve la lista de archivos monitoreados con la función HWatch. |
HLoadParameter | Reads a parameter that was saved from a stored procedure by HSaveParameter. |
HManageServerUpdate | Permite gestionar la actualización automatic de los servidores HFSQL Client/Server y definir la frecuencia con la que se comprueban las actualizaciones. |
HManageTask | Activa o desactiva una tarea programada de un servidor HFSQL Client/Server. |
HModifyDatabaseProperty | Modifies the properties of a database located on an HFSQL server. |
HModifyDatabaseRights | Sets the rights granted to a user or group for an HFSQL Client/Server database. |
HModifyFileProperty | Modifies the properties of an HFSQL data file located on a server. |
HModifyFileRights | Sets the rights granted to a user or group on an HFSQL Client/Server data file. |
HModifyGroup | Modifica la información de un grupo según los elementos de las variables de gestión de grupos correspondientes. |
HModifyItemRights | Modifica los permisos concedidos a un usuario o grupo sobre un campo de un archivo de datos HFSQL Client/Server. |
HModifyScheduledBackup | Modifies a backup scheduling. |
HModifyScheduledOptimization | Modifies a scheduled optimization task on the HFSQL server defined by the connection. |
HModifyScheduling | Modify a scheduled item on an HFSQL server: scheduled task (stored procedure), backup, optimization, refresh of a materialized view. |
HModifyServerProperty | Modifies the properties of an HFSQL server. |
HModifyServerRights | Sets the rights granted to a user or group on an HFSQL server. |
HModifyTask | Modifies a scheduled task on the HFSQL server defined by the connection. |
HModifyUser | Modifica la información de un usuario según los elementos de las variables de gestión de usuarios correspondientes. |
HModifyViewRights | Sets the rights granted to a user or group on an SQL view or on a materialized view. |
HNoDatabaseAccess | Deniega las nuevas conexiones a una o a todas las bases de datos. |
HNotifAddCCRecipient | Adds recipients for the notifications sent via the Control Centers (WDBal messaging tool). |
HNotifAddEmailRecipient | Adds recipients for the notifications sent by email. |
HNotifConfigure | Specifies and configures the server used to send notifications by the HFSQL server. |
HNotifDeleteCCRecipient | Elimina los destinatarios de una notificación enviada a través de los Centros de Control (herramienta de mensajería WDBal). |
HNotifDeleteEmailRecipient | Elimina los destinatarios de una notificación por correo electrónico. |
HNotifListCCRecipient | Returns the list of recipients of a notification sent via the Control Centers (WDBal messaging tool). |
HNotifListEmailRecipient | Returns the list of recipients for a notification by email. |
HOnServerCall | Customizes the management of message display on the client computer and the management of disconnection from a client computer. |
HoperationInProgress | Devuelve la lista de operaciones automáticas en curso en un servidor HFSQL. |
HPriority | Finds out and modifies the priority of the calling application. |
HPriorityClient | Modifies the priority of a client application. |
HReconnect | Realiza una reconexión al servidor para todas las conexiones interrumpidas. Las conexiones no interrumpidas no se modifican. |
HResetClient | Inicializa la estructura para la gestión de los ordenadores Cliente (estructuraHClient). |
HResetGroup | Inicializa la estructura para la gestión de grupos (HGroup) con los valores por defecto. |
HResetUser | Inicializa la estructura para la gestión de usuarios (HUser) con los valores por defecto. |
HRestoreBackup | Used to restore: - an immediate backup (performed by HBackup or via the HFSQL Control Center),
- a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center.
|
HRetrieveBackup | Recupera en el equipo local el contenido de una copia de seguridad comprimida (en formato ZIP) realizada en un servidor HFSQL. |
HRetrieveLog | Creates a text file containing the server logs between two given dates. |
| Purge the entire execution history of scheduled elements on an HFSQL server. |
HSaveParameter | Saves a persistent value on the HFSQL server. |
HSendMessageToClient | Displays a message on the client computers. |
HServerMantenimiento | Verifica y optimiza las tablas del sistema de un servidor HFSQL. |
HServerStatus | Allows you to find out the status of an HFSQL server (this function uses the MantaManager service). |
HServerWorkingDir | Returns the path of a temporary directory on the HFSQL server. |
HSetCache | Permite configurar la gestión de las cachés en el motor HFSQL Cliente/Servidor. |
HSetServer | Used to find out and modify some settings of HFSQL Client/Server server. |
HSimulateNetwork | Simulates the operating mode of HFSQL Client/Server on an ADSL or 3G network. |
HStartServer | Allows you to start an HFSQL server (this function uses the MantaManager service). |
HStartServerUpdate | Permite iniciar inmediatamente la actualización automática del servidor. |
HStopServer | Stops an HFSQL server. |
HSuggestKey | Devuelve una lista de claves que añadir a los archivos de datos para mejorar el rendimiento de las consultas. |
HSuggestKeyEnd | Termina de recoger información sobre las consultas ejecutadas. |
HSuggestKeyStart | Comienza a recopilar información sobre las consultas ejecutadas. |
| Deletes the execution history of a scheduled item on an HFSQL server: scheduled task (stored procedure), backup, optimization, refresh of a materialized view.). |
HTransactionIsolation | Configures the isolation level of transactions for a connection to an HFSQL server. |
HTransactionList | Devuelve la lista de transacciones en curso o interrumpidas en el servidor de la conexión especificada. |
HTransactionRollbackToSavepoint | Rolls the transaction back to the savepoint. |
HTransactionSavepoint | Declares a transaction savepoint. |
HUpdateLink | Actualiza todas las relaciones de un archivo de datos HFSQL Client/Server en el servidor. |
HUpdateQuery | Creates or updates a query on an HFSQL server. |
HUpdateSet | Creates or updates a set of procedures on an HFSQL server. |
HUpdateView | Creates or updates the description of an SQL view or materialized view from the analysis to an HFSQL server. |
HWatch | Inicia la supervisión de acciones de escritura (agregar, modificar o eliminar) realizadas en un archivo de un servidor HFSQL. |
HWatchStop | Detiene la supervisión de un archivo de datos en un servidor HFSQL. |