Oracle 视图 USER_JAVA_IMPLEMENTS 官方解释,作用,如何使用详细说明

本站中文解释

用户java实现(USER_JAVA_IMPLEMENTS)视图索引用户所实现的java类。

该视图以下述列的形式显示实现信息:

– OWNER:the owner of the object
– OBJECT_NAME:the name of the object
– TYPE_NAME:the name of the type
– NAMESPACE:the namespace of the type
– IMP_NAME:the name of the implementation of the type

可以使用这个视图来查询具体java实现类信息,从而可以进一步检索对应实现类方法、输入参数信息等。

官方英文解释

USER_JAVA_IMPLEMENTS describes interfaces implemented by the stored Java classes owned by the current user. Its columns (except for OWNER) are the same as those in ALL_JAVA_IMPLEMENTS.

See Also:

“ALL_JAVA_IMPLEMENTS”


数据运维技术 » Oracle 视图 USER_JAVA_IMPLEMENTS 官方解释,作用,如何使用详细说明