Uses of Class
org.h2.command.ddl.CreateSynonymData
-
Packages that use CreateSynonymData Package Description org.h2.command.ddl Contains DDL (data definition language) and related SQL statements.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. -
-
Uses of CreateSynonymData in org.h2.command.ddl
Fields in org.h2.command.ddl declared as CreateSynonymData Modifier and Type Field Description private CreateSynonymData
CreateSynonym. data
-
Uses of CreateSynonymData in org.h2.schema
Methods in org.h2.schema with parameters of type CreateSynonymData Modifier and Type Method Description TableSynonym
Schema. createSynonym(CreateSynonymData data)
Add a table synonym to the schema. -
Uses of CreateSynonymData in org.h2.table
Fields in org.h2.table declared as CreateSynonymData Modifier and Type Field Description private CreateSynonymData
TableSynonym. data
Methods in org.h2.table with parameters of type CreateSynonymData Modifier and Type Method Description void
TableSynonym. updateData(CreateSynonymData data)
Set (update) the data.Constructors in org.h2.table with parameters of type CreateSynonymData Constructor Description TableSynonym(CreateSynonymData data)
-