The glob()
function implements the matching
algorithm used by the SQL expression
, and is
normally not called directly by user-provided SQL expressions.
This function exists so that it may be overridden with a
user-defined SQL function, providing a user-defined string
GLOB
pattern
GLOB
operator.
Note that the order of the parameters
differs between the GLOB
expression and the glob()
function.