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