|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
OR_ocn932322836 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
151216s2015 caua o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d N$T
|d YDXCP
|d IDEBK
|d OCLCF
|d N$T
|d TEFOD
|d CDX
|d DEBSZ
|d EBLCP
|d HEBIS
|d M$K
|d DEBBG
|d VGM
|d OCLCQ
|d COO
|d CEF
|d WYU
|d C6I
|d UAB
|d AU@
|d OCLCQ
|d OCLCO
|d OCLCQ
|d INARC
|d OCLCO
|
019 |
|
|
|a 931533635
|a 935919659
|a 958083619
|a 958392246
|a 1391908320
|
020 |
|
|
|a 9781491915127
|q (electronic bk.)
|
020 |
|
|
|a 1491915129
|q (electronic bk.)
|
020 |
|
|
|a 9781491915110
|q (electronic bk.)
|
020 |
|
|
|a 1491915110
|q (electronic bk.)
|
020 |
|
|
|a 1491915102
|
020 |
|
|
|a 9781491915103
|
020 |
|
|
|z 9781491915103
|
029 |
1 |
|
|a DEBBG
|b BV043967865
|
029 |
1 |
|
|a DEBSZ
|b 461173867
|
029 |
1 |
|
|a DEBSZ
|b 485783533
|
029 |
1 |
|
|a GBVCP
|b 882847643
|
035 |
|
|
|a (OCoLC)932322836
|z (OCoLC)931533635
|z (OCoLC)935919659
|z (OCoLC)958083619
|z (OCoLC)958392246
|z (OCoLC)1391908320
|
037 |
|
|
|a CL0500000688
|b Safari Books Online
|
037 |
|
|
|a EE76E134-A245-4C4D-8E77-679B40325D43
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76.73.X56
|b W35 2015
|
072 |
|
7 |
|a COM
|x 000000
|2 bisacsh
|
082 |
0 |
4 |
|a 006.7
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Walmsley, Priscilla,
|e author.
|
245 |
1 |
0 |
|a XQuery :
|b search across a variety of XML data /
|c Priscilla Walmsley.
|
250 |
|
|
|a Second edition.
|
264 |
|
1 |
|a Sebastopol, CA :
|b O'Reilly Media,
|c 2015.
|
300 |
|
|
|a 1 online resource (1 volume) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
588 |
0 |
|
|a Online resource; title from title page (Safari, viewed December 10, 2015).
|
500 |
|
|
|a Includes index.
|
505 |
0 |
|
|a Copyright; Table of Contents; Preface; Contents of This Book; Reading the Syntax Diagrams; Conventions Used in This Book; Using Code Examples; Useful Functions; Safari® Books Online; We'd Like to Hear from You; Acknowledgments; Chapter 1. Introduction to XQuery; What Is XQuery?; Capabilities of XQuery; Uses for XQuery; Processing Scenarios; Easing into XQuery; Path Expressions; FLWORs; Adding XML Elements and Attributes; Adding Elements; Adding Attributes; Functions; Joins; Aggregating and Grouping Values; Chapter 2. XQuery Foundations; The Design and History of the XQuery Language.
|
505 |
8 |
|
|a XQuery in ContextXQuery and XPath; XQuery Versus XSLT; XQuery Versus SQL; XQuery and XML Schema; Processing Queries; Input Documents; The Query; The Context; The Query Processor; The Results of the Query; The XQuery Data Model; Nodes; Atomic Values; Sequences; Types; Namespaces; Chapter 3. Expressions: XQuery Building Blocks; Categories of Expressions; Keywords and Names; Whitespace in Queries; Literals; Variables; Function Calls; Comments; Precedence and Parentheses; Comparison Expressions; General Comparisons; Value Comparisons; Node Comparisons; Conditional (if-then-else) Expressions.
|
505 |
8 |
|
|a Conditional Expressions and Effective Boolean ValueNesting Conditional Expressions; Switch Expressions; Logical (and/or) Expressions; Precedence of Logical Expressions; Negating a Boolean Value; Chapter 4. Navigating XML by Using Paths; Path Expressions; Path Expressions and Context; Steps; Axes; Node Tests; Abbreviated Syntax; Other Expressions as Steps; Predicates; Comparisons in Predicates; Using Positions in Predicates; Using Multiple Predicates; More Complex Predicates; A Closer Look at Context; Working with the Context Node; Accessing the Root; Dynamic Paths; The Simple Map Operator.
|
505 |
8 |
|
|a Chapter 5. Adding Elements and Attributes to ResultsIncluding Elements and Attributes from the Input Document; Direct Element Constructors; Containing Literal Characters; Containing Other Element Constructors; Containing Enclosed Expressions; Specifying Attributes Directly; Declaring Namespaces in Direct Constructors; Use Case: Modifying an Element from the Input Document; Direct Element Constructors and Whitespace; Computed Constructors; Computed Element Constructors; Computed Attribute Constructors; Use Case: Turning Content to Markup; Chapter 6. Selecting and Joining Using FLWORs.
|
505 |
8 |
|
|a Selecting with Path ExpressionsFLWOR Expressions; The for Clause; The let Clause; The where Clause; The return Clause; The Scope of Variables; Quantified Expressions; Binding Multiple Variables; Selecting Distinct Values; Joins; Three-Way Joins; Outer Joins; Joins and Types; Chapter 7. Sorting and Grouping; Sorting in XQuery; The order by Clause; The sort Function; Document Order; Document Order Comparisons; Reversing the Order; Indicating That Order Is Not Significant; Grouping; Grouping Using the group by Clause; Aggregating Values; Ignoring "Missing" Values; Counting "Missing" Values.
|
520 |
|
|
|a Designed for query writers who have some knowledge of XML basics, but not necessarily advanced knowledge of XML-related technologies, this book is ideal as both a tutorial and a reference. You?ll find background information for namespaces, schemas, built-in types, and regular expressions that are relevant to writing XML queries.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Query languages (Computer science)
|
650 |
|
0 |
|a XML (Document markup language)
|
650 |
|
6 |
|a Langages d'interrogation.
|
650 |
|
6 |
|a XML (Langage de balisage)
|
650 |
|
7 |
|a COMPUTERS
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Query languages (Computer science)
|2 fast
|
650 |
|
7 |
|a XML (Document markup language)
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Walmsley, Priscilla.
|t XQuery : Search Across a Variety of XML Data.
|d : O'Reilly Media, ©2015
|z 9781491915103
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781491915080/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Coutts Information Services
|b COUT
|n 33326505
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL4333761
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1105723
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis33326505
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12730084
|
938 |
|
|
|a Internet Archive
|b INAR
|n xquerysearchacro0000walm
|
994 |
|
|
|a 92
|b IZTAP
|