SQL - SYSIBM.SYSXMLSTRINGS - www.cadcobol.com.br


Volta ao Menu das SYSIBM

Volta ao Menu Principal


Desenvolvido por DORNELLES, Carlos Alberto - Analista de Sistemas - Brasília DF. - cad_cobol@hotmail.com

SYSIBM.SYSXMLSTRINGS
Db2 for z/OS 12.0.0

Cada linha da tabela SYSXMLSTRINGS contém uma única string e seu ID exclusivo que é usado para condensar dados XML.
A sequência pode ser um nome de elemento, nome de atributo, prefixo de namespace ou um URI de namespace.
O esquema é SYSIBM.

Each row of the SYSXMLSTRINGS table contains a single string and its unique ID that are used to condense XML data.
The string can be an element name, attribute name, name space prefix, or a namespace URI.
The schema is SYSIBM.

Column name Data type Description Use
STRINGID INTEGER
NOT NULL
GENERATED
ALWAYS
AS IDENTITY
Unique ID for the string. G
STRING VARCHAR(1000)
NOT NULL
The string data. G
IBMREQD
CHAR(1)
NOT NULL
A value of Y indicates that the row came from the basic machine-readable material (MRM) tape.
For all other values, see Release dependency indicators.

The value in this field is not a reliable indicator of release dependencies.

G