Package io.ebean.config.dbplatform
Interface DbEncryptFunction
-
public interface DbEncryptFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getDecryptSql
String getDecryptSql(String columnWithTableAlias)
Return the SQL for decrypting a column returning a VARCHAR.
-
getEncryptBindSql
String getEncryptBindSql()
Return the DB function with bind variables used to encrypt a VARCHAR value.
-
-