bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

Building Queries and Data Views

 Previous Next Contents Index View as PDF  

Type Casting to a Numeric Target

The following table shows whether Liquid Data transforms a source node data type to the numeric data type of the target node.

Target:
xs:byte

Target:
xs:short

Target:
xs:int

Target:
xs:long

Target:
xs:integer

Target:
xs:decimal

Target:
xs:float

Target:
xs:double

xs:byte

N

Y

Y

Y

Y

Y

Y

Y

xs:short

Y

N

Y

Y

Y

Y

Y

Y

xs:int

Y

Y

N

Y

Y

Y

Y

Y

xs:long

Y

Y

Y

N

Y

Y

Y

Y

xs:integer

Y

Y

Y

Y

N

Y

Y

Y

xs:decimal

Y

Y

Y

Y

Y

N

Y

Y

xs:float

Y

Y

Y

Y

Y

Y

N

Y

xs:double

Y

Y

Y

Y

Y

Y

Y

N

xs:string

Y

Y

Y

Y

Y

Y

Y

Y

xs:boolean

Y

Y

Y

Y

Y

Y

Y

Y

xs:date

N

N

N

N

N

N

N

N

xs:time

N

N

N

N

N

N

N

N

xs:dateTime

N

N

N

N

N

N

N

N

xsext:anyValue
xsext:anyType
xsext:item

Y

Y

Y

Y

Y

Y

Y

Y


 

 

Back to Top Previous Next