Uses of Class
org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.IntegerCastFunction
Package
Description
Functions for casting values to various XML Schema datatypes
-
Uses of IntegerCastFunction in org.eclipse.rdf4j.query.algebra.evaluation.function
-
Uses of IntegerCastFunction in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
Modifier and TypeClassDescriptionclass
AFunction
that tries to cast its argument to an xsd:byte .class
AFunction
that tries to cast its argument to an xsd:int .class
AFunction
that tries to cast its argument to an xsd:integer .class
AIntegerCastFunction
that tries to cast its argument to an xsd:long .class
AFunction
that tries to cast its argument to an xsd:negativeInteger .class
AFunction
that tries to cast its argument to an xsd:nonNegativeInteger .class
AFunction
that tries to cast its argument to an xsd:nonPositiveInteger .class
AFunction
that tries to cast its argument to an xsd:positiveInteger .class
AFunction
that tries to cast its argument to an xsd:short .class
AIntegerCastFunction
that tries to cast its argument to an xsd:unsignedByte .class
AIntegerCastFunction
that tries to cast its argument to an xsd:unsignedInt .class
AIntegerCastFunction
that tries to cast its argument to an xsd:unsignedShort .class
AIntegerCastFunction
that tries to cast its argument to an xsd:unsignedShort .
IntegerCast
instead