Tipi di risorse
PHP Manual
PHP Manual»Installazione/Configurazione»Tipi di risorse

There are four resource types used in CUBRID. The first one is the link identifier for a database connection, the second is the resource which holds the result of a query, and the last two a resource which holds the query results of BLOB/CLOB data types.

A request identifier returned by cubrid_prepare() and cubrid_execute().

A LOB identifier returned by cubrid_lob_get().

A LOB identifier returned by cubrid_lob2_new() or get from the result set.

To Top