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