AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Administrar bases de datos / Big Data / Gestión de bases de datos HBase
  • Properties specific to hbConnection variables
  • WLanguage functions that use the hbConnection type
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
hbConnection (Type of variable)
In french: hbConnexion
The hbConnection type is used to define the characteristics of a connection to an HBase server. The characteristics of this connection can be defined and changed using different WLanguage properties.
Remark: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Example
// Connection
Connection is hbConnection
Connection.Server = "MyServer"
// Display the list of tables
Trace(hbListTable(Connection))
Remarks

Properties specific to hbConnection variables

The following properties can be used to handle a hbConnection variable:
Property nameType usedEffect
ServerCharacter stringDNS name or IP address of HBase Thrift proxy. You have the ability to specify a list of addresses separated by a comma.

WLanguage functions that use the hbConnection type

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.
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