rwlogo

Rogue Wave DBLink API Reference Guide

Product Documentation:

Rogue Wave DBLink
Documentation Home

List of all members | Public Attributes
IldBytes Struct Reference

This structure is used to handle long binary data. More...

#include <ildblink/ild.h>

Public Attributes

IlUInt _size
 
IlUChar_value
 

Detailed Description

This structure is used to handle long binary data.

Library: dbkernel

The array _value data member is not terminated by a null character. Consequently, the data member _size is the only reliable way to know and to set the size of _value. The size is indicated as a number of bytes.

In RDBMSs that support short binary types (such as BINARY, VARBINARY), DB Link handles such data as strings (that is, char*).

See Also
IlUChar

Member Data Documentation

IlUInt IldBytes::_size

Size of the binary data.

IlUChar* IldBytes::_value

The data itself.


© Copyright 2014, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.