public static class EncodedStringField.ConvertStringToEncodedSchemaFeature extends java.lang.Object implements SchemaFeature
| Constructor and Description |
|---|
ConvertStringToEncodedSchemaFeature(java.lang.String featureKey,
RecordMeta meta,
StringField plainField,
EncodedStringField cipherField) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(DBInterface db)
If the given schema feature is not present in the database, this will be called
|
java.lang.String |
getFeatureKey()
A module-specific key for the named feature
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdbFlavorpublic ConvertStringToEncodedSchemaFeature(java.lang.String featureKey,
RecordMeta meta,
StringField plainField,
EncodedStringField cipherField)
public java.lang.String getFeatureKey()
SchemaFeaturegetFeatureKey in interface SchemaFeaturepublic void apply(DBInterface db) throws java.sql.SQLException
SchemaFeatureapply in interface SchemaFeaturejava.sql.SQLException