| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ArrayList<TableSynonym> |
Database.getAllSynonyms()
Get all synonyms.
|
ArrayList<TableSynonym> |
Database.getAllSynonyms()
Get all synonyms.
|
| 限定符和类型 | 方法和说明 |
|---|---|
TableSynonym |
Schema.createSynonym(CreateSynonymData data)
Add a table synonym to the schema.
|
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.
|
TableSynonym |
Schema.getSynonym(String name)
Try to find a synonym with this name.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<TableSynonym> |
Schema.getAllSynonyms() |
Collection<TableSynonym> |
Schema.getAllSynonyms() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Table.addSynonym(TableSynonym synonym)
Add a synonym to this table.
|
void |
Table.addSynonym(TableSynonym synonym)
Add a synonym to this table.
|
void |
Table.removeSynonym(TableSynonym synonym)
Remove the given view from the list.
|
void |
Table.removeSynonym(TableSynonym synonym)
Remove the given view from the list.
|
Copyright © 2022. All rights reserved.