AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Administrar bases de datos / HFSQL / Funciones HFSQL Client/Server
  • Presentación
  • Lista de funciones
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Nota: Estas funciones también están disponibles en la sintaxis con prefijo (Funciones HFSQL Cliente/Servidor (sintaxis con prefijo)).
Presentación
Para gestionar los datos HFSQL Cliente/Servidor se utilizan varias funciones HFSQL.
Estas funciones se utilizan principalmente para:
  • Gestionar los usuarios y los grupos de usuarios (creación, derechos, ...)
  • Gestionar los archivos de datos que se encuentran en el servidor
  • Gestionar la integridad referencial (funciones para gestionar los enlaces)
  • Gestiona el servidor.
Lista de funciones
Las siguientes funciones se utilizan para gestionar el motor HFSQL Cliente/Servidor:
HActivateServerTriggerRe-enables a server trigger that was disabled by HDeactivateServerTrigger.
HAddGroupAdds a group of users.
HAddLinkAdds an integrity rule between two data files on the server.
HAddScheduledBackupAdds a scheduling for full backup (with or without differential backup) on the server defined by the connection.
HAddScheduledOptimizationAdds an optimization task of HFSQL Client/Server data files.
HAddSchedulingAdds a new scheduled item to an HFSQL server: scheduled task (stored procedure), backup, optimization or refresh of a materialized view.
HAddTaskAdds a scheduled task on the server defined by the connection.
HAddUserAgrega un usuario a una base de datos.
HBackupBacks up the contents of an HFSQL server: all server databases, one or more databases, one or more data files.
HCancelBackupCancela una copia de seguridad en curso.
HChangePasswordChanges the password of an HFSQL Classic or HFSQL Client/Server data file.
HCheckServerUpdateComprueba si hay una versión más reciente del servidor HFSQL que pueda actualizarse automáticamente.
HClearWorkingDirClears and destroys the temporary directory previously created when HServerWorkingDir was executed.
HConnectionQualityDevuelve el nivel de calidad de la conexión: cuanto más alto sea el nivel, más rápida será la conexión.
HCopyFileCopies 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.
HCreateServerTriggerAdds or modifies a server trigger on the HFSQL server.
HCS.FrameSizeLa variable HCS.FrameSize se utiliza para cambiar el tamaño del marco de datos saliente.
HDeactivateServerTriggerDisables an HFSQL Client/Server server trigger on a server.
HDeleteBackupDeletes a backup previously created with HBackup.
HDeleteDatabaseElimina una base de datos de un servidor HFSQL.
HDeleteDirectoryDeletes a directory from an HFSQL Client/Server database.
HDeleteFileDeletes HFSQL data files (.fic, .ndx, .ftx, .sdx and .mmo files, if any) from the server.
HDeleteGroupDeletes (from the server) a group of users associated with a connection.
HDeleteLinkDeletes an integrity rule between two data files on the server.
HDeleteParameterDeletes a parameter previously saved by HSaveParameter.
HDeleteQueryElimina una consulta (utilizada por procedimientos almacenados) de un servidor HFSQL.
HDeleteScheduledBackupDeletes a scheduled backup from an HFSQL Client/Server server.
HDeleteScheduledOptimizationDeletes a scheduled optimization task from HFSQL Client/Server data files.
HDeleteSchedulingDelete a scheduled item on an HFSQL server: scheduled task (stored procedure), backup, optimization, refresh of a materialized view.
HDeleteServerTriggerDeletes a server trigger.
HDeleteSetElimina un conjunto de procedimientos almacenados de un servidor HFSQL.
HDeleteTaskDeletes a scheduled task from an HFSQL Client/Server server.
HDeleteUserDeletes a user associated with a connection to the HFSQL server.
HDescribeServerTriggerAdds or modifies a server trigger.
HDisconnectClientDisplays a message on the Client computer(s) and disconnects the application.
HDropViewElimina una vista materializada del servidor HFSQL.
HDuplicateDatabaseDuplica la base de datos asociada a una conexión en un servidor HFSQL.
HEndNoDatabaseAccessRe-allows the access (which means the connection) to one or more databases accessible via a connection.
HExecuteProcedureRuns a stored procedure.
HExecuteScheduledBackupFuerza la ejecución de una copia de seguridad programada.
HExecuteSchedulingImmediately executes a scheduled item regardless of its scheduling: scheduled task (stored procedure), backup, optimization, refresh of a materialized view.
HInfoBackupReturns information about one or more backups performed on an HFSQL Client/Server server.
HInfoDatabasePropertyUsed to find out the properties of a database on an HFSQL server.
HInfoDatabaseRightsPermite conocer los permisos otorgados a un usuario o grupo sobre una base de datos.
HInfoFilePropertyAllows you to find out the properties of a data file located in an HFSQL server.
HInfoFileRightsGets the rights granted to a user or group on an HFSQL Client/Server data file.
HInfoGroupReturns information about the specified group of users.
HInfoItemRightsObtiene los permisos concedidos a un usuario o grupo sobre un campo.
HInfoLockReturns information about the lock set on a data file, on one or all the records in a data file.
HInfoLogReturns information about the server logs.
HInfoServerReturns the specified information about the server.
HInfoServerPropertyAllows you to find out the properties of an HFSQL server.
HInfoServerRightsPermite conocer los permisos otorgados a un usuario o grupo de usuarios sobre un servidor.
HInfoTaskReturns the characteristics of a scheduled task in a hScheduledTask variable].
HInfoUserUpdates the variables for user management with the information regarding the specified user.
HInfoViewDevuelve información sobre una vista materializada.
HInfoViewRightsPermite conocer los permisos otorgados a un usuario o grupo sobre una vista SQL o una vista materializada.
HListConnectedUserLists users currently connected to one or more data files handled by a Client/Server connection.
HListDatabaseLists the Client/Server databases associated with a connection.
HListGroupReturns the list of groups of users defined for a connection.
Novedad versión 2025
HListHistoryPlanning
Lists the execution history of a scheduled item on an HFSQL server: scheduled task (stored procedure), backup, optimization, refresh of a materialized view).
HListParameterReturns the list of parameters saved from the stored procedures on the server.
HListScheduledBackupLists the full and differential backups that have been scheduled on HFSQL Client/Server.
HListScheduledOptimizationLists the scheduled optimization tasks of HFSQL Client/Server data files for a connection.
HListSchedulingLists scheduled elements defined on an HFSQL server: scheduled tasks (stored procedure), backup, optimization, refresh of a materialized view.
HListServerLists the HFSQL servers installed on a computer.
HListServerTriggerLists the different triggers available on a connection or on one of the connection files.
HListStoredElementReturns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
HListTaskLists the scheduled tasks of an HFSQL Client/Server server for a given connection.
HListUserDevuelve la lista de usuarios definidos para una conexión.
HListWatchedFilesDevuelve la lista de archivos monitoreados con la función HWatch.
HLoadParameterReads a parameter that was saved from a stored procedure by HSaveParameter.
HManageServerUpdatePermite gestionar la actualización automatic de los servidores HFSQL Client/Server y definir la frecuencia con la que se comprueban las actualizaciones.
HManageTaskActiva o desactiva una tarea programada de un servidor HFSQL Client/Server.
HModifyDatabasePropertyModifies the properties of a database located on an HFSQL server.
HModifyDatabaseRightsSets the rights granted to a user or group for an HFSQL Client/Server database.
HModifyFilePropertyModifies the properties of an HFSQL data file located on a server.
HModifyFileRightsSets the rights granted to a user or group on an HFSQL Client/Server data file.
HModifyGroupModifica la información de un grupo según los elementos de las variables de gestión de grupos correspondientes.
HModifyItemRightsModifica los permisos concedidos a un usuario o grupo sobre un campo de un archivo de datos HFSQL Client/Server.
HModifyScheduledBackupModifies a backup scheduling.
HModifyScheduledOptimizationModifies a scheduled optimization task on the HFSQL server defined by the connection.
HModifySchedulingModify a scheduled item on an HFSQL server: scheduled task (stored procedure), backup, optimization, refresh of a materialized view.
HModifyServerPropertyModifies the properties of an HFSQL server.
HModifyServerRightsSets the rights granted to a user or group on an HFSQL server.
HModifyTaskModifies a scheduled task on the HFSQL server defined by the connection.
HModifyUserModifica la información de un usuario según los elementos de las variables de gestión de usuarios correspondientes.
HModifyViewRightsSets the rights granted to a user or group on an SQL view or on a materialized view.
HNoDatabaseAccessDeniega las nuevas conexiones a una o a todas las bases de datos.
HNotifAddCCRecipientAdds recipients for the notifications sent via the Control Centers (WDBal messaging tool).
HNotifAddEmailRecipientAdds recipients for the notifications sent by email.
HNotifConfigureSpecifies and configures the server used to send notifications by the HFSQL server.
HNotifDeleteCCRecipientElimina los destinatarios de una notificación enviada a través de los Centros de Control (herramienta de mensajería WDBal).
HNotifDeleteEmailRecipientElimina los destinatarios de una notificación por correo electrónico.
HNotifListCCRecipientReturns the list of recipients of a notification sent via the Control Centers (WDBal messaging tool).
HNotifListEmailRecipientReturns the list of recipients for a notification by email.
HOnServerCallCustomizes the management of message display on the client computer and the management of disconnection from a client computer.
HoperationInProgressDevuelve la lista de operaciones automáticas en curso en un servidor HFSQL.
HPriorityFinds out and modifies the priority of the calling application.
HPriorityClientModifies the priority of a client application.
HReconnectRealiza una reconexión al servidor para todas las conexiones interrumpidas. Las conexiones no interrumpidas no se modifican.
HResetClientInicializa la estructura para la gestión de los ordenadores Cliente (estructuraHClient).
HResetGroupInicializa la estructura para la gestión de grupos (HGroup) con los valores por defecto.
HResetUserInicializa la estructura para la gestión de usuarios (HUser) con los valores por defecto.
HRestoreBackupUsed 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.
HRetrieveBackupRecupera en el equipo local el contenido de una copia de seguridad comprimida (en formato ZIP) realizada en un servidor HFSQL.
HRetrieveLogCreates a text file containing the server logs between two given dates.
Novedad versión 2025
HS DeleteAllHistoryPlanning
Purge the entire execution history of scheduled elements on an HFSQL server.
HSaveParameterSaves a persistent value on the HFSQL server.
HSendMessageToClientDisplays a message on the client computers.
HServerMantenimientoVerifica y optimiza las tablas del sistema de un servidor HFSQL.
HServerStatusAllows you to find out the status of an HFSQL server (this function uses the MantaManager service).
HServerWorkingDirReturns the path of a temporary directory on the HFSQL server.
HSetCachePermite configurar la gestión de las cachés en el motor HFSQL Cliente/Servidor.
HSetServerUsed to find out and modify some settings of HFSQL Client/Server server.
HSimulateNetworkSimulates the operating mode of HFSQL Client/Server on an ADSL or 3G network.
HStartServerAllows you to start an HFSQL server (this function uses the MantaManager service).
HStartServerUpdatePermite iniciar inmediatamente la actualización automática del servidor.
HStopServerStops an HFSQL server.
HSuggestKeyDevuelve una lista de claves que añadir a los archivos de datos para mejorar el rendimiento de las consultas.
HSuggestKeyEndTermina de recoger información sobre las consultas ejecutadas.
HSuggestKeyStartComienza a recopilar información sobre las consultas ejecutadas.
Novedad versión 2025
HSuppressHistoryPlanning
Deletes the execution history of a scheduled item on an HFSQL server: scheduled task (stored procedure), backup, optimization, refresh of a materialized view.).
HTransactionIsolationConfigures the isolation level of transactions for a connection to an HFSQL server.
HTransactionListDevuelve la lista de transacciones en curso o interrumpidas en el servidor de la conexión especificada.
HTransactionRollbackToSavepointRolls the transaction back to the savepoint.
HTransactionSavepointDeclares a transaction savepoint.
HUpdateLinkActualiza todas las relaciones de un archivo de datos HFSQL Client/Server en el servidor.
HUpdateQueryCreates or updates a query on an HFSQL server.
HUpdateSetCreates or updates a set of procedures on an HFSQL server.
HUpdateViewCreates or updates the description of an SQL view or materialized view from the analysis to an HFSQL server.
HWatchInicia la supervisión de acciones de escritura (agregar, modificar o eliminar) realizadas en un archivo de un servidor HFSQL.
HWatchStopDetiene la supervisión de un archivo de datos en un servidor HFSQL.
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 31/10/2024

Señalar un error o enviar una sugerencia | Ayuda local