|
|
|
|
|
hbDeleteTable (Function) In french: hbSupprimeTable Deletes an HBase table. // 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 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|