Package | Description |
---|---|
org.apache.metamodel.schema |
API for schema structure
|
Modifier and Type | Interface and Description |
---|---|
interface |
Column
Represents a column and it's metadata description.
|
interface |
Schema
Represents a schema and it's metadata description.
|
interface |
Table
Represents a table and it's metadata description.
|
interface |
WrappingSchema
|
interface |
WrappingTable
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractColumn
Abstract
Column implementation. |
class |
AbstractSchema
Abstract implementation of the
Schema interface. |
class |
AbstractTable
Abstract
Table implementation. |
class |
AliasTable
Represents a virtual table that acts as an alias for another table.
|
class |
CompositeSchema
A composite schema, comprising tables from several
DataContext s. |
class |
DefaultTableAliasedSchema
A special purpose
Schema wrapper which exposes an AliasTable "default_table" for convenience when the
table count is 1. |
class |
ImmutableColumn
Immutable implementation of the Column interface.
|
class |
ImmutableSchema
An immutable implementation of the
Schema interface. |
class |
MutableColumn
Represents a column and it's metadata description.
|
class |
MutableSchema
Represents a schema and it's metadata.
|
class |
MutableTable
Represents the metadata about a table.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.