Interface SqlMoniker

All Known Implementing Classes:
SqlIdentifierMoniker, SqlMonikerImpl

public interface SqlMoniker
An interface of an object identifier that represents a SqlIdentifier.
  • Field Details

  • Method Details

    • getType

      SqlMonikerType getType()
      Returns the type of object referred to by this moniker. Never null.
    • getFullyQualifiedNames

      List<String> getFullyQualifiedNames()
      Returns the array of component names.
    • toIdentifier

      SqlIdentifier toIdentifier()
      Creates a SqlIdentifier containing the fully-qualified name.
    • id

      String id()