MCPcopy Create free account
hub / github.com/BaseXdb/basex / data

Method data

basex-core/src/main/java/org/basex/query/var/Var.java:118–120  ·  view source on GitHub ↗

Returns the data reference bound to this variable. See Expr#data for details. @return data reference (can be null)

()

Source from the content-addressed store, hash-verified

116 * @return data reference (can be {@code null})
117 */
118 public Data data() {
119 return ex != null ? ex.data() : null;
120 }
121
122 /**
123 * Declared type of this variable.

Callers 15

runMethod · 0.45
connectToBasexMethod · 0.45
endDocumentMethod · 0.45
dbnodesMethod · 0.45
DiskDataMethod · 0.45
createMethod · 0.45
attachVariableMethod · 0.45
cacheMethod · 0.45
updateMethod · 0.45
compileDataMethod · 0.45
toDBNodeMethod · 0.45
toDataMethod · 0.45

Calls

no outgoing calls

Tested by 3

runMethod · 0.36
parseMethod · 0.36
toValueMethod · 0.36