db_decode_blob
Related topics
| Name | Description |
|---|---|
| Database abstraction layer | Allow the use of different database servers using the same code base. |
Functions that call db_decode_blob()
| Name | Location | Description |
|---|---|---|
| cache_get | includes/cache.inc | Return data from the persistent cache. Data may be stored as either plain text or as serialized data. cache_get will automatically return unserialized objects and arrays. |
| db_decode_blob | includes/database.pgsql.inc | Returns text from a Binary Large OBject value. In case of PostgreSQL decodes data after select from bytea field. |
Functions called by db_decode_blob()
| Name | Location | Description |
|---|---|---|
| db_decode_blob | includes/database.pgsql.inc | Returns text from a Binary Large OBject value. In case of PostgreSQL decodes data after select from bytea field. |
