DB4AI.CREATE_SNAPSHOT_INTERNAL
CREATE_SNAPSHOT_INTERNAL is a built-in execution function of the DB4AI.CREATE_SNAPSHOT function, as described in Table 1. The function involves information verification and cannot be directly called.
| Parameter | Type | Description |
|---|---|---|
| s_id | IN BIGINT | Snapshot ID. |
| i_schema | IN NAME | Namespace storing the snapshot. |
| i_name | IN NAME | Snapshot name. |
| i_commands | IN TEXT[] | SQL commands for obtaining data. |
| i_comment | IN TEXT | Snapshot description. |
| i_owner | IN NAME | Snapshot owner. |