Uses of Class
org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.CastFunction
Package
Description
Functions for casting values to various XML Schema datatypes
-
Uses of CastFunction in org.eclipse.rdf4j.query.algebra.evaluation.function
Modifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.useDateTimeCast
instead.class
Deprecated.useDecimalCast
instead.class
Deprecated.useDoubleCast
instead.class
Deprecated.useFloatCast
instead.class
Deprecated.useIntegerCast
insteadclass
Deprecated.useStringCast
instead -
Uses of CastFunction in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
Modifier and TypeClassDescriptionclass
AFunction
that tries to cast its argument to an xsd:boolean.class
AFunction
that tries to cast its argument to an xsd:byte .class
AFunction
that tries to cast its argument to an xsd:date.class
AFunction
that tries to cast its argument to an xsd:dateTime.class
AFunction
that tries to cast its argument to an xsd:decimal.class
AFunction
that tries to cast its argument to an xsd:double.class
AFunction
that tries to cast its argument to an xsd:float.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
Abstract superclass forCastFunction
s that cast their arguments to an xsd:integer or one of its derived types.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
AFunction
that tries to cast its argument to an xsd:string.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 .
BooleanCast
instead