Uses of Class
org.h2.table.TableSynonym
Packages that use TableSynonym
Package
Description
Contains high level classes of the database and classes that don't fit in another sub-package.
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
Classes related to a table and table meta data.
-
Uses of TableSynonym in org.h2.engine
Methods in org.h2.engine that return types with arguments of type TableSynonym -
Uses of TableSynonym in org.h2.schema
Fields in org.h2.schema with type parameters of type TableSynonymModifier and TypeFieldDescriptionprivate final ConcurrentHashMap
<String, TableSynonym> Schema.synonyms
Methods in org.h2.schema that return TableSynonymModifier and TypeMethodDescriptionSchema.createSynonym
(CreateSynonymData data) Add a table synonym to the schema.Schema.getSynonym
(String name) Try to find a synonym with this name.Methods in org.h2.schema that return types with arguments of type TableSynonym -
Uses of TableSynonym in org.h2.table
Fields in org.h2.table with type parameters of type TableSynonymMethods in org.h2.table with parameters of type TableSynonymModifier and TypeMethodDescriptionvoid
Table.addSynonym
(TableSynonym synonym) Add a synonym to this table.void
Table.removeSynonym
(TableSynonym synonym) Remove the given view from the list.