|
Pdo\Pgsql::lobUnlinkDeletes the large object 説明
public bool Pdo\Pgsql::lobUnlink(string
$oid )Deletes a large object from the database identified by OID.
パラメータ
戻り値
成功した場合に 例例1 Pdo\Pgsql::lobUnlink example This example unlinks a large object from the database prior to deleting the row that references it from the blobs table are used in the examples of Pdo\Pgsql::lobCreate and Pdo\Pgsql::lobOpen.
参考
|