Package org.h2.command.ddl
Class CreateSynonymData
java.lang.Object
org.h2.command.ddl.CreateSynonymData
The data required to create a synonym.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
The object id.The schema.The session.The name of the table the synonym is created for.Schema synonymFor is located in.The synonyms name. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
schema
The schema. -
synonymName
The synonyms name. -
synonymFor
The name of the table the synonym is created for. -
synonymForSchema
Schema synonymFor is located in. -
id
public int idThe object id. -
session
The session.
-
-
Constructor Details
-
CreateSynonymData
public CreateSynonymData()
-