Predefined ConstantsThe constants below are defined by this extension, and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime. The following constants can be used when executing SQL statement. They can be passed to cubrid_prepare and cubrid_execute.
The following constants can be used when fetching the results to specify fetch behaviour. They can be passed to cubrid_fetch and cubrid_fetch_array.
The following constants can be used when positioning the cursor in query results. They can be passed to or returned by cubrid_move_cursor.
The following constants can be used when setting the auto-commit mode for the database connection. They can be passed to cubrid_set_autocommit or returned by cubrid_get_autocommit.
The following constants can be used when setting the database parameter. They can be passed to cubrid_set_db_parameter.
The following constants can be used when setting the transaction isolation level. They can be passed to cubrid_set_db_parameter or returned by cubrid_get_db_parameter.
The following constants can be used when getting schema information. They can be passed to cubrid_schema.
The following constants can be used when reporting errors. They can be returned from cubrid_error_code_facility.
|