|
|
|
|
|
hbDeleteTable (Function) In french: hbSupprimeTable Deletes an HBase table.
Connection is hbConnection
Connection.Server = "MyServer"
hbDeleteTable(Connection, "blog")
Syntax
<Result> = hbDeleteTable(<Connection> , <Table>)
<Result>: Boolean - True if deleted successfully,
- False if a problem occurs. ErrorInfo is used to identify the error.
<Connection>: hbConnection variable Name of the hbConnection variable that corresponds to the connection to the HBase server. <Table>: Character string Name of HBase table to delete.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|