OCI-Lob->truncate
(No version information available, might be only in CVS)
OCI-Lob->truncate — Truncates large object
bool truncate ( [int length] )
} Truncates the LOB.
OCI-Lob->truncate — Truncates large object
説明
class OCI-Lob {bool truncate ( [int length] )
} Truncates the LOB.
パラメータ
- length
- If provided, this method will truncate the LOB to length bytes. Otherwise, it will completrely purge the LOB.
返り値
成功した場合に TRUE を、失敗した場合に FALSE を返します。参考
OCI-Lob->erase |
- OCI-Lob->truncateのページへのリンク