SensitivityClassification Class

  • java.lang.Object
    • com.microsoft.sqlserver.jdbc.dataclassification.SensitivityClassification

public class SensitivityClassification

Provides the functionlity to retrieve Sensitivity Classification data as received from SQL Server for the active resultSet

Constructor Summary

Method Summary

Modifier and Type Method and Description
java.util.List<ColumnSensitivity> getColumnSensitivities()

Returns the column sensitivity for this SensitivityClassification Object

java.util.List<InformationType> getInformationTypes()

Returns the information types for this SensitivityClassification Object

java.util.List<Label> getLabels()

Returns the labels for this SensitivityClassification Object

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

SensitivityClassification

public SensitivityClassification(List

Constructs a SensitivityClassification Object

Parameters:

labels - Labels as received from SQL Server
informationTypes - Information Types as received from SQL Server
columnSensitivity - Column Sensitivities as received from SQL Server

Method Details

getColumnSensitivities

public List getColumnSensitivities()

Returns the column sensitivity for this SensitivityClassification Object

Returns:

columnSensitivities

getInformationTypes

public List getInformationTypes()

Returns the information types for this SensitivityClassification Object

Returns:

informationTypes

getLabels

public List

Returns the labels for this SensitivityClassification Object

Returns:

labels

Applies to

Microsoft JDBC Driver for SQL Server

8.2.0.jre8