db_encode_blob

Related topics

Namesort iconDescription
Database abstraction layerAllow the use of different database servers using the same code base.

Functions that call db_encode_blob()

Namesort iconLocationDescription
db_encode_blobincludes/database.pgsql.incReturns a properly formatted Binary Large OBject value. In case of PostgreSQL encodes data for insert into bytea field.
_db_query_callbackincludes/database.incHelper function for db_query().

Functions called by db_encode_blob()

Namesort iconLocationDescription
db_encode_blobincludes/database.pgsql.incReturns a properly formatted Binary Large OBject value. In case of PostgreSQL encodes data for insert into bytea field.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.