설명 - 준비된 문 또는 결과 세트에 대한 정보 얻기
[output] 설명proade_name
[SQL] Descriptor 사용desctriptor_name
[output] 설명prepared_name
[SQL] Descriptordesctriptor_name
[output] 설명prepared_name
intosqlda_name
설명
실제로 행을 가져 오지 않고 준비된 문에 포함 된 결과 열에 대한 메타 데이터 정보를 검색합니다.
prepared_name
준비된 진술의 이름. 이것은 SQL 식별자 또는 호스트 변수 일 수 있습니다.
desctriptor_name
설명자 이름. 사례에 민감합니다.
sqlda_name
SQLDA 변수의 이름.
exec SQL 할당 디스크립터 Mydesc;
설명
SQL 표준에 지정되어 있습니다.