OCILIB (C and C++ Driver for Oracle)  4.7.7
Open source and cross platform Oracle Driver delivering efficient access to Oracle databases.
Loading...
Searching...
No Matches
ocilib::XmlType Class Reference

Object identifying the SQL data type XMLTYPE. More...

#include <types.hpp>

Inherits ocilib::core::HandleHolder< OCI_XmlType * >, and ocilib::core::Streamable.

Public Member Functions

ostring ToString () const override
 return a string representation of the current XmlType
 

Detailed Description

Object identifying the SQL data type XMLTYPE.

This class wraps the OCILIB object handle OCI_XmlType and its related methods

Definition at line 5050 of file types.hpp.

Member Function Documentation

◆ ToString()

ostring ocilib::XmlType::ToString ( ) const
inlineoverridevirtual

return a string representation of the current XmlType

Implements ocilib::core::Streamable.

Definition at line 36 of file XmlType.hpp.

References ocilib::core::Check(), OCI_XmlTypeGetContent(), and OCI_XmlTypeGetContentSize().