标签:XQuery

  • XQuery 字符串函数 string-join()函数

    XQuery字符串函数string-join()函数介绍string-join()函数用来连接各种序列分离由给定的分隔符。XQuery字符串函数string-join()函数语法str

  • XQuery 字符串函数 concat()函数

    XQuery字符串函数concat()函数介绍concat()函数是用来连接不同的字符串。XQuery字符串函数concat()函数语法concat($inputasxs:anyAtomicTyp

  • XQuery 字符串函数 string-length()函数

    XQuery字符串函数string-length()函数介绍string-length()函数是用来得到一个字符串的长度。XQuery字符串函数string-length()函数语法strin

  • XQuery 字符串函数

    下表列出了XQuery提供的常用字符串操作函数。函数名描述string-length($stringasxs:string)asxs:integer返回字符串的长度。concat($inputas

  • XQuery 序列函数 subsequence()函数

    XQuery序列函数subsequence()函数介绍subsequence()函数用于获得含有存在于给定序列请求的项目的顺序。XQuery序列函数subsequence()函数语

  • XQuery 序列函数 position()函数

    XQuery序列函数position()函数介绍position()函数在FLOWR表达用于获取一个项目在一个序列中的位置。XQuery序列函数position()函数语法posit

  • XQuery 序列函数 last()函数

    XQuery序列函数last()函数介绍last()函数是用于获取给定的顺序中的最后一项。XQuery序列函数last()函数语法last()XQuery序列函数last()函数

  • XQuery 序列函数 index-of()函数

    XQuery序列函数index-of()函数介绍index-of()函数被用于跟踪所述给定序列中的项目。它返回整数以指示给定序列中项目的可用性。XQuery序列函

  • XQuery 序列函数 reverse()函数

    XQuery序列函数reverse()函数介绍reverse()函数用于反转给定的序列。此函数返回修改后的序列,但原始序列未更改。XQuery序列函数reverse()

  • XQuery 序列函数 remove()函数

    XQuery序列函数remove()函数介绍remove函数用于在从任意位置的给定序列中删除项目。此函数返回修改后的序列,但原始序列未更改。XQuery序列