public class QualifiedNameParser
extends java.lang.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(java.lang.String text)
Parses a textual representation of a qualified name into a NameParts
representation.
|
QualifiedNameParser.NameParts |
parse(java.lang.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(java.lang.String text, Identifier defaultCatalog, Identifier defaultSchema)
catalog.schema.name
.text
- The simple text representation of the qualified name.public QualifiedNameParser.NameParts parse(java.lang.String text)
catalog.schema.name
.text
- The simple text representation of the qualified name.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.