Overload | Description |
---|---|
OracleXml Constructor() | Initializes an empty OracleXml object. |
OracleXml Constructor(String) | Initializes an OracleXml object with the specified XML data as string. |
OracleXml Constructor(Char[]) | Initializes an OracleXml object with the specified XML data as an array of symbols. |
OracleXml Constructor(OracleLob) | Initializes an OracleXml object with the specified connection and XML data defined as an Oracle LOB. |
OracleXml Constructor(OracleConnection) | Initializes an empty OracleXml object with the specified connection. |
OracleXml Constructor(OracleLob,OracleConnection) | Initializes a new instance of the OracleXml class with the specified XML data as OracleLob object. |
OracleXml Constructor(Char[],OracleConnection) | Initializes a new instance of the OracleXml class with the specified XML data as an array of symbols. |
OracleXml Constructor(String,OracleConnection) | Initializes a new instance of the OracleXml class with the specified connection and XML data defined as a string. |