|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Used to access specific functions for managing xBase (or dBase) data if Native xBase Access provided with WINDEV or WEBDEV 14 is not available. |
|
|
|
|
|
|
|
| This help page presents the specific features regarding the programming of Native xBase/FoxPro Access...... |
|
|
|
|
|
|
|
| Renomme un fichier ou un répertoire sur un disque distant. |
|
|
|
|
|
|
|
| Describes a file in dBase3 format (most common format) through programming. |
|
|
|
|
|
|
|
| WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module...... |
|
|
|
|
|
|
|
| Opens an xBase index file. |
|
|
|
|
|
|
|
| Opens the xBase data file and the "memo" file if it exists. |
|
|
|
|
|
|
|
| Returns or modifies the sequence of text items in the xBase files. |
|
|
|
|
|
|
|
| Ends the description of the structure of an xBase data file through programming. |
|
|
|
|
|
|
|
| Describes through programming each item found in the structure of an xBase file described by HDBDescribeFile. |
|
|
|
|
|
|
|
| In single-user mode, opens an xBase data file without locking it. |
|
|
|
|
|
|
|
| HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables...... |
|
|
|
|
|
|
|
| Creates an HBase table or modifies the description of an HBase table. |
|
|
|
|
|
|
|
| Deletes:
one or more cells from an HBase table for one or more columns.
a row from an HBase table.... |
|
|
|
|
|
|
|
| Retrieves the description of an HBase table. |
|
|
|
|
|
|
|
| The following functions are used to manage HBase databases:... |
|
|
|
|
|
|
|
| Retrieves the list of tables found on an HBase server. |
|
|
|
|
|
|
|
| The hbTableDescription type is used to define and find out the characteristics of an HBase table. |
|
|
|
|
|
|
|
| Reads cells (values of items) of a row (record) in an HBase table. |
|
|
|
|
|
|
|
| The hbConnection type is used to define the characteristics of a connection to a HBase server. |
|
|
|
|
|
|
|
| The hbScanParameter type is used to define the parameters for iterating over the records in an HBase database. |
|
|
|
|
|
|
|
| Writes cells (values of items) to one or more rows (records) in an HBase table. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|