CUBRID Functions (PDO_CUBRID)IntroductionPDO_CUBRID is a driver that implements the PHP Data Objects (PDO) interface to enable access from PHP to CUBRID databases.
InstallationTo 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 Installation of PECL extensions 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] A DLL for this PECL extension is currently unavailable. See also the building on Windows section. Detailed information about installation on Linux and Windows manually, please read build-guide.html in PECL package CUBRID for reference. Features
Predefined ConstantsThe constants below are defined by
this driver, and will only be available when the extension has been either
compiled into PHP or dynamically loaded at runtime. In addition, these
driver-specific constants should only be used if you are using this driver.
Using driver-specific attributes with another driver may result in
unexpected behaviour. PDO::getAttribute may be used to
obtain the 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.
|