11.07.2015 Views

Caché ObjectScript Reference - InterSystems Documentation

Caché ObjectScript Reference - InterSystems Documentation

Caché ObjectScript Reference - InterSystems Documentation

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Structured System Variables$QUERY treats all global lock variable names, subscripted or unsubscripted, as characterstrings and retrieves them in string collating order. Therefore, $QUERY(^$LOCK("")) retrievethe first lock name in collating sequence order: either ^$LOCK("^A”) or a <strong>Caché</strong>-definedlock higher in the collating sequence. $QUERY(^$LOCK("^C")) retrieves the next lock namein collating sequence after the non-existent ^C: ^$LOCK("^D”).$QUERY(^$LOCK("^A(1,2)")) retrieve ^$LOCK("^A(1,2,3)”) which follows it in collationsequence.See Also• LOCK command• $DATA function• $ORDER function• $QUERY function• $ZNSPACE special variable• $ZUTIL(90,10) Test Whether a Namespace is Defined function• Configuring Namespaces in <strong>Caché</strong> System Administration Guide^$ROUTINEProvides routine information.^$|nspace|ROUTINE(routine_name)^$|nspace|R(routine_name)Parameters|nspace|or[nspace]routine_nameOptional — An extended global reference, either an explicitnamespace name or an implied namespace. Must evaluate to aquoted string, which is enclosed in either square brackets([“nspace”]) or vertical bars (|“nspace”|). Namespace names arecase-insensitive; they are stored and displayed in uppercaseletters.An expression that evaluates to a string containing the name ofa routine.510 <strong>Caché</strong> <strong>ObjectScript</strong> <strong>Reference</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!