public class EntityId extends Object
| Constructor and Description |
|---|
EntityId() |
| Modifier and Type | Method and Description |
|---|---|
DdlName |
name()
Get the name of the external table associated with this database, schema and table.
|
UUID |
version()
Get the version of the external data source.
|
EntityId |
withName(DdlName name)
Set the name of the external table associated with this database, schema and table.
|
EntityId |
withVersion(UUID version)
Set the version of the external data source.
|
public DdlName name()
public EntityId withName(DdlName name)
name - the name value to setpublic UUID version()
Copyright © 2019. All rights reserved.