removeByName
Removes the schema specified by name.
Syntax
public int removeByName (String schemaName, boolean cascading)
Parameters
String schemaName
The name of the schema registry object.
boolean cascading
true: The specified schema and all its descendant schema objects will be removed.
false: The specified schema will be removed.
Return Codes
The number of schema objects removed.
Value | Meaning |
true | The specified schema was found and removed. |