バージョンごとのドキュメント一覧

DEALLOCATE DESCRIPTOR

DEALLOCATE DESCRIPTOR <refpurpose>deallocate an SQL descriptor area</refpurpose> — SQL記述子領域の割り当てを解除します。

概要

DEALLOCATE DESCRIPTOR name

説明

<title>Description</title>

<command>DEALLOCATE DESCRIPTOR</command> deallocates a named SQL descriptor area. DEALLOCATE DESCRIPTORは名前付きSQL記述子領域の割り当てを解除します。

パラメータ

<title>Parameters</title>
name #

The name of the descriptor which is going to be deallocated. It is case sensitive. This can be an SQL identifier or a host variable. 割り当てを解除する記述子の名前です。 大文字小文字を区別します。 これはSQL識別子またはホスト変数にすることができます。

<title>Examples</title>
EXEC SQL DEALLOCATE DESCRIPTOR mydesc;

互換性

<title>Compatibility</title>

<command>DEALLOCATE DESCRIPTOR</command> is specified in the SQL standard. DEALLOCATE DESCRIPTORは標準SQLで規定されています。

関連項目

<title>See Also</title> ALLOCATE DESCRIPTOR, GET DESCRIPTOR, SET DESCRIPTOR