public class CreateSynonymData extends Object
Modifier and Type | Field and Description |
---|---|
int |
id
The object id.
|
Schema |
schema
The schema.
|
Session |
session
The session.
|
String |
synonymFor
The name of the table the synonym is created for.
|
Schema |
synonymForSchema
Schema synonymFor is located in.
|
String |
synonymName
The synonyms name.
|
Constructor and Description |
---|
CreateSynonymData() |
public Schema schema
public String synonymName
public String synonymFor
public Schema synonymForSchema
public int id
public Session session
Copyright © 2020 JBoss by Red Hat. All rights reserved.