Package io.ebean.config.dbplatform
Interface DbEncryptFunction
public interface DbEncryptFunction
-
Method Summary
Modifier and Type Method Description StringgetDecryptSql(String columnWithTableAlias)Return the SQL for decrypting a column returning a VARCHAR.StringgetEncryptBindSql()Return the DB function with bind variables used to encrypt a VARCHAR value.
-
Method Details
-
getDecryptSql
Return the SQL for decrypting a column returning a VARCHAR. -
getEncryptBindSql
Return the DB function with bind variables used to encrypt a VARCHAR value.
-