Class QualifiedNameParser


  • public class QualifiedNameParser
    extends Object
    Parses a qualified name.
    • Constructor Detail

      • QualifiedNameParser

        public QualifiedNameParser()
    • Method Detail

      • parse

        public QualifiedNameParser.NameParts parse​(String text,
                                                   Identifier defaultCatalog,
                                                   Identifier defaultSchema)
        Parses a textual representation of a qualified name into a NameParts representation. Explicitly looks for the form catalog.schema.name.
        Parameters:
        text - The simple text representation of the qualified name.
        Returns:
        The wrapped QualifiedName
      • parse

        public QualifiedNameParser.NameParts parse​(String text)
        Parses a textual representation of a qualified name into a NameParts representation. Explicitly looks for the form catalog.schema.name.
        Parameters:
        text - The simple text representation of the qualified name.
        Returns:
        The wrapped QualifiedName