autonicrement berkeley db,或列表
berkeley db 有自动增量吗?
我正在使用java进行测试,
我看到了这个例子:collections.ship.tuple.Sample,其中作者使用StoredSortedMap来处理数据,所以他每次都需要输入一个键。
我想知道伯克利是否有自动增量的东西。
或者如果有一种要存储和检索的列表......
Do berkeley db has autoincrement?
I'm using java for testing,
I saw the example: collections.ship.tuple.Sample where the author uses a StoredSortedMap to handle the data, so he needs to put a key every time.
I'd like to know if the Berkeley has autoincrement stuff.
Or if there is a kind of list to be stored and retrieved...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
David Segleau,Berkeley DB 产品管理总监。一般来说,我们建议人们在 Berkeley DB 论坛上提问。您会在那里找到一个由活跃的 Berkeley DB 应用程序开发人员组成的大型社区。
对您问题的简短回答是 Berkeley DB 提供自动增量服务。您只需决定如何使用它们即可。这些选项包括:
我希望这有帮助。
问候,
戴夫
David Segleau, Director of Product Management for Berkeley DB here. Generally, we recommend that people ask questions on the Berkeley DB forums. You'll find a large community of active Berkeley DB application developers there.
The short answer to your question is that Berkeley DB has auto-increment services available. You just have to decide how you want to use them. Those options include:
I hope that was helpful.
Regards,
Dave