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

Method get

basex-core/src/main/java/org/basex/query/value/seq/IntSeq.java:168–170  ·  view source on GitHub ↗

Creates an xs:integer sequence with the specified values. @param values values @return value

(final int[] values)

Source from the content-addressed store, hash-verified

166 * @return value
167 */
168 public static Value get(final int[] values) {
169 return get(values, BasicType.INTEGER);
170 }
171
172 /**
173 * Creates a sequence with the specified values.

Callers 15

queryBindSequenceMethod · 0.95
ddoMethod · 0.95
valueMethod · 0.95
valueMethod · 0.95
valueMethod · 0.95
valueMethod · 0.95
toValueMethod · 0.95
valueMethod · 0.95
valueMethod · 0.95
valueMethod · 0.95
valueMethod · 0.95
valueMethod · 0.95

Calls 3

getMethod · 0.95
getMethod · 0.95
getMethod · 0.95

Tested by 1

queryBindSequenceMethod · 0.76