Package | Description |
---|---|
org.eclipse.rdf4j.query.algebra.evaluation.function.xsd |
Functions for casting values to various XML Schema datatypes
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanCast
A
Function that tries to cast its argument to an
xsd:boolean. |
class |
ByteCast
A
Function that tries to cast its argument to an
xsd:byte . |
class |
DateTimeCast
A
Function that tries to cast its argument to an
xsd:dateTime. |
class |
DecimalCast
A
Function that tries to cast its argument to an
xsd:decimal. |
class |
DoubleCast
A
Function that tries to cast its argument to an
xsd:double. |
class |
FloatCast
A
Function that tries to cast its argument to an
xsd:float. |
class |
IntCast
A
Function that tries to cast its argument to an
xsd:int . |
class |
IntegerCast
A
Function that tries to cast its argument to an
xsd:integer . |
class |
IntegerCastFunction
Abstract superclass for
CastFunction s that cast their arguments to an xsd:integer or one of its derived
types. |
class |
LongCast
A
IntegerCastFunction that tries to cast its argument to an xsd:long . |
class |
NegativeIntegerCast
A
Function that tries to cast its argument to an
xsd:negativeInteger . |
class |
NonNegativeIntegerCast
A
Function that tries to cast its argument to an
xsd:nonNegativeInteger . |
class |
NonPositiveIntegerCast
A
Function that tries to cast its argument to an
xsd:nonPositiveInteger . |
class |
PositiveIntegerCast
A
Function that tries to cast its argument to an
xsd:positiveInteger . |
class |
ShortCast
A
Function that tries to cast its argument to an
xsd:short . |
class |
StringCast
A
Function that tries to cast its argument to an
xsd:string. |
class |
UnsignedByteCast
A
IntegerCastFunction that tries to cast its argument to an xsd:unsignedByte . |
class |
UnsignedIntCast
A
IntegerCastFunction that tries to cast its argument to an xsd:unsignedInt . |
class |
UnsignedLongCast
A
IntegerCastFunction that tries to cast its argument to an xsd:unsignedShort . |
class |
UnsignedShortCast
A
IntegerCastFunction that tries to cast its argument to an xsd:unsignedShort . |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.