Uses of Class
org.h2.command.ddl.CreateSynonymData
Packages that use CreateSynonymData
Package
Description
Contains DDL (data definition language) and related SQL statements.
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.command.ddl
Fields in org.h2.command.ddl declared as CreateSynonymData -
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
Fields in org.h2.table declared as CreateSynonymDataMethods 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