public interface DbEncryptFunction
Modifier and Type | Method and Description |
---|---|
String |
getDecryptSql(String columnWithTableAlias)
Return the SQL for decrypting a column returning a VARCHAR.
|
String |
getEncryptBindSql()
Return the DB function with bind variables used to encrypt a VARCHAR value.
|
Copyright © 2015. All Rights Reserved.