DEALLOCATE DESCRIPTOR <refpurpose>deallocate an SQL descriptor area</refpurpose> — SQL記述子領域の割り当てを解除します。
DEALLOCATE DESCRIPTOR name
<command>DEALLOCATE DESCRIPTOR</command> deallocates a named SQL
descriptor area.
DEALLOCATE DESCRIPTOR
は名前付きSQL記述子領域の割り当てを解除します。
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識別子またはホスト変数にすることができます。
EXEC SQL DEALLOCATE DESCRIPTOR mydesc;
<command>DEALLOCATE DESCRIPTOR</command> is specified in the SQL
standard.
DEALLOCATE DESCRIPTOR
は標準SQLで規定されています。