java.lang.Object
com.microsoft.sqlserver.jdbc.dataclassification.Label

public class Label extends Object
Represents the Data Classification Labels as received from SQL Server for the active resultSet
  • Constructor Details

    • Label

      public Label(String name, String id)
      Constructs a Label
      Parameters:
      name - Name of Label
      id - ID of Label
  • Method Details

    • getName

      public String getName()
      Returns the name of this InformationType Object
      Returns:
      Name of Information Type
    • getId

      public String getId()
      Returns the ID for this InformationType object
      Returns:
      ID of Information Type