Uses of Class
org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.CastFunction
-
Packages that use CastFunction 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 CastFunction in org.eclipse.rdf4j.query.algebra.evaluation.function
Subclasses of CastFunction in org.eclipse.rdf4j.query.algebra.evaluation.function Modifier and Type Class Description class
BooleanCast
Deprecated.useBooleanCast
insteadclass
DateTimeCast
Deprecated.useDateTimeCast
instead.class
DecimalCast
Deprecated.useDecimalCast
instead.class
DoubleCast
Deprecated.useDoubleCast
instead.class
FloatCast
Deprecated.useFloatCast
instead.class
IntegerCast
Deprecated.useIntegerCast
insteadclass
StringCast
Deprecated.useStringCast
instead -
Uses of CastFunction in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
Subclasses of CastFunction in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd Modifier and Type Class Description class
BooleanCast
AFunction
that tries to cast its argument to an xsd:boolean.class
ByteCast
AFunction
that tries to cast its argument to an xsd:byte .class
DateTimeCast
AFunction
that tries to cast its argument to an xsd:dateTime.class
DecimalCast
AFunction
that tries to cast its argument to an xsd:decimal.class
DoubleCast
AFunction
that tries to cast its argument to an xsd:double.class
FloatCast
AFunction
that tries to cast its argument to an xsd:float.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
IntegerCastFunction
Abstract superclass forCastFunction
s that cast their arguments to an xsd:integer or one of its derived types.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
StringCast
AFunction
that tries to cast its argument to an xsd:string.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 .
-