AddObjectListEntrySP(X) | SQL Operators & User-Defined Functions | Vantage - AddObjectListEntrySP(X) - Advanced SQL Engine - Teradata Database

SQL Operators and User-Defined Functions

Product
Advanced SQL Engine
Teradata Database
Release Number
17.00
Published
September 2020
Language
English (United States)
Last Update
2023-04-27
dita:mapPath
qqu1556127655717.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1210
lifecycle
previous
Product Category
Teradata Vantage™

Purpose

Adds individual objects to a list.

This procedure works in conjunction with CreateObjectListSP. CreateObjectListSP is called once to create an empty list, then AddObjectListEntrySP is called repeatedly to add individual objects to that list.

Syntax

CALL [TDMaps.] AddObjectListEntrySP(X) (
  'ObjectListName',
  'DatabaseName',
  { 'ObjectName' | NULL },
  :NumObjectsAdded
) [;]
TDMaps.
The name of the database.
'ObjectListName'
Name of the object list. It must be specified.
'DatabaseName'
The database in which the object is defined.
'ObjectName'
Name of the table, join index, or hash index defined in 'DatabaseName'. 'ObjectName' can be NULL, in which case all tables, join indexes, and hash indexes defined in 'DatabaseName' are included in the list.
:NumObjectsAdded
This output parameter is an INTEGER representing the number of exclusions added to the list.