Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.apache.derby.iapi.types.XMLDataValue

Uses of XMLDataValue in org.apache.derby.iapi.types
 

Classes in org.apache.derby.iapi.types that implement XMLDataValue
 class XML
          This type implements the XMLDataValue interface and thus is the type on which all XML related operations are executed.
 

Methods in org.apache.derby.iapi.types that return XMLDataValue
 XMLDataValue StringDataValue.XMLParse(XMLDataValue result, boolean preserveWS)
           
 XMLDataValue SQLChar.XMLParse(XMLDataValue result, boolean preserveWS)
           
 XMLDataValue DataValueFactoryImpl.getXMLDataValue()
          getXMLDataValue: Get a SQL null value with XML type.
 XMLDataValue DataValueFactoryImpl.getXMLDataValue(XMLDataValue previous)
          getXMLDataValue: Get a null XML value.
 XMLDataValue DataValueFactoryImpl.getNullXML(XMLDataValue dataValue)
          getNullXML: Get an XML with a SQL null value.
 XMLDataValue DataValueFactory.getXMLDataValue()
          Get a null XML value.
 XMLDataValue DataValueFactory.getXMLDataValue(XMLDataValue previous)
           
 XMLDataValue DataValueFactory.getNullXML(XMLDataValue dataValue)
          Get an XML with a SQL null value.
 

Methods in org.apache.derby.iapi.types with parameters of type XMLDataValue
 BooleanDataValue XMLDataValue.XMLExists(StringDataValue xExpr, XMLDataValue xml)
          The SQL/XML XMLExists operator.
 BooleanDataValue XML.XMLExists(StringDataValue xExpr, XMLDataValue xml)
          The SQL/XML XMLExists operator.
 XMLDataValue StringDataValue.XMLParse(XMLDataValue result, boolean preserveWS)
           
 XMLDataValue SQLChar.XMLParse(XMLDataValue result, boolean preserveWS)
           
 XMLDataValue DataValueFactoryImpl.getXMLDataValue(XMLDataValue previous)
          getXMLDataValue: Get a null XML value.
 XMLDataValue DataValueFactoryImpl.getNullXML(XMLDataValue dataValue)
          getNullXML: Get an XML with a SQL null value.
 XMLDataValue DataValueFactory.getXMLDataValue(XMLDataValue previous)
           
 XMLDataValue DataValueFactory.getNullXML(XMLDataValue dataValue)
          Get an XML with a SQL null value.