ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / Big Data / Managing HBase databases
  • 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.
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 01/26/2023

Send a report | Local help