db_encode_blob
Related topics
| Name | Description |
|---|---|
| Database abstraction layer | Allow the use of different database servers using the same code base. |
Functions that call db_encode_blob()
| Name | Location | Description |
|---|---|---|
| db_encode_blob | includes/database.pgsql.inc | Returns a properly formatted Binary Large OBject value. In case of PostgreSQL encodes data for insert into bytea field. |
| _db_query_callback | includes/database.inc | Helper function for db_query(). |
Functions called by db_encode_blob()
| Name | Location | Description |
|---|---|---|
| db_encode_blob | includes/database.pgsql.inc | Returns a properly formatted Binary Large OBject value. In case of PostgreSQL encodes data for insert into bytea field. |
