CUBRID 설치 리소스 유형

CUBRID에서 사용하는 리소스 유형은 4가지가 있다. 첫 번째는 데이터베이스 연결에 대한 링크 식별자이고, 두 번째는 쿼리 결과를 보유하는 리소스이고, 마지막 두 개는 BLOB/CLOB 데이터 유형의 쿼리 결과를 보유하는 리소스입니다.


connection identifier

cubrid_connect(), cubrid_connect_with_url(), cubrid_pconnect(), cubrid_pconnect_with_url()이 반환하는 연결 식별자.


request identifier

cubrid_prepare()cubrid_execute()가 반환하는 요청 식별자.


LOB identifier

cubrid_lob_get()이 반환하는 LOB 식별자.


LOB2 identifier

cubrid_lob2_new() 또는 결과 집합에서 가져온 LOB 식별자.