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 SummaryConstructorsConstructorDescriptionConvertStringToEncodedSchemaFeature(String featureKey, RecordMeta meta, StringField plainField, EncodedStringField cipherField) 
- 
Method SummaryModifier 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.gateway.localdb.SchemaFeaturedbFlavor
- 
Constructor Details- 
ConvertStringToEncodedSchemaFeaturepublic ConvertStringToEncodedSchemaFeature(String featureKey, RecordMeta meta, StringField plainField, EncodedStringField cipherField) 
 
- 
- 
Method Details- 
getFeatureKeyDescription copied from interface:SchemaFeatureA module-specific key for the named feature- Specified by:
- getFeatureKeyin interface- SchemaFeature
 
- 
applyDescription copied from interface:SchemaFeatureIf the given schema feature is not present in the database, this will be called- Specified by:
- applyin interface- SchemaFeature
- Throws:
- SQLException
 
 
-