API Definition
REPLACE PROCEDURE TDStats.RemoveObjectOptionJSON( IN jIn JSON(3000) CHARACTER SET UNICODE, OUT jOut JSON(3000) CHARACTER SET UNICODE)
JSON Keys
| JSON Key | IN/OUT | Data Type | Description |
|---|---|---|---|
| DatabaseName | IN | VARCHAR(128) | Identifies the database whose option should be removed. |
| TableName | IN | VARCHAR(128) | Identifies a particular table within DatabaseName on which to remove the option. |
| ObjectListName | IN | VARCHAR(128) | Specifies a previously defined list of objects on which to remove the option. See related API "CreateObjectList" in ObjectList APIs Syntax. |
| OptionName | IN | VARCHAR(64) | Name of the option being removed. Valid values include:
|
| NumRemoved | OUT | INTEGER | Number of tables whose specified custom option has been removed and reverted back to the default option. |