Interface | Description |
---|---|
Column |
Represents a column and it's metadata description.
|
ColumnType |
Represents the data-type of columns.
|
NamedStructure |
Super-interface for named structural types in a DataContext.
|
Relationship |
Represents a relationship between two tables where one set of columns is the
primary key, and another set is the foreign key.
|
Schema |
Represents a schema and it's metadata description.
|
Table |
Represents a table and it's metadata description.
|
WrappingSchema | |
WrappingTable |
Class | Description |
---|---|
AbstractColumn |
Abstract
Column implementation. |
AbstractRelationship | |
AbstractSchema |
Abstract implementation of the
Schema interface. |
AbstractTable |
Abstract
Table implementation. |
AliasTable |
Represents a virtual table that acts as an alias for another table.
|
ColumnTypeImpl |
Default implementation of ColumnType
|
CompositeSchema |
A composite schema, comprising tables from several
DataContext s. |
DefaultTableAliasedSchema |
A special purpose
Schema wrapper which exposes an AliasTable "default_table" for convenience when the
table count is 1. |
ImmutableColumn |
Immutable implementation of the Column interface.
|
ImmutableRelationship | |
ImmutableSchema |
An immutable implementation of the
Schema interface. |
JdbcTypes |
This is a copy of the content (comments removed) of Java 6.0's
java.sql.Types.
|
MutableColumn |
Represents a column and it's metadata description.
|
MutableRelationship |
Immutable implementation of the Relationship interface.
|
MutableSchema |
Represents a schema and it's metadata.
|
MutableTable |
Represents the metadata about a table.
|
Enum | Description |
---|---|
SuperColumnType |
Represents an abstract, generalized type of column
|
TableType |
Represents the various types of tables
|
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.