StaticdecodeUse QueryKey encoding to decode a single part. This matches org.labkey.api.query.QueryKey.decodePart() in the Java API.
StaticencodeUse QueryKey encoding to encode a single part. This matches org.labkey.api.query.QueryKey.encodePart() in the Java API.
StaticfromCreate new FieldKey from an Array of unencoded FieldKey string parts.
Optionalparts: anyStaticfromCreate new FieldKey from a FieldKey encoded string with parts separated by '/' characters.
StaticneedsReturns true if the part needs to be SQL quoted.
StaticquoteSQL quotes a bare string.
String to be quoted.
Quoted string.
Returns an Array of unencoded QueryKey parts