API Definition
REPLACE PROCEDURE tdstats.AddObjectListEntryJSON (IN jIn JSON(3000) CHARACTER SET UNICODE, OUT jOut JSON(3000) CHARACTER SET UNICODE)
JSON Keys
| JSON Key | IN/OUT | Data Type | Description |
|---|---|---|---|
| ObjectListName | IN | VARCHAR(128) | Name of already created list in which to add a new object entry. |
| ObjectListID | IN | BIGINT | Optional numeric identifier of the list. |
| DatabaseName | IN | VARCHAR(128) | Name of database to add to the list. |
| ObjectName | IN | VARCHAR(128) | Optional name of individual table residing in DatabaseName to add to the list. If NULL, all tables within DatabaseName will be in the list. |
| jOut | OUT | N/A | Reserved for future use; no key values currently returned. |