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 TypeMethodDescriptionvoid
apply
(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, wait
Methods 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:SchemaFeature
A module-specific key for the named feature- Specified by:
getFeatureKey
in interfaceSchemaFeature
-
apply
Description copied from interface:SchemaFeature
If the given schema feature is not present in the database, this will be called- Specified by:
apply
in interfaceSchemaFeature
- Throws:
SQLException
-