获取模式名称
有人可以告诉我如何使用 jdbc 获取特定“序列”的“模式名称”吗
can some one pls tell me how to get the 'schema name' for a particular 'sequence' using jdbc
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有人可以告诉我如何使用 jdbc 获取特定“序列”的“模式名称”吗
can some one pls tell me how to get the 'schema name' for a particular 'sequence' using jdbc
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我假设您正在使用 Oracle DB。
如果是这种情况,您可以通过 JDBC 运行下面给出的查询,并获取序列所属架构名称的名为“sequence_owner”的列。
I assume you are using Oracle DB.
If that's the case you can run the query given below via JDBC and get the column named sequence_owner for the Schema Name to which a sequence belongs to.
这是返回所有模式名称。
This is return all schema names.