PDO_CUBRID is a driver that implements the PHP Data Objects (PDO) interface to enable access from PHP to CUBRID databases.
Note:
Current version of PDO_CUBRID doesn't support persistent connection and lobs type now.
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 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:
bash$ ./configure --with-pdo-cubrid=/path/to/CUBRID[,shared]
A DLL for this PECL extension is currently unavailable. See also the building on Windows section.
Information about installation on Linux and Windows manually, please read build-guide.html in PECL package CUBRID for reference.
PDO_CUBRID supports scrollable cursors, and the default cursor type is forward only. You can use PDO::setAttribute to change cursor type.
PDO_CUBRID supports autocommit, and it is disable by default. You can use PDO::setAttribute to enable it.
PDO_CUBRID supports sql statement execution timeout setting; You can use PDO::setAttribute to set timeout value.
The 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 PDO_ATTR_DRIVER_NAME attribute to check the driver, if your code can run against multiple drivers.
Is a schema type used for PDO::cubrid_schema function.
Is a schema type used for PDO::cubrid_schema function.
Is a schema type used for PDO::cubrid_schema function.
Is a schema type used for PDO::cubrid_schema function.
Is a schema type used for PDO::cubrid_schema function.
Is a schema type used for PDO::cubrid_schema function.
Is a schema type used for PDO::cubrid_schema function.
Is a schema type used for PDO::cubrid_schema function.
Is a schema type used for PDO::cubrid_schema function.
Is a schema type used for PDO::cubrid_schema function.
Is a schema type used for PDO::cubrid_schema function.
Is a schema type used for PDO::cubrid_schema function.
Is a schema type used for PDO::cubrid_schema function.
Is a schema type used for PDO::cubrid_schema function.
Is a schema type used for PDO::cubrid_schema function.
Is a schema type used for PDO::cubrid_schema function.