类 QualifiedNameParser


  • public class QualifiedNameParser
    extends Object
    Parses a qualified name.
    作者:
    Steve Ebersole
    • 构造器详细资料

      • QualifiedNameParser

        public QualifiedNameParser()
    • 方法详细资料

      • 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.
        参数:
        text - The simple text representation of the qualified name.
        返回:
        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.
        参数:
        text - The simple text representation of the qualified name.
        返回:
        The wrapped QualifiedName