Ayub

Results 3 comments of Ayub

> 这应该工作 > > ```kotlin > fun hex(exp : 表达式< String >)= CustomStringFunction(“ HEX ”,exp) > > 有趣 DES_ENCRYPT(值: 字符串,键: 字符串)= CustomStringFunction(“ DES_ENCRYPT ”,StringParam中(值),StringParam中(密钥)) > > FooTable .insert { >...

> Sorry, but I don't understand your question. After saving is a function string that should be processed After saving the database ![image](https://user-images.githubusercontent.com/25943405/91298719-1aaecb00-e7d3-11ea-958b-91e0436a2a55.png) HEX(DES_ENCRYPT('test', '121121')) It should look something like...

> Ok. I see. You don't need to call `.toString()` as it will insert the expression SQL in your column instead of providing expression into query. > This should work;...