11.3 Datastores Supporting Embedded Python Execution
OML4Py includes the datastore views supporting Embedded Python Execution. You can use these datastore 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. |
Datastore views are described in the following topics.
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. - USER_PYQ_DATASTORES View
TheUSER_PYQ_DATASTORES
view contains information about the datastores that are owned by the current user.
Parent topic: Embedded Python Execution