INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- parse 's' exposing name, container, owner and qualifier
-- compose name from components; result will be in 'last_string'
-- creates items of this comma-delimited list; in the 'last_string'
-- it will be the origin SQL string with liberated "noise";
-- note, that quoted literals are taken as a whole
-- TEMPORARY RESTRICTION: "noise" brackets can't be enclosed
-- converts item list to comma-delimited list
-- expose alias name; returns Void if there is no alias name
-- 'last_string' then contains this name without its alias
-- RESTRICTED VERSION: alway returns Void
-- parses SQL string, exposing parameter lists which will be
-- in 'parameters', resulting SQL string will be in 'last_string'
-- returns True
-- returns True only if 's' is valid parameter name, i.e.
-- contains only 'a'-'z', 'A'-'Z', '0'-'9', '_', '@', '#' or '$'
-- and starts from a letter
-- returns True if 's' starts from a letter and contains
-- only contains only 'a'-'z', 'A'-'Z', '0'-'9', '^', '#', '$',
-- '@' or '_'
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |