Package | Description |
---|---|
org.apache.metamodel |
Root package for MetaModel
|
org.apache.metamodel.create |
API for creating tables
|
org.apache.metamodel.intercept |
Modifier and Type | Method and Description |
---|---|
TableCreationBuilder |
AbstractUpdateCallback.createTable(String schemaName,
String tableName) |
Modifier and Type | Interface and Description |
---|---|
interface |
ColumnCreationBuilder
Builder object for creating
Column s. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTableCreationBuilder<U extends UpdateCallback>
Abstract
TableCreationBuilder implementation, provided as convenience
for TableCreatable implementations. |
Modifier and Type | Method and Description |
---|---|
TableCreationBuilder |
TableCreatable.createTable(Schema schema,
String name)
Initiates the building of a table creation operation.
|
TableCreationBuilder |
TableCreatable.createTable(String schemaName,
String tableName)
Initiates the building of a table creation operation.
|
TableCreationBuilder |
TableCreationBuilder.like(Table table)
Builds this table's columns based on another
Table which will be
used as a prototype. |
TableCreationBuilder |
AbstractTableCreationBuilder.like(Table table) |
Modifier and Type | Method and Description |
---|---|
InterceptorList<TableCreationBuilder> |
InterceptableDataContext.getTableCreationInterceptors() |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.