AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Administrar bases de datos / Big Data / Gestión de bases de datos HBase
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The following functions are used to manage the HBase databases:
hbCreateTableCreates an HBase table or modifies the description of an HBase table.
hbDeleteDeletes:
  • one or more cells from an HBase table for one or more columns.
  • a row from an HBase table.
hbDeleteTableDeletes an HBase table.
hbGetTableDescriptionRetrieves the description of an HBase table.
hbListTableRetrieves the list of tables found on an HBase server.
hbReadReads cells (values of items) of a row (record) in an HBase table.
hbWriteWrites cells (values of items) to one or more rows (records) in an HBase table.
The following types are used by the HBase functions:
hbCellThe hbCell type is used to define the advanced characteristics of the content of a cell (item value) in an HBase table.
hbColumnThe hbColumn type is used to define the advanced characteristics of a column (item) in a HBase table.
hbColumnDescriptionThe hbColumnDescription type is used to define the advanced characteristics of a group of columns (items).
hbConnectionThe hbConnection type is used to define the characteristics of a connection to a HBase server.
hbReadingThe hbReading type is used to define the characteristics of a read operation.
hbResultScanThe hbScanResult type is used to define all the advanced characteristics of the result of an iteration performed in an HBase database.
hbScanParameterThe hbScanParameter type is used to define the parameters for iterating over the records in an HBase database.
hbTableDescriptionThe hbTableDescription type is used to define and find out the characteristics of an HBase table.
hbWritingThe hbWriting type is used to define the characteristics of a write operation that will be performed in a row (record) of an HBase table.
Versión mínima requerida
  • Versión 21
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/01/2023

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