Class EncodedStringField.ConvertStringToEncodedSchemaFeature
java.lang.Object
com.inductiveautomation.ignition.gateway.localdb.persistence.EncodedStringField.ConvertStringToEncodedSchemaFeature
- All Implemented Interfaces:
SchemaFeature
- Enclosing class:
- EncodedStringField
public static class EncodedStringField.ConvertStringToEncodedSchemaFeature
extends Object
implements SchemaFeature
-
Constructor Summary
ConstructorsConstructorDescriptionConvertStringToEncodedSchemaFeature(String featureKey, RecordMeta meta, StringField plainField, EncodedStringField cipherField) -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(DBInterface db) If the given schema feature is not present in the database, this will be calledA module-specific key for the named featureMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.gateway.localdb.SchemaFeature
dbFlavor
-
Constructor Details
-
ConvertStringToEncodedSchemaFeature
public ConvertStringToEncodedSchemaFeature(String featureKey, RecordMeta meta, StringField plainField, EncodedStringField cipherField)
-
-
Method Details
-
getFeatureKey
Description copied from interface:SchemaFeatureA module-specific key for the named feature- Specified by:
getFeatureKeyin interfaceSchemaFeature
-
apply
Description copied from interface:SchemaFeatureIf the given schema feature is not present in the database, this will be called- Specified by:
applyin interfaceSchemaFeature- Throws:
SQLException
-