Class InformationType

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

public class InformationType extends Object
Represents the Data Classification Information Types as received from SQL Server for the active resultSet
  • Constructor Details

    • InformationType

      public InformationType(String name, String id)
      Constructs a InformationType
      Parameters:
      name - Name of Information Type
      id - ID of Information Type
  • 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