See: Description
Interface | Description |
---|---|
Schemata |
The interface used to access the structure being queried and validate a query.
|
Schemata.Column |
Information about a queryable column.
|
Schemata.Key |
Information about a key for a table.
|
Schemata.Table |
Information about a queryable table.
|
Schemata.View |
Information about a view that is defined in terms of other views/tables.
|
Class | Description |
---|---|
ImmutableColumn | |
ImmutableKey | |
ImmutableSchemata |
An immutable
Schemata implementation. |
ImmutableSchemata.Builder |
A builder of immutable
Schemata objects. |
ImmutableSchemata.MutableTable | |
Validator |
Schemata
interface that provides access to the immutable
Schemata.Table
and Schemata.View
definitions (that then contain the Schemata.Column
and Schemata.Key
definitions).
Although any Schemata implementaiton can be used, the query framework provides an ImmutableSchemata
class with a builder
with a fluent API
that can create the corresponding immutable table, column and key definitions.
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.