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 |
ByteCast
A
Function that tries to cast its argument to an
xsd:byte . |
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 |
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 |
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.