Ayub
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  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;...