| |
<Connection variable>.ActivateServerTrigger | Re-enables a server trigger that was disabled by HDeactivateServerTrigger. |
<Connection variable>.AddGroup | Adds a group of users. |
<Connection variable>.AddLink | Adds an integrity rule between two files on the server. |
<Connection variable>.AddScheduledBackup | Adds a scheduling for full backup (with or without differential backup) on the server defined by the connection. |
<Connection variable>.AddScheduledOptimization | Adds an optimization task of HFSQL Client/Server data files. |
<Connection variable>.AddScheduling | Creates a scheduled task on a HFSQL server: - stored procedure,
- backup,
- optimization,
- refresh of materialized view.
|
<Connection variable>.AddTask | Adds a scheduled task on the server defined by the connection. |
<Connection variable>.AddUser | Adds a user to a database. |
<Connection variable>.Backup | Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files. |
<Connection variable>.CancelBackup | Cancels a current backup. |
<Connection variable>.CheckServerUpdate | Checks for the latest version of the HFSQL server that can be automatically updated. |
<Connection variable>.CloseConnection | Closes a connection to a database. |
<Connection variable>.ConnectionQuality | Returns the quality level of connection: the higher the level is, the faster the connection will be. |
<Connection variable>.CopyFile | Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): - 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.
|
<Connection variable>.DeactivateServerTrigger | Disables a HFSQL Client/Server server trigger on a server. |
<Connection variable>.DeleteBackup | Deletes a backup previously performed by HBackup. |
<Connection variable>.DeleteDatabase | Deletes a database located on an HFSQL server. |
<Connection variable>.DeleteDirectory | Deletes a directory from an HFSQL Client/Server database. |
<Connection variable>.DeleteFile | Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server. |
<Connection variable>.DeleteGroup | Deletes (from the server) a group of users associated with a connection. |
<Connection variable>.DeleteLink | Deletes an integrity rule between two data files on the server. |
<Connection variable>.DeleteParameter | Deletes a parameter previously saved by HSaveParameter. |
<Connection variable>.DeleteQuery | Deletes a query (used by stored procedures) from an HFSQL server. |
<Connection variable>.DeleteScheduledBackup | Deletes a scheduled backup from an HFSQL Client/Server server. |
<Connection variable>.DeleteScheduledOptimization | Deletes a scheduled optimization task from HFSQL Client/Server data files. |
<Connection variable>.DeleteScheduling | Deletes a scheduled task found on a HFSQL server: - stored procedure,
- backup,
- optimization,
- refresh of materialized view.
|
<Connection variable>.DeleteServerTrigger | Deletes a server trigger. |
<Connection variable>.DeleteSet | Deletes a set of stored procedures from an HFSQL server. |
<Connection variable>.DeleteTask | Deletes a scheduled task from an HFSQL Client/Server server. |
<Connection variable>.DeleteUser | Deletes a user associated with a connection to the HFSQL server. |
<Connection variable>.DescribeServerTrigger | Adds or modifies a server trigger. |
<Connection variable>.DisconnectClient | Displays a message on the client Computers and disconnects the application. |
<Connection variable>.DuplicateDatabase | Duplicates the database associated with a connection on a HFSQL server. |
<Connection variable>.EndNoDatabaseAccess | Re-allows the access (which means the connection) to one or more databases accessible via a connection. |
<Connection variable>.ExecuteProcedure | Runs a stored procedure. |
<Connection variable>.ExecuteScheduledBackup | Forces the execution of a scheduled backup. |
<Connection variable>.ExecuteScheduling | Immediately runs a scheduled task regardless of its schedule: - stored procedure,
- backup,
- optimization,
- refresh of materialized view.
|
<Connection variable>.FileExist | Finds out if a file exists, i.e. if it has been physically created (HCreation or HCreationIfNotFound). |
<Connection variable>.InfoBackup | Returns information about one or more backups performed on an HFSQL Client/Server server. |
<Connection variable>.InfoDatabaseProperty | Used to find out the properties of a database on an HFSQL server. |
<Connection variable>.InfoDatabaseRights | Allows you to find out the rights granted to a user or to a group on a database. |
<Connection variable>.InfoFile | Returns the characteristics of an HFSQL Classic or Client/Server data file. |
<Connection variable>.InfoFileProperty | Allows you to find out the properties of a data file located in an HFSQL server. |
<Connection variable>.InfoFileRights | Allows you to find out the rights granted to a user or to a group on a HFSQL Client/Server data file. |
<Connection variable>.InfoGroup | Returns information about the specified group of users. |
<Connection variable>.InfoServer | Returns the specified information about the server. |
<Connection variable>.InfoServerProperty | Allows you to find out the properties of an HFSQL server. |
<Connection variable>.InfoServerRights | Allows you to find out the rights granted to a user or group of users on a server. |
<Connection variable>.InfoTask | Returns the characteristics of a scheduled task in a hScheduledTask variable]. |
<Connection variable>.InfoUser | Updates the variables for user management with the information regarding the specified user. |
<Connection variable>.InfoView | Returns information about a materialized view. |
<Connection variable>.InfoViewRights | Allows you to find out the rights granted to a user or to a group on a SQL view or on a materialized view. |
<Connection variable>.ListDatabase | Lists the Client/Server databases associated with a connection. |
<Connection variable>.ListGroup | Returns the list of groups of users defined for a connection. |
<Connection variable>.ListParameter | Returns the list of parameters saved from the stored procedures on the server. |
<Connection variable>.ListScheduledBackup | Lists the full and differential backups that have been scheduled on HFSQL Client/Server. |
<Connection variable>.ListScheduledOptimization | Lists the scheduled optimization tasks of HFSQL Client/Server data files for a connection. |
<Connection variable>.ListScheduling | Lists the scheduled tasks defined on a HFSQL server: - stored procedure,
- backup,
- optimization,
- refresh of materialized view.
|
<Connection variable>.ListStoredElement | Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries). |
<Connection variable>.ListTask | Lists the scheduled tasks of an HFSQL Client/Server server for a given connection. |
<Connection variable>.ListUser | Returns the list of users defined for a connection. |
<Connection variable>.LoadParameter | Reads a parameter that was saved from a stored procedure by HSaveParameter. |
<Connection variable>.ManageServerUpdate | Used to manage the automatic update of HFSQL Client/Server servers by specifying the check frequency regarding the availability of updates. |
<Connection variable>.ManageTask | Enables or disables a scheduled task on an HFSQL Client/Server server. |
<Connection variable>.ModifyDatabaseProperty | Modifies the properties of a database located on an HFSQL server. |
<Connection variable>.ModifyDatabaseRights | Modifies the rights granted to a user or to a group for a HFSQL Client/Server database. |
<Connection variable>.ModifyFileProperty | Modifies the properties of an HFSQL file located on a server. |
<Connection variable>.ModifyFileRights | Modifies the rights granted to a user or group on an HFSQL Client/Server data file. |
<Connection variable>.ModifyGroup | Modifies the group information according to the elements found in the corresponding variables for group management. |
<Connection variable>.ModifyScheduledBackup | Modifies a backup scheduling. |
<Connection variable>.ModifyScheduledOptimization | Modifies a scheduled optimization task on the HFSQL server defined by the connection. |
<Connection variable>.ModifyScheduling | Modifies a scheduled task on an HFSQL server: - stored procedure,
- backup,
- optimization,
- refresh of materialized view.
|
<Connection variable>.ModifyServerProperty | Modifies the properties of an HFSQL server. |
<Connection variable>.ModifyServerRights | Modifies the rights granted to a user or to a group on a HFSQL server. |
<Connection variable>.ModifyTask | Modifies a scheduled task on the HFSQL server defined by the connection. |
<Connection variable>.ModifyUser | Modifies the information about a user according to the elements found in the corresponding variables for user management. |
<Connection variable>.ModifyViewRights | Modifies the rights granted to a user or to a group on a SQL view or on a materialized view. |
<Connection variable>.NoDatabaseAccess | Denies all new connections to a database or to all databases. |
<Connection variable>.NotifAddCCRecipient | Adds recipients for the notifications sent via the Control Centers (WDBal messaging tool). |
<Connection variable>.NotifAddEmailRecipient | Adds recipients for the notifications sent by email. |
<Connection variable>.NotifConfigure | Specifies and configures the server used to send notifications by the HFSQL server. |
<Connection variable>.NotifDeleteCCRecipient | Deletes the recipients of a notification sent via the Control Centers (WDBal messaging tool). |
<Connection variable>.NotifDeleteEmailRecipient | Deletes the recipients of an email notification. |
<Connection variable>.NotifListCCRecipient | Returns the list of recipients of a notification sent via the Control Centers (WDBal messaging tool). |
<Connection variable>.NotifListEmailRecipient | Returns the list of recipients for a notification by email. |
<Connection variable>.OpenConnection | Opens a connection to a specific database. |
<Connection variable>.OperationInProgress | Returns the list of automatic operations in progress on an HFSQL server. |
<Connection variable>.Priority | Finds out and modifies the priority of the calling application. |
<Connection variable>.PriorityClient | Modifies the priority of a client application. |
<Connection variable>.RefreshQuery | Creates or refreshes a query on an HFSQL server. |
<Connection variable>.RefreshSet | Creates or updates a set of procedures on an HFSQL server. |
<Connection variable>.RefreshView | Asks to recalculate the content of a materialized view. |
<Connection variable>.RegenerateFile | Regenerates a data file from its log. |
<Connection variable>.RestoreBackup | 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.
|
<Connection variable>.RetrieveBackup | Retrieves locally the content of a compressed backup (in ZIP format) performed on a HFSQL server. |
<Connection variable>.RetrieveLog | Creates a text file containing the server logs between two given dates. |
<Connection variable>.RSAddConfig | Adds a replication between two HFSQL server onto the master server. |
<Connection variable>.RSDeleteConfig | Deletes a replication between two HFSQL servers. |
<Connection variable>.RSExecute | Immediately runs a recurring replication between HFSQL servers: the replication is triggered before the scheduling. |
<Connection variable>.RSInfo | Reads the replication configuration for an HFSQL server that takes part in one or more replications. |
<Connection variable>.RSInit | Configures a HFSQL server in order for this server to be a master server or a subscriber server for a replication between HFSQL servers. |
<Connection variable>.RSListConfig | Lists the replications available on a master HFSQL server. |
<Connection variable>.RSModifyConfig | Modifies some parameters of an existing replication between two HFSQL servers. |
<Connection variable>.RSWaitForDataProcess | Allows you to wait for: - the replication data on the master server to be sent to the subscriber server.
- the replication data received on the subscriber server to be entirely applied.
|
<Connection variable>.SaveParameter | Saves a persistent value on the HFSQL server. |
<Connection variable>.SendMessageToClient | Displays a message on the client computers. |
<Connection variable>.ServerMaintenance | Checks and optimizes the system tables of a HFSQL server. |
<Connection variable>.SetIntegrity | Enables or disables the management of an integrity constraint on a file link. |
<Connection variable>.SetServer | Used to find out and modify some settings of HFSQL Client/Server server. |
<Connection variable>.SimulateNetwork | Simulates the operating mode of HFSQL Client/Server on an ADSL or 3G network. |
<Connection variable>.StartServerUpdate | Used to immediately start the automatic server update. |
<Connection variable>.StopServer | Stops an HFSQL server. |
<Connection variable>.Transaction | Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file. |
<Connection variable>.TransactionCancel | If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction. |
<Connection variable>.TransactionEnd | Validates the current transaction: - the modifications performed on the data file since the start of transaction (HTransactionStart) are validated.
- the transaction file is deleted (if the transaction is the last transaction in progress for a network application)
- the records locked in read-only by the transaction are unlocked.
|
<Connection variable>.TransactionIsolation | Configures the isolation mode of transactions for a connection to an HFSQL server. |
<Connection variable>.TransactionList | Returns the list of current or interrupted transactions on the server for the specified connection. |
<Connection variable>.TransactionStart | Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file. |
<Connection variable>.UpdateView | Creates or updates the description of an SQL view or materialized view from the analysis to an HFSQL server. |
<Connection>.InfoLock | Returns information about the lock set on a data file, on one or all the records in a data file. |
<Image variable>.Background | Declares the default background color for the rectangles, circles, ... used in an Image variable. |
<Image variable>.ChangeMode | Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....). |
<Image variable>.DrawArc | Draws a circle arc on an ellipse arc in an Image variable. |
<Image variable>.DrawChord | Draws the chord of a circle (intersection between an ellipse and a straight line) in an Image variable. |
<Image variable>.DrawCircle | Draws a circle or an ellipse in an Image variable. |
<Image variable>.DrawLine | Draws a line in an Image variable. |
<Image variable>.DrawPoint | Draws a point in an Image variable. |
<Image variable>.DrawPolygon | Draws a polygon in an Image variable. |
<Image variable>.DrawPolyline | Draws a line composed of several segments in an Image variable. |
<Image variable>.DrawRectangle | Draws a rectangle in an Image variable. |
<Image variable>.DrawRectangleGradient | Draws a rectangle in an Image variable. |
<Image variable>.DrawSlice | Draws a section of a circle or an ellipse in an Image variable. |
<Image variable>.DrawText | Draws a text in an Image variable. |
<Image variable>.Font | Declares the font that will be used by dText in an Image variable. |
<Image variable>.Pen | Declares the default color and style for the lines, rectangles, circles, ... found in an Image variable. |
<Image variable>.PixelColor | Identifies the color of a pixel contained in an Image variable. |
<Image variable>.PixelOpacity | Identifies the opacity of a pixel in an image (in an Image variable) with an Alpha layer. |
<Image>.Background | Declares the default background color for the rectangles, circles, ... used in an Image control. |
<Image>.ChangeMode | Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....). |
<Image>.DrawArc | Draws a circle arc or an ellipse arc in an Image control. |
<Image>.DrawChord | Draws the chord of a circle (intersection between an ellipse and a straight line) in an Image control. |
<Image>.DrawCircle | Draws a circle or an ellipse in an Image control. |
<Image>.DrawLine | Draws a line in an Image control. |
<Image>.DrawPoint | Draws a point in an Image control. |
<Image>.DrawPolygon | Draws a polygon in an Image control, |
<Image>.DrawPolyline | Draws a line composed of several segments in an Image control. |
<Image>.DrawRectangle | Draws a rectangle in an Image control. |
<Image>.DrawRectangleGradient | Draws a rectangle in an Image control. |
<Image>.DrawSlice | Draws a circle or an ellipse section in an Image control. |
<Image>.DrawText | Draws a text in an Image control. |
<Image>.Font | Declares the font that will be used by dTexte in an Image control. |
<Image>.Pen | Declares the default color and style for the lines, rectangles, circles, ... found in an Image control. |
<Image>.PixelColor | Identifies the color of a pixel in an Image control. |
<Image>.PixelOpacity | Identifies the opacity of a pixel in an image (in an Image control) that manages the Alpha layer. |
<PDF Reader>.Close | Closes and frees the PDF file displayed in a PDF Reader control. |
<PDF Reader>.Highlight | Finds a text in the document displayed by a PDF Reader control and highlights the occurrences of this text in the control. |
<PDF Reader>.Open | Opens a PDF file displayed in a PDF Reader control. |
<PDF Reader>.RotatePage | Rotates a page displayed in the PDF Reader control. |
<PDF Reader>.SeekFirst | Initializes the search for a text in a PDF file displayed by the PDF Reader control and positions on the first occurrence found (from the current page). |
<PDF Reader>.SeekNext | Sets the position on the next result of a search in the content of a PDF Reader control. |
<PDF Reader>.SeekPrevious | Positions on the previous result of a search initiated by PDFReaderSeekFirst in the content of a PDF Reader control. |
<sshSession variable>.ConnectShell | Starts a new SSH session of "Shell" type. |
<sshSession variable>.DisconnectShell | Closes an SSH session that was opened by SSHConnectShell. |
<sshSession variable>.Read | Reads the data found on the output buffer of the SSH session. |
<sshSession variable>.Write | Writes data into the specified SSH session. |
<Table>.CollapseExpand | Collapses or expands an element in a Table or TreeView Table control. |
<wsRequest variable>.AddSAMLAssertion | Adds a SAML assertion to a Webservice request. |