public class QualifiedNameParser extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
QualifiedNameParser.NameParts |
| Modifier and Type | Field and Description |
|---|---|
static QualifiedNameParser |
INSTANCE
Singleton access
|
| Constructor and Description |
|---|
QualifiedNameParser() |
| Modifier and Type | Method and Description |
|---|---|
QualifiedNameParser.NameParts |
parse(String text)
Parses a textual representation of a qualified name into a NameParts
representation.
|
QualifiedNameParser.NameParts |
parse(String text,
Identifier defaultCatalog,
Identifier defaultSchema)
Parses a textual representation of a qualified name into a NameParts
representation.
|
public static final QualifiedNameParser INSTANCE
public QualifiedNameParser.NameParts parse(String text, Identifier defaultCatalog, Identifier defaultSchema)
catalog.schema.name.text - The simple text representation of the qualified name.public QualifiedNameParser.NameParts parse(String text)
catalog.schema.name.text - The simple text representation of the qualified name.Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.