update : 2015.11.03
php.shukuma.com검색:
|
CUBRID Functions (PDO_CUBRID)소개PDO_CUBRID is a driver that implements the PHP Data Objects (PDO) interface to enable access from PHP to CUBRID databases.
설치To build the PDO_CUBRID extension, the CUBRID DBMS must be installed on the same system as PHP. PDO_CUBRID is a » PECL extension, so follow the instructions in PECL 확장의 설치 to install the PDO_CUBRID extension. Issue the configure command to point to the location of your CUBRID base dir as follows: $ ./configure --with-pdo-cubrid=/path/to/CUBRID[,shared] 이 PECL 확장에 대한 DLL은 현재 사용할 수 없습니다. 윈도우에서 빌드하기 섹션을 참고하십시오. Detailed information about installation on Linux and Windows manually, please read build-guide.html in PECL package CUBRID for reference. Features
예약 상수아래 상수는 이 드라이버에서 정의된
것으로, 확장을 PHP에 컴파일하였거나 실행중에 동적 로드하였을 때만 사용할 수
있습니다. 추가로, 드라이버-특정 상수는 이 드라이버를 사용할 때만 사용할 수
있습니다. mysql-특정 속성를 postgres 드라이버에서 사용하면 기대하지 않은
작동을 할 수 있습니다. 코드에서 여러 드라이버를 실행한다면,
PDO::getAttribute()를 사용하여
The following constants can be used when setting the database attribute. They can be passed to PDO::getAttribute() or PDO::setAttribute().
The following constants can be used when setting the transaction isolation level. They can be passed to PDO::getAttribute() or returned by PDO::setAttribute().
The following constants can be used when getting schema information. They can be passed to PDO::cubrid_schema().
Table of Contents
|