| Package | Description |
|---|---|
| org.apache.metamodel.factory | |
| org.apache.metamodel.schema.builder |
API for schema building.
|
| org.apache.metamodel.util |
Utilities and convenient classes
|
| Modifier and Type | Method and Description |
|---|---|
SimpleTableDef[] |
DataContextPropertiesImpl.getTableDefs() |
SimpleTableDef[] |
DataContextProperties.getTableDefs() |
| Constructor and Description |
|---|
SimpleTableDefSchemaBuilder(String schemaName,
SimpleTableDef... simpleTableDefs) |
| Modifier and Type | Method and Description |
|---|---|
protected static SimpleTableDef |
SimpleTableDefParser.parseTableDef(String tableDefinitionText)
Parses a single table definition
|
static SimpleTableDef[] |
SimpleTableDefParser.parseTableDefs(String tableDefinitionsText)
Parses an array of table definitions.
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.