API Definition
REPLACE PROCEDURE TDStats.SetObjectOptionJSON( 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 containing the tables the specified option is being set for. |
| TableName | IN | VARCHAR(128) | Identifies a particular table within DatabaseName the specified option is being set for. |
| ObjectListName | IN | VARCHAR(128) | Specifies a previously defined list of objects to set the specified option for. See related API ObjectList APIs. |
| OptionName | IN | VARCHAR(64) | Name of the table or database level option being set. Valid values include:
|
| OptionValue | IN | VARCHAR(64) | Value of the option being set. Allowable values for the 'NoBatching' option are:
|
| NumAdded | OUT | INTEGER | Number of additions/updates made for the specified option. |