MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
MgClobProperty Class Reference

Stores CLOB (Character Large Object) data with an associated key name. More...

+ Inheritance diagram for MgClobProperty:

List of all members.

Public Member Functions

INT16 GetPropertyType ()
 
MgByteReaderGetValue ()
 Gets the property value.
 MgClobProperty (CREFSTRING name, MgByteReader *value)
 Constructs an MgClobProperty object.
void SetValue (MgByteReader *value)
 

Friends

class MgPropertyCollection

Detailed Description

Stores CLOB (Character Large Object) data with an associated key name.

Remarks:
You can store an instance of this class in an MgPropertyCollection object. Use the key name to retrieve the instance from the property collection.