MetaStore.schemaRemoveCustomObject

Removes the custom database object named obj_name.

class MetaStore
bool
schemaRemoveCustomObject
(
string objName
)

Parameters

objName string

name of the custom object to remove

Return Value

Type: bool

TRUE if the custom object has successfully been removed

Throws