public static interface TeiidDdlLexicon.MaterializedOptions
Modifier and Type | Field and Description |
---|---|
static String |
ALLOW_MATVIEW_MANAGEMENT
Allow Teiid based management
|
static String |
MATERIALIZED
Whether table is materialized
|
static String |
MATERIALIZED_STAGE_TABLE
When MATVIEW_LOAD_SCRIPT property not defined, Teiid
loads the cache contents into this table.
|
static String |
MATERIALIZED_TABLE
Materialized table
|
static String |
MATVIEW_AFTER_LOAD_SCRIPT
semi-colon(;) separated DDL/DML commands to run after
the actual load of the cache.
|
static String |
MATVIEW_BEFORE_LOAD_SCRIPT
Semi-colon(;) separated DDL/DML commands to run
before the actual load of the cache, typically used to
truncate staging table
|
static String |
MATVIEW_LOAD_SCRIPT
semi-colon(;) separated DDL/DML commands to run for
loading of the cache
|
static String |
MATVIEW_ONERROR_ACTION
Action to be taken when mat view contents are
requested but cache is invalid.
|
static String |
MATVIEW_SHARE_SCOPE
Allowed values are {NONE, VDB, SCHEMA}, which define
if the cached contents are shared among different VDB
versions and different VDBs as long as schema names match
|
static String |
MATVIEW_STATUS_TABLE
Fully qualified Status Table Name defined above
|
static String |
MATVIEW_TTL
Time to live in milliseconds.
|
static String |
ON_VDB_DROP_SCRIPT
DML commands to run at VDB un-deploy; typically
used for cleaning the cache/status tables
|
static String |
ON_VDB_START_SCRIPT
DML commands to run start of vdb
|
static String |
UPDATABLE
Whether table is updateable
|
static final String MATERIALIZED
static final String MATERIALIZED_TABLE
static final String UPDATABLE
static final String ALLOW_MATVIEW_MANAGEMENT
static final String MATVIEW_STATUS_TABLE
static final String MATVIEW_BEFORE_LOAD_SCRIPT
static final String MATVIEW_LOAD_SCRIPT
static final String MATVIEW_AFTER_LOAD_SCRIPT
static final String MATVIEW_SHARE_SCOPE
static final String MATERIALIZED_STAGE_TABLE
static final String ON_VDB_START_SCRIPT
static final String ON_VDB_DROP_SCRIPT
static final String MATVIEW_ONERROR_ACTION
static final String MATVIEW_TTL
Copyright © 2013–2019. All rights reserved.