29.13.13 Loading a PgxFrame from a Database
You can load a
PgxFrame from relational database tables. Each
column of the relational table will correspond to a column in the loaded frame. When
loading a PgxFrame from the database, the default behavior is to detect
the table columns and load them all. If not specified explicitly, the connection details
of the current user and session are used and the columns are detected automatically.
Also, you can load a PgxFrame from a database table containing CLOB
data type columns.
The following describes the steps to load a
PgxFrame from a database table:
Parent topic: PgxFrames Tabular Data-Structure