Table G-16. XQuery Types Supported for XQJ get Methods
|
get Method
|
Supported XQuery Type
|
|
getAtomicValue
|
xs:anyAtomicType (or any of its built-in subtypes derived by restriction)
|
|
getBoolean
|
xs:boolean
|
|
getByte
|
xs:decimal (or any of its built-in subtypes derived by restriction)
|
|
getDouble
|
xs:double
|
|
getFloat
|
xs:float
|
|
getInt
|
xs:decimal (or any of its built-in subtypes derived by restriction)
|
|
getLong
|
xs:decimal (or any of its built-in subtypes derived by restriction)
|
|
getNode
|
node( )
|
|
getObject
|
xs:anyAtomicType or node( )
|
|
getShort
|
xs:decimal (or any of its built-in subtypes derived by restriction)
|