Documents tagged with "blob"
Your Query returned 5 results
-
- CUBRID PHP Tutorials
- Installation Instructions
[CUBRID PHP Driver Installation Instructions]
Latest News
New CUBRID PHP: 13 more APIs for LOB data management - blog post
CUBRID Driver Improvements in CUBRID 8.4.1 - blog post
Tutorials and Guides
What is Tread-safe or Non-thread-safe in PH...
http://www.cubrid.org/wiki_apis/entry/cubrid-php-tutorials
-
- CUBRID PHP APIs to work with LOB object
- The following twelve CUBRID PHP API functions are now implemented in CUBRID PHP API version 8.4.1.004 in addition to five existing functions to allow PHP developers to perform various operations on Large Object (LOB) data.
1. cubrid_lob2_new
Create a lob object. ...
http://www.cubrid.org/wiki_apis/entry/apis-about-lob-object-for-php-driver
-
- CUBRID Lobs
- Starting from the 8.4.0 release, CUBRID deprecated the GLO data type, and added support for LOB data types:
BLOB: Binary large object
CLOB: Character large object
These are specific CUBRID data types, and if you need to deal with such data types, you need to learn an...
http://www.cubrid.org/wiki_apis/entry/cubrid-lobs
-
- Working with CUBRID BLOB / CLOB Data Types
- The scope of this tutorial is to present the new data types, BLOB and CLOB, introduced in CUBRID 8.3.1.
In the release 8.3.1, CUBRID comes up with two new data types, to improve the support for Large Objects (LOB), such as texts and binary files:
CLOB (Character L...
http://www.cubrid.org/wiki_tutorials/entry/working-with-cubrid-blob-clob-data-types
-
- Inserting a BLOB file to a CUBRID database
- In this tutorial you will learn how to insert a binary file into a CUBRID database. Before we continue you should remember that LOB data in CUBRID is stored outside the database on the external storage while the references to those files are stored in database column...
http://www.cubrid.org/wiki_tutorials/entry/inserting-a-blob-file-to-a-cubrid-database