Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Understanding Data Types and Field Properties
  2. Designing Processes
  3. Using and Displaying Data
  4. Designing Guides
  5. Designing Process Objects
  6. Designing Service Connectors
  7. Using App Connections
  8. System Services, Listeners and Connectors
  9. Designing Human Tasks

Design

Design

default-collation

default-collation

The concept of default-collation is not a direct function in XQuery but rather a setting or property that can affect XQuery expressions, particularly those dealing with collation-sensitive operations such as string comparisons. XQuery relies on this default collation to perform operations, such as sorting and comparing strings when a specific collation is not provided.

Syntax

fn:default-collation()

Return Value

Returns the default collation that is used in most operations where a collation is not explicitly specified. If no default collation is specified in the query prolog, the function returns the system default collation. If no system default collation is defined, the function returns a value representing the Unicode code point collation.

Example

The following expression represents the sample value and return value:
fn:default-collation()
It returns,
http://www.w3.org/2005/ xpath-functions/collation/codepoint
For example, if that is the name of the default collation.

0 COMMENTS

We’d like to hear from you!