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 java.lang.Object implements SchemaFeature 
- 
- 
Constructor SummaryConstructors Constructor Description ConvertStringToEncodedSchemaFeature(java.lang.String featureKey, RecordMeta meta, StringField plainField, EncodedStringField cipherField)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(DBInterface db)If the given schema feature is not present in the database, this will be calledjava.lang.StringgetFeatureKey()A module-specific key for the named feature- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.inductiveautomation.ignition.gateway.localdb.SchemaFeaturedbFlavor
 
- 
 
- 
- 
- 
Constructor Detail- 
ConvertStringToEncodedSchemaFeaturepublic ConvertStringToEncodedSchemaFeature(java.lang.String featureKey, RecordMeta meta, StringField plainField, EncodedStringField cipherField)
 
- 
 - 
Method Detail- 
getFeatureKeypublic java.lang.String getFeatureKey() Description copied from interface:SchemaFeatureA module-specific key for the named feature- Specified by:
- getFeatureKeyin interface- SchemaFeature
 
 - 
applypublic void apply(DBInterface db) throws java.sql.SQLException Description copied from interface:SchemaFeatureIf the given schema feature is not present in the database, this will be called- Specified by:
- applyin interface- SchemaFeature
- Throws:
- java.sql.SQLException
 
 
- 
 
-