public static class IlvJDBCQueryUtil.IdentifierChain extends Object
Modifier and Type | Method and Description |
---|---|
static String |
butLast(String identifierChain)
Removes the last identifier from an identifier chain.
|
static String |
last(String identifierChain)
Returns the last identifier in an identifier chain.
|
public static String last(String identifierChain)
identifierChain
- A sequence of identifiers, separated by periods,
in SQL syntax.public static String butLast(String identifierChain)
identifierChain
- A sequence of identifiers, separated by periods,
in SQL syntax.null
if identifierChain
consisted of a single identifier© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.