Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgReader
Close
GetBLOB
GetBoolean
GetByte
GetCLOB
GetDateTime
GetDouble
GetGeometry
GetInt16
GetInt32
GetInt64
GetPropertyCount
GetPropertyName
GetPropertyType
GetRaster
GetReaderType
GetSingle
GetString
IsNull
ReadNext
virtual
MgByteReader
* MgReader::GetCLOB
(
CREFSTRING
propertyName
)
[pure virtual]
Gets the CLOB value of the specified property.
Remarks:
No conversion is performed. Therefore, the property must be a of type
MgPropertyType::Clob
or an
MgInvalidPropertyTypeException
is thrown.
.NET Syntax
virtual
MgByteReader
GetCLOB(string propertyName);
Java Syntax
virtual
MgByteReader
GetCLOB(String propertyName);
PHP Syntax
virtual
MgByteReader
GetCLOB(string propertyName);
Parameters:
propertyName
(String/string) The property name.
Returns:
Returns the CLOB value in an
MgByteReader
object.
Exceptions:
MgInvalidPropertyTypeException.
Comments or suggestions? Send us
feedback
.