Uses of Class
org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.IntegerCastFunction
-
Packages that use IntegerCastFunction Package Description org.eclipse.rdf4j.query.algebra.evaluation.function org.eclipse.rdf4j.query.algebra.evaluation.function.xsd Functions for casting values to various XML Schema datatypes -
-
Uses of IntegerCastFunction in org.eclipse.rdf4j.query.algebra.evaluation.function
Subclasses of IntegerCastFunction in org.eclipse.rdf4j.query.algebra.evaluation.function Modifier and Type Class Description class
IntegerCast
Deprecated.useIntegerCast
instead -
Uses of IntegerCastFunction in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
Subclasses of IntegerCastFunction in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd Modifier and Type Class Description class
ByteCast
AFunction
that tries to cast its argument to an xsd:byte .class
IntCast
AFunction
that tries to cast its argument to an xsd:int .class
IntegerCast
AFunction
that tries to cast its argument to an xsd:integer .class
LongCast
AIntegerCastFunction
that tries to cast its argument to an xsd:long .class
NegativeIntegerCast
AFunction
that tries to cast its argument to an xsd:negativeInteger .class
NonNegativeIntegerCast
AFunction
that tries to cast its argument to an xsd:nonNegativeInteger .class
NonPositiveIntegerCast
AFunction
that tries to cast its argument to an xsd:nonPositiveInteger .class
PositiveIntegerCast
AFunction
that tries to cast its argument to an xsd:positiveInteger .class
ShortCast
AFunction
that tries to cast its argument to an xsd:short .class
UnsignedByteCast
AIntegerCastFunction
that tries to cast its argument to an xsd:unsignedByte .class
UnsignedIntCast
AIntegerCastFunction
that tries to cast its argument to an xsd:unsignedInt .class
UnsignedLongCast
AIntegerCastFunction
that tries to cast its argument to an xsd:unsignedShort .class
UnsignedShortCast
AIntegerCastFunction
that tries to cast its argument to an xsd:unsignedShort .
-