Interface | Description |
---|---|
AbstractMetadataRecord.DataModifiable | |
AbstractMetadataRecord.Modifiable | |
Parser | |
RuntimeMetadata |
Helper methods that can be used to access runtime metadata.
|
VDBResource |
Represents a resource available with the VDB deployment.
|
Class | Description |
---|---|
AbstractMetadataRecord |
AbstractMetadataRecord
|
AggregateAttributes |
Holds metadata related to user defined aggregate functions.
|
BaseColumn | |
Column |
ColumnRecordImpl
|
ColumnSet<T extends AbstractMetadataRecord> | |
ColumnStats | |
Database | |
Datatype | |
DataWrapper | |
DefaultMetadataRepository<F,C> | Deprecated |
ForeignKey |
ForeignKeyRecordImpl
|
FunctionMethod |
This class represents information about a particular function signature.
|
FunctionParameter |
A function parameter defines the name and description of an input or output
parameter for a function.
|
Grant | |
Grant.Permission | |
KeyRecord | |
MetadataFactory |
Allows connectors to build metadata for use by the engine.
|
MetadataRepository<F,C> |
A hook for externalizing view, procedure, and other metadata.
|
MetadataStore |
Simple holder for metadata.
|
NamespaceContainer |
Defines a base schema that is the holder for namespace and type information
|
Procedure |
Represents Teiid and source procedures.
|
ProcedureParameter |
Represents a procedure parameter
|
RestMetadataExtension | |
Role | |
Schema | |
Server |
Represents a Server and its properties.
|
Table | |
TableStats | |
Trigger |
Represents a trigger on a physical table
|
Enum | Description |
---|---|
BaseColumn.NullType | |
Column.SearchType | |
Database.ResourceType | |
Datatype.Type | |
Datatype.Variety | |
FunctionMethod.Determinism |
DETERMINISTIC -> normal deterministic functions
vdb -> lookup (however lookup values can be flushed at any time), current_database
session -> env, user
command -> command payload
never -> rand, etc.
|
FunctionMethod.PushDown |
Function Pushdown
CAN_PUSHDOWN = If the source supports the function, then it will be pushed down.
|
Grant.Permission.Privilege | |
KeyRecord.Type | |
Procedure.Type | |
ProcedureParameter.Type | |
RestMetadataExtension.ParameterType | |
Table.TriggerEvent | |
Table.Type |
Exception | Description |
---|---|
DuplicateRecordException | |
MetadataException | |
ParseException |
Annotation Type | Description |
---|---|
ExtensionMetadataProperty |
Annotates a property that defines a extension metadata property
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.