Package | Description |
---|---|
com.streambase.liveview.client |
Provides classes and interfaces fundamental to the TIBCO Live Datamart Java API.
|
com.streambase.liveview.client.dynamictables |
Provides classes and interfaces to configure TIBCO Live Datamart server's dynamic tables.
|
Class and Description |
---|
TableConfig
TableConfig is used to configure all properties of the table under construction.
|
Class and Description |
---|
Assignment
This represents one assignment to either a Field or a Variable.
|
FieldRule
A FieldRule is a list of cases that will be evaluated on every insert or update.
|
FilteredTableAlias
This class represents the filtered-table-alias entries in an LVConf file.
|
RuleCase
A RuleCase represents one case for a FieldRule, with a test, a list of assignments for
an insert operation, and a list of assignments for an update operation.
|
TableConfig
TableConfig is used to configure all properties of the table under construction.
|
Variable
Variables can be used in both test and assignment expressions in the FieldRules.
|