ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / Big Data / Managing HBase databases
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
hbDeleteTable (Function)
In french: hbSupprimeTable
Deletes a HBase table.
Example
// Connection
Connection is hbConnection
Connection.Server = "MyServer"
// Delete the table
hbDeleteTable(Connection, "blog")
Syntax
<Result> = hbDeleteTable(<Connection> , <Table>)
<Result>: Boolean
  • True if the deletion was performed,
  • False if a problem occurred. ErrorInfo is used to identify the error.
<Connection>: hbConnection variable
Name of hbConnection variable corresponding to the connection to the HBase server.
<Table>: Character string
Name of HBase table to delete.
Component: wd270big.dll
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help