Class SqlIdentifierMoniker

  • All Implemented Interfaces:
    SqlMoniker

    public class SqlIdentifierMoniker
    extends java.lang.Object
    implements SqlMoniker
    An implementation of SqlMoniker that encapsulates the normalized name information of a SqlIdentifier.
    • Constructor Detail

      • SqlIdentifierMoniker

        public SqlIdentifierMoniker​(SqlIdentifier id)
        Creates an SqlIdentifierMoniker.
    • Method Detail

      • getType

        public SqlMonikerType getType()
        Description copied from interface: SqlMoniker
        Returns the type of object referred to by this moniker. Never null.
        Specified by:
        getType in interface SqlMoniker
      • getFullyQualifiedNames

        public java.util.List<java.lang.String> getFullyQualifiedNames()
        Description copied from interface: SqlMoniker
        Returns the array of component names.
        Specified by:
        getFullyQualifiedNames in interface SqlMoniker
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • id

        public java.lang.String id()
        Specified by:
        id in interface SqlMoniker