Package | Description |
---|---|
org.h2.schema |
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
|
org.h2.table |
Classes related to a table and table meta data.
|
Modifier and Type | Method and Description |
---|---|
TableSynonym |
Schema.createSynonym(CreateSynonymData data)
Add a table synonym to the schema.
|
Modifier and Type | Method and Description |
---|---|
void |
TableSynonym.updateData(CreateSynonymData data)
Set (update) the data.
|
Constructor and Description |
---|
TableSynonym(CreateSynonymData data) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.