Oracle 视图 HS_ALL_CAPS 官方解释,作用,如何使用详细说明
网络编程
本站中文解释
Oracle视图是一种特殊的虚拟表,它可以把多张表的数据进行聚合,从而把它们转换为一个形状一致的单一表。HS_ALL_CAPS是Oracle的一个视图,它可以跨越多张表,将其中的数据汇总到一起,生成有序的元信息数据。它主要用于建表,字段、约束等的定义,这里可以方便地使用它来查看某些表、字段、约束等定义以及是否存在;也可以用它删除表中的列;还可以用它作为一种向其他用户开放界面的方式;再就是写查询语句时,可以用它查看表的元信息,从而编写可维护性更好的查询代码。
官方英文解释
HS_ALL_CAPS
contains information about all of the capabilities (that is, features) associated with non-Oracle (FDS) data stores.
Column | Datatype | NULL | Description |
---|---|---|---|
|
| Capability number | |
|
| Context in which this capability is applicable | |
|
| Valid for functions; contains translation to FDS dialect | |
|
| Flag for internal use | |
|
| Name of the FDS Class | |
|
| Name of the FDS instance |
编辑:一起学习网
标签:用它,它可以,字段,视图,数据