Returns an Array of unencoded QueryKey parts
Returns an encoded SchemaKey string suitable for sending to the server.
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 SchemaKey from an Array of unencoded SchemaKey string parts.
Optional
Create new SchemaKey from a SchemaKey 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