Modifier and Type | Interface and Description |
---|---|
interface |
TypeResolver<T extends RelationalObject>
A class that determines if a
KomodoObject can be converted into a strong typed relational object. |
Modifier and Type | Interface and Description |
---|---|
interface |
Connection
A model of a connection instance
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionImpl
Implementation of connection instance model
|
Modifier and Type | Interface and Description |
---|---|
interface |
DataServiceEntry<T extends Exportable & RelationalObject>
Represents an entry in a data service archive.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectionEntry
Represents a data service entry for a connection.
|
interface |
Dataservice
A model of a dataservice instance
|
interface |
DataServiceEntry<T extends Exportable & RelationalObject>
Represents an entry in a data service archive.
|
interface |
DataServiceResource
Represents a data service file resource (i.e., a driver, UDF, or DDL file).
|
interface |
DataServiceResourceEntry<T extends DataServiceResource>
Represents a data service resource (i.e., a driver, UDF, or DDL file).
|
interface |
DdlEntry
Represents a data service entry for a DDL file.
|
interface |
DriverEntry
Represents a data service entry for a driver file.
|
interface |
ResourceEntry
Represents a data service entry for a resource file.
|
interface |
ServiceVdbEntry
Represents a data service entry for a Service VDB.
|
interface |
UdfEntry
Represents a data service entry for a UDF file.
|
interface |
VdbEntry
Represents a data service entry for a VDB.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionEntryImpl
An implementation of a connection entry in a data service.
|
class |
DataserviceImpl
Implementation of data service instance model.
|
class |
DataServiceResourceImpl<T extends DataServiceResource>
A base implementation of a data service resource.
|
class |
DdlEntryImpl
An implementation of a DDL entry in a data service.
|
class |
DriverEntryImpl
An implementation of a driver entry in a data service.
|
class |
ResourceEntryImpl
An implementation of a file resource entry in a data service.
|
class |
ServiceVdbEntryImpl
An implementation of a Service VDB entry in a data service.
|
class |
UdfEntryImpl
An implementation of a UDF entry in a data service.
|
class |
VdbEntryImpl
An implementation of a VDB entry in a data service.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Folder
A model of a Folder instance
|
Modifier and Type | Class and Description |
---|---|
class |
FolderImpl
Implementation of Folder instance model
|
Modifier and Type | Class and Description |
---|---|
class |
RelationalChildRestrictedObject
A base implementation of a relational object that does not permit children.
|
class |
RelationalObjectImpl
A base implementation of a relational object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AbstractProcedure
Represents a relational model procedure or function.
|
interface |
AccessPattern
Represents a relational model access pattern.
|
interface |
Column
Represents a relational model column.
|
interface |
DataTypeResultSet
Represents a data type result set.
|
interface |
ForeignKey
Represents a relational model foreign key.
|
interface |
Function
Represents a user-defined scalar function.
|
interface |
Index
Represents a relational model index.
|
interface |
Model
Represents a relational model.
|
interface |
Parameter
Represents a relational model procedure parameter.
|
interface |
PrimaryKey
Represents a relational model primary key.
|
interface |
Procedure
Represents a relational model procedure (stored and virtual).
|
interface |
ProcedureResultSet
Represents a relational model result set.
|
interface |
PushdownFunction
Represents a pushdown function (CREATE FOREIGN FUNCTION).
|
interface |
ResultSetColumn
Represents a relational model result set column.
|
interface |
Schema
A schema fragment
|
interface |
StatementOption
Represents a DDL statement option from a relational model.
|
interface |
StoredProcedure
Represents a stored procedure (CREATE FOREIGN PROCEDURE).
|
interface |
Table
Represents a relational model table.
|
interface |
TableConstraint
Represents a relational model table constraint.
|
interface |
TabularResultSet
Represents a tabular result set.
|
interface |
UniqueConstraint
Represents a relational model unique constraint.
|
interface |
UserDefinedFunction
Represents a user-defined function (CREATE VIRTUAL FUNCTION).
|
interface |
View
Represents a relational model view.
|
interface |
VirtualProcedure
Represents a virtual procedure (CREATE VIRTUAL PROCEDURE).
|
Modifier and Type | Class and Description |
---|---|
class |
AccessPatternImpl
An implementation of a relational model access pattern.
|
class |
ColumnImpl
An implementation of a relational model column.
|
class |
DataTypeResultSetImpl
An implementation of a relational model procedure data type result set.
|
class |
ForeignKeyImpl
An implementation of a relational model foreign key.
|
class |
FunctionImpl
An base implementation of a relational model function.
|
class |
IndexImpl
An implementation of a relational model index.
|
class |
ModelImpl
An implementation of a relational model.
|
class |
ParameterImpl
An implementation of a relational model procedure parameter.
|
class |
PrimaryKeyImpl
An implementation of a relational model primary key.
|
class |
PushdownFunctionImpl
An implementation of a pushdown function.
|
class |
ResultSetColumnImpl
An implementation of a relational model tabular result set column.
|
class |
SchemaImpl
A named schema fragment
|
class |
StatementOptionImpl
An implementation of a relational model DDL statement option.
|
class |
StoredProcedureImpl
An implementation of a stored procedure.
|
class |
TableImpl
An implementation of a relational model table.
|
class |
TabularResultSetImpl
An implementation of a relational model procedure tabular result set.
|
class |
UniqueConstraintImpl
An implementation of a relational model unique constraint.
|
class |
UserDefinedFunctionImpl
An implementation of a UDF.
|
class |
ViewImpl
An implementation of a relational model view.
|
class |
VirtualProcedureImpl
An implementation of a virtual procedure.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GitRepository
Represents the configuration of a git repository
|
interface |
Profile
Represents an user profile.
|
interface |
SqlComposition
Interface for SqlComposition
|
interface |
SqlProjectedColumn
Interface for SqlProjectedColumn
|
interface |
StateCommand
Represents the configuration of a view editor state command
|
interface |
StateCommandAggregate
Represents the configuration of a view editor state command
|
interface |
ViewDefinition
Represents the configuration of a view definition
|
interface |
ViewEditorState
Represents the configuration of a view editor state
|
Modifier and Type | Class and Description |
---|---|
class |
GitRepositoryImpl
An implementation of a git repository configuration object.
|
class |
ProfileImpl
An implementation of an user profile.
|
class |
SqlCompositionImpl
An implementation of an view definition
|
class |
SqlProjectedColumnImpl
An implementation of a SQL projected column
|
class |
StateCommandAggregateImpl
An implementation of a view editor state object.
|
class |
StateCommandImpl
An implementation of a view editor state object.
|
class |
ViewDefinitionImpl
An implementation of an view definition
|
class |
ViewEditorStateImpl
An implementation of a view editor state object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DdlFile
Represents a DDL file of a data service.
|
interface |
Driver
Represents a driver of a data service.
|
interface |
ResourceFile
Represents a resource file of a data service.
|
interface |
UdfFile
Represents a UDF file of a data service.
|
Modifier and Type | Class and Description |
---|---|
class |
DdlFileImpl
Implementation of DDL file instance model.
|
class |
DriverImpl
Implementation of driver instance model
|
class |
ResourceFileImpl
Implementation of data service resource file instance model.
|
class |
UdfFileImpl
Implementation of UDF file instance model.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Template
A model of a template instance
|
interface |
TemplateEntry
A model of a template instance
|
Modifier and Type | Class and Description |
---|---|
class |
TemplateEntryImpl
Implementation of template instance model
|
class |
TemplateImpl
Implementation of template instance model
|
Modifier and Type | Interface and Description |
---|---|
interface |
Condition
Represents a VDB permission condition.
|
interface |
DataRole
Represents a VDB data role.
|
interface |
Entry
Represents a VDB entry.
|
interface |
Mask
Represents a VDB permission mask.
|
interface |
ModelSource
Represents a VDB model source.
|
interface |
Permission
Represents a VDB data policy permission.
|
interface |
Translator
Represents a Translator that is either part of a VDB or a Teiid instance.
|
interface |
Vdb
Represents a virtual database manifest.
|
interface |
VdbImport
Represents a referenced VDB.
|
Modifier and Type | Class and Description |
---|---|
class |
ConditionImpl
An implementation of a VDB permission condition.
|
class |
DataRoleImpl
An implementation of a VDB data role.
|
class |
EntryImpl
An implementation of a VDB entry.
|
class |
MaskImpl
An implementation of a VDB permission mask.
|
class |
ModelSourceImpl
An implementation of a VDB model source.
|
class |
PermissionImpl
An implementation of a VDB data policy permission.
|
class |
TranslatorImpl
An implementation of a VDB translator.
|
class |
VdbImpl
An implementation of a virtual database manifest.
|
class |
VdbImportImpl
An implementation of a referenced VDB.
|
Modifier and Type | Class and Description |
---|---|
class |
WorkspaceManager |
Copyright © 2013–2019. All rights reserved.