Package | Description |
---|---|
org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
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 |
---|---|
ArrayList<TableSynonym> |
Database.getAllSynonyms()
Get all synonyms.
|
Modifier and Type | Method and Description |
---|---|
TableSynonym |
Schema.createSynonym(CreateSynonymData data)
Add a table synonym to the schema.
|
TableSynonym |
Schema.getSynonym(String name)
Try to find a synonym with this name.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<TableSynonym> |
Schema.getAllSynonyms() |
Modifier and Type | Method and Description |
---|---|
void |
Table.addSynonym(TableSynonym synonym)
Add a synonym to this table.
|
void |
Table.removeSynonym(TableSynonym synonym)
Remove the given view from the list.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.