RepCaptureRulesV - Advanced SQL Engine - Teradata Database

Data Dictionary

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
Published
January 2021
Language
English (United States)
Last Update
2021-01-22
dita:mapPath
prb1610499325399.ditamap
dita:ditavalPath
hoy1596145193032.ditaval
dita:id
B035-1092
lifecycle
previous
Product Category
Teradata Vantageā„¢

Category: Security

Database: DBC

View Column Data Type Format Comment
RuleSetName VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL X(128) Returns the mixed-case user-defined rule set name.
GroupName VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL X(128) Returns the name of a replication group.
ObjectKind CHAR(1) LATIN UPPERCASE NOT NULL X(1) Returns the kind of dictionary object to which this rule is matched. Object kinds are encoded as TableKind in the DBC.TVM table, as follows: T = Table, V = View, M = Macro, G = Trigger, I = Join index, Hash index, C = Temporary Table.
DefaultOpt CHAR(1) LATIN UPPERCASE NOT NULL X(1) Indicates whether this is a default rule.
LikePattern VARCHAR(300) UNICODE NOT CASESPECIFIC NOT NULL X(300) Returns a pattern string that is matched using the LIKE operator to the names of objects of the specified kind.
LikeEscape CHAR(1) UNICODE NOT CASESPECIFIC X(1) Returns an optional escape character to be used with LikePattern.
NotLikePattern VARCHAR(300) UNICODE NOT CASESPECIFIC X(300) Returns an optional pattern string. If it is not null, it is used to exclude objects that would otherwise match this rule.
NotLikeEscape CHAR(1) UNICODE NOT CASESPECIFIC X(1) Returns an optional escape character to be used with NotLikePattern.