Package org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
package org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
Functions for casting values to various XML Schema datatypes
- See Also:
-
ClassDescriptionA
Function
that tries to cast its argument to an xsd:boolean.AFunction
that tries to cast its argument to an xsd:byte .Abstract superclass forFunction
s that cast an argument to an XML Schema datatype.AFunction
that tries to cast its argument to an xsd:date.AFunction
that tries to cast its argument to an xsd:dateTime.AFunction
that tries to cast its argument to an xsd:decimal.AFunction
that tries to cast its argument to an xsd:double.AFunction
that tries to cast its argument to an xsd:float.AFunction
that tries to cast its argument to an xsd:int .AFunction
that tries to cast its argument to an xsd:integer .Abstract superclass forCastFunction
s that cast their arguments to an xsd:integer or one of its derived types.AIntegerCastFunction
that tries to cast its argument to an xsd:long .AFunction
that tries to cast its argument to an xsd:negativeInteger .AFunction
that tries to cast its argument to an xsd:nonNegativeInteger .AFunction
that tries to cast its argument to an xsd:nonPositiveInteger .AFunction
that tries to cast its argument to an xsd:positiveInteger .AFunction
that tries to cast its argument to an xsd:short .AFunction
that tries to cast its argument to an xsd:string.AIntegerCastFunction
that tries to cast its argument to an xsd:unsignedByte .AIntegerCastFunction
that tries to cast its argument to an xsd:unsignedInt .AIntegerCastFunction
that tries to cast its argument to an xsd:unsignedShort .AIntegerCastFunction
that tries to cast its argument to an xsd:unsignedShort .