Uses of Class
org.h2.command.ddl.CreateSynonymData
Packages that use CreateSynonymData
Package
Description
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 CreateSynonymData in org.h2.schema
Methods in org.h2.schema with parameters of type CreateSynonymDataModifier and TypeMethodDescriptionSchema.createSynonym(CreateSynonymData data) Add a table synonym to the schema. -
Uses of CreateSynonymData in org.h2.table
Methods in org.h2.table with parameters of type CreateSynonymDataModifier and TypeMethodDescriptionvoidTableSynonym.updateData(CreateSynonymData data) Set (update) the data.Constructors in org.h2.table with parameters of type CreateSynonymData