EXEC
will always remain in sequence
ALTER
.
Name
|
Type
|
Description
|
---|---|---|
CATALOG_NAME
|
WVARCHAR(256)
Not Null
|
Specifies the catalog
containing the object.
|
SCHEMA_NAME
|
WVARCHAR(256)
Not Null
|
Specifies the schema
containing the object.
|
OBJECT_NAME
|
WVARCHAR(256)
Not Null
|
Specifies the object
name.
|
OBJECT_TYPE
|
INTEGER
Not Null
|
Specifies the object type: 1 – Table, 2 – SAS View, 3 – Cache, 4 – SAS Package
|
DATA
|
WVARCHAR(128)
Not Null
|
A piece of text from
the configuration statement.
|
SEQUENCE
|
INTEGER
Not Null
|
Orders the entries for
the entire configuration statement for a single object.
|
CFG_TYPE
|
INTEGER
Not Null
|
Indicates the type for this piece of the configuration statement as parsed by FedSQL.
|
CFG_TYPE_SEQUENCE
|
INTEGER
|
Orders the entries within each type.
|