@PublicEvolving public final class UnresolvedIdentifier extends Object
ObjectIdentifier
.Modifier and Type | Method and Description |
---|---|
String |
asSummaryString()
Returns a string that summarizes this instance for printing to a console or log.
|
boolean |
equals(Object o) |
Optional<String> |
getCatalogName() |
Optional<String> |
getDatabaseName() |
String |
getObjectName() |
int |
hashCode() |
static UnresolvedIdentifier |
of(List<String> path)
Constructs an
UnresolvedIdentifier from a list of identifier segments. |
static UnresolvedIdentifier |
of(ObjectIdentifier objectIdentifier)
Constructs an
UnresolvedIdentifier from an ObjectIdentifier . |
static UnresolvedIdentifier |
of(String... path)
Constructs an
UnresolvedIdentifier from an array of identifier segments. |
String |
toString() |
public static UnresolvedIdentifier of(String... path)
UnresolvedIdentifier
from an array of identifier segments. The length
of the path must be between 1 (only object name) and 3 (fully qualified identifier with
catalog, database and object name).path
- array of identifier segmentspublic static UnresolvedIdentifier of(List<String> path)
UnresolvedIdentifier
from a list of identifier segments.of(String...)
public static UnresolvedIdentifier of(ObjectIdentifier objectIdentifier)
UnresolvedIdentifier
from an ObjectIdentifier
.of(String...)
public String getObjectName()
public String asSummaryString()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.