public class DdlName extends Object
Constructor and Description |
---|
DdlName() |
Modifier and Type | Method and Description |
---|---|
String |
firstPart()
Get the name of the table associated with this database and schema.
|
String |
secondPart()
Get the name of the table associated with this database and schema.
|
String |
server()
Get the name of the table associated with this database and schema.
|
String |
thirdPart()
Get the name of the table associated with this database and schema.
|
DdlName |
withFirstPart(String firstPart)
Set the name of the table associated with this database and schema.
|
DdlName |
withSecondPart(String secondPart)
Set the name of the table associated with this database and schema.
|
DdlName |
withServer(String server)
Set the name of the table associated with this database and schema.
|
DdlName |
withThirdPart(String thirdPart)
Set the name of the table associated with this database and schema.
|
public String firstPart()
public DdlName withFirstPart(String firstPart)
firstPart
- the firstPart value to setpublic String secondPart()
public DdlName withSecondPart(String secondPart)
secondPart
- the secondPart value to setpublic String thirdPart()
public DdlName withThirdPart(String thirdPart)
thirdPart
- the thirdPart value to setpublic String server()
Copyright © 2019. All rights reserved.