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. |
Topics:
Embedded Python Execution views are described in the following topics:
- ALL_PYQ_DATASTORE_CONTENTS View
TheALL_PYQ_DATASTORE_CONTENTS
view contains information about the contents of datastores that are available to the current user. - ALL_PYQ_DATASTORES View
TheALL_PYQ_DATASTORES
view contains information about the datastores that are available to the current user. - ALL_PYQ_SCRIPTS View
TheALL_PYQ_SCRIPTS
view contains information about the user-defined Python functions in the OML4Py script repository that are available to the current user. - USER_PYQ_DATASTORES View
TheUSER_PYQ_DATASTORES
view contains information about the datastores that are owned by the current user. - USER_PYQ_SCRIPTS View
This view contains information about the user-defined Python functions in the OML4Py script repository that are owned by the current user.
Parent topic: Embedded Python Execution