Uses of Class
com.microsoft.sqlserver.jdbc.dataclassification.Label
Packages that use Label
-
Uses of Label in com.microsoft.sqlserver.jdbc.dataclassification
Methods in com.microsoft.sqlserver.jdbc.dataclassification that return LabelModifier and TypeMethodDescriptionSensitivityProperty.getLabel()
Returns the label data for thisSensitivityProperty
ObjectMethods in com.microsoft.sqlserver.jdbc.dataclassification that return types with arguments of type LabelModifier and TypeMethodDescriptionSensitivityClassification.getLabels()
Returns the labels for thisSensitivityClassification
ObjectConstructors in com.microsoft.sqlserver.jdbc.dataclassification with parameters of type LabelModifierConstructorDescriptionSensitivityProperty
(Label label, InformationType informationType) Constructs a SensitivityPropertySensitivityProperty
(Label label, InformationType informationType, int sensitivityRank) Constructs a SensitivityPropertyConstructor parameters in com.microsoft.sqlserver.jdbc.dataclassification with type arguments of type LabelModifierConstructorDescriptionSensitivityClassification
(List<Label> labels, List<InformationType> informationTypes, List<ColumnSensitivity> columnSensitivity) Constructs aSensitivityClassification
ObjectSensitivityClassification
(List<Label> labels, List<InformationType> informationTypes, List<ColumnSensitivity> columnSensitivity, int sensitivityRank) Constructs aSensitivityClassification
Object