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