Modifier and Type | Method and Description |
---|---|
Schema |
DataContext.getDefaultSchema()
Gets the default schema of this DataContext.
|
Schema |
AbstractDataContext.getDefaultSchema()
Gets the default schema of this DataContext.
|
protected Schema |
QueryPostprocessDelegate.getMainSchema() |
protected abstract Schema |
QueryPostprocessDataContext.getMainSchema() |
Schema |
DataContext.getSchemaByName(String name)
Gets a schema by a specified name.
|
Schema |
AbstractDataContext.getSchemaByName(String name)
Gets a schema by a specified name.
|
protected Schema |
QueryPostprocessDataContext.getSchemaByNameInternal(String name) |
Schema |
CompositeDataContext.getSchemaByNameInternal(String name) |
protected abstract Schema |
AbstractDataContext.getSchemaByNameInternal(String name)
Gets a specific schema from the non-abstract implementation.
|
Schema[] |
DataContext.getSchemas()
Gets all schemas within this DataContext.
|
Schema[] |
AbstractDataContext.getSchemas()
Gets all schemas within this DataContext.
|
Modifier and Type | Method and Description |
---|---|
TableDropBuilder |
AbstractUpdateCallback.dropTable(Schema schema,
String tableName) |
static boolean |
MetaModelHelper.isInformationSchema(Schema schema)
Determines if a schema is an information schema
|
Modifier and Type | Method and Description |
---|---|
protected Schema |
CassandraDataContext.getMainSchema() |
Modifier and Type | Method and Description |
---|---|
protected Schema |
CouchDbDataContext.getMainSchema() |
Modifier and Type | Method and Description |
---|---|
protected Schema |
AbstractTableCreationBuilder.getSchema() |
Modifier and Type | Method and Description |
---|---|
TableCreationBuilder |
TableCreatable.createTable(Schema schema,
String name)
Initiates the building of a table creation operation.
|
Constructor and Description |
---|
AbstractTableCreationBuilder(U updateCallback,
Schema schema,
String name) |
CreateTable(Schema schema,
String tableName) |
Modifier and Type | Method and Description |
---|---|
TableDropBuilder |
TableDroppable.dropTable(Schema schema,
String tableName) |
Constructor and Description |
---|
DropTable(Schema schema,
String tableName) |
Modifier and Type | Method and Description |
---|---|
protected Schema |
DynamoDbDataContext.getMainSchema() |
Modifier and Type | Method and Description |
---|---|
protected Schema |
ElasticSearchDataContext.getMainSchema() |
Modifier and Type | Method and Description |
---|---|
protected Schema |
ElasticSearchRestDataContext.getMainSchema() |
Modifier and Type | Method and Description |
---|---|
protected Schema |
ExcelDataContext.getMainSchema() |
Modifier and Type | Method and Description |
---|---|
protected Schema |
FixedWidthDataContext.getMainSchema() |
Modifier and Type | Method and Description |
---|---|
protected Schema |
HBaseDataContext.getMainSchema() |
Modifier and Type | Method and Description |
---|---|
Schema |
InterceptableDataContext.getDefaultSchema() |
Schema |
InterceptableDataContext.getSchemaByName(String name) |
Schema[] |
InterceptableDataContext.getSchemas() |
Modifier and Type | Method and Description |
---|---|
InterceptorList<Schema> |
InterceptableDataContext.getSchemaInterceptors() |
Modifier and Type | Method and Description |
---|---|
protected Schema |
JdbcDataContext.getSchemaByNameInternal(String name) |
Modifier and Type | Method and Description |
---|---|
protected Schema |
JsonDataContext.getMainSchema() |
Modifier and Type | Method and Description |
---|---|
protected Schema |
MongoDbDataContext.getMainSchema() |
Modifier and Type | Method and Description |
---|---|
protected Schema |
MongoDbDataContext.getMainSchema() |
Modifier and Type | Method and Description |
---|---|
protected Schema |
Neo4jDataContext.getMainSchema() |
Modifier and Type | Method and Description |
---|---|
protected Schema |
OpenOfficeDataContext.getSchemaByNameInternal(String name) |
Modifier and Type | Method and Description |
---|---|
protected Schema |
PojoDataContext.getMainSchema() |
Modifier and Type | Method and Description |
---|---|
TableFromBuilder |
InitFromBuilderImpl.from(Schema schema,
String tableName) |
TableFromBuilder |
InitFromBuilder.from(Schema schema,
String tableName) |
Modifier and Type | Method and Description |
---|---|
protected Schema |
SalesforceDataContext.getMainSchema() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSchema
Abstract implementation of the
Schema interface. |
class |
CompositeSchema
A composite schema, comprising tables from several
DataContext s. |
class |
ImmutableSchema
An immutable implementation of the
Schema interface. |
class |
MutableSchema
Represents a schema and it's metadata.
|
Modifier and Type | Field and Description |
---|---|
protected Schema |
MutableTable._schema |
Modifier and Type | Method and Description |
---|---|
Schema |
Table.getSchema()
Gets the schema that this table resides in.
|
Schema |
MutableTable.getSchema() |
Modifier and Type | Method and Description |
---|---|
int |
AbstractSchema.compareTo(Schema that) |
MutableTable |
MutableTable.setSchema(Schema schema) |
Constructor and Description |
---|
ImmutableSchema(Schema schema) |
MutableTable(String name,
Schema schema) |
MutableTable(String name,
TableType type,
Schema schema) |
MutableTable(String name,
TableType type,
Schema schema,
Column... columns) |
Constructor and Description |
---|
CompositeSchema(String name,
Collection<? extends Schema> delegates) |
Modifier and Type | Method and Description |
---|---|
protected Schema |
SugarCrmDataContext.getMainSchema() |
Constructor and Description |
---|
Update(Schema schema,
String tableName) |
Modifier and Type | Method and Description |
---|---|
protected Schema |
XmlSaxDataContext.getMainSchema() |
protected Schema |
XmlDomDataContext.getMainSchema() |
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.