10.3 Embedded Python Execution Views

OML4Py includes a number of database views that contain information about datastores and about the scripts and user-defined functions in the datastores. You can use these views with the Embedded Python Execution APIs to work with the datastores and their contents.

View Description
ALL_PYQ_DATASTORES View

Contains information about the datastores available to the current user.

ALL_PYQ_DATASTORE_CONTENTS View

Contains information about the objects in the datastores available to the current user.

USER_PYQ_DATASTORES View

Contains information about the datastores owned by the current user.

ALL_PYQ_SCRIPTS View

Describes the scripts that are available to the current user.

USER_PYQ_SCRIPTS View

Describes the user-defined Python functions in the script repository that are owned by the current user.