Static
decodeUse QueryKey encoding to decode a single part. This matches org.labkey.api.query.QueryKey.decodePart() in the Java API.
Static
encodeUse QueryKey encoding to encode a single part. This matches org.labkey.api.query.QueryKey.encodePart() in the Java API.
Static
fromCreate new FieldKey from an Array of unencoded FieldKey string parts.
Optional
parts: anyStatic
fromCreate new FieldKey from a FieldKey encoded string with parts separated by '/' characters.
Static
needsReturns true if the part needs to be SQL quoted.
Static
quoteSQL quotes a bare string.
String to be quoted.
Quoted string.
Returns an Array of unencoded QueryKey parts