The world's most popular open source database
Description. This method gets the blob data segment table name.
This method is generally of use only for testing and debugging purposes.
Signature.
static int getBlobTableName
(
char* name,
Ndb* ndb,
const char* table,
const char* column
)
Parameters. This method takes 4 parameters:
name: The name of the blob
data segment table.
ndb: The relevant
Ndb object.
table: The name of the main
table.
column: The blob column.
Return Value.
0 on success, -1 on
failure.

