public class QualifiedNameParser extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | QualifiedNameParser.NameParts | 
| Modifier and Type | Field and Description | 
|---|---|
| static QualifiedNameParser | INSTANCESingleton 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 © 2018 JBoss by Red Hat. All rights reserved.