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 Function Parameters

In some cases, Liquid Data can transform the data type for a function parameter when a mismatch occurs.

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

N

N

N

N

N

N

N

xs:short

Y

N

N

N

N

N

N

N

xs:int

Y

Y

N

N

N

N

N

N

xs:long

Y

Y

Y

N

N

N

N

N

xs:integer

Y

Y

Y

Y

N

N

N

N

xs:decimal

Y

Y

Y

Y

Y

N

N

N

xs:float

Y

Y

Y

Y

Y

Y

N

N

xs:double

Y

Y

Y

Y

Y

Y

Y

N


 

 

Back to Top Previous Next