简体   繁体   English

Scala dbc更新语句

[英]Scala dbc update statement

Where can I see example of scala.dbc update statement? 在哪里可以看到scala.dbc更新语句的示例? I have found select statement example only... 我发现仅选择语句示例...

select fields (
                ("url" of characterVarying(32)) and
                ("name" of characterVarying(32)) and
                ("last_update" of integer)) from ("feeds")

A search turned up this old wiki page , I haven't tested it though. 搜索打开了这个旧的Wiki页面 ,尽管我没有对其进行测试。 As other people have mentioned in the past, there are possibly more up to date / actively maintained database persistence options for scala . 正如其他人在过去提到的那样, scala可能有更多的最新/积极维护的数据库持久性选项

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM