drop()
Removes an existing token vault. This function must create its own database connection and close it when done.
Syntax
public void drop (HashMap<String, String> info) throws SQLException
Request Parameters
"info" represents a collection of token vault information parameters provided by the framework, as follows:
Parameter | Type | Description |
---|---|---|
TokenVaultName | String | Name of the token vault table to remove. |
SchemaOwner | String | Name of the schema or database that contains the token vault to be removed. |