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
|
Class and Description |
---|
BooleanCast
A
Function that tries to cast its argument to an
xsd:boolean. |
DateTimeCast
A
Function that tries to cast its argument to an
xsd:dateTime. |
DecimalCast
A
Function that tries to cast its argument to an
xsd:decimal. |
DoubleCast
A
Function that tries to cast its argument to an
xsd:double. |
FloatCast
A
Function that tries to cast its argument to an
xsd:float. |
IntegerCast
A
Function that tries to cast its argument to an
xsd:integer . |
StringCast
A
Function that tries to cast its argument to an
xsd:string. |
Class and Description |
---|
CastFunction
Abstract superclass for
Function s that cast an argument
to an XML Schema datatype. |
IntegerCastFunction
Abstract superclass for
CastFunction s that cast their arguments to an xsd:integer or one of its derived
types. |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.