Lists the schemas in a given source.
If recursive is TRUE then include parent sources. If FALSE then only include the schemas from one source (ie: one directory). You probably want TRUE.
Non-relocatable schemas are those for which you can call Settings.new. Relocatable schemas are those for which you must use Settings.newWithPath.
Do not call this function from normal programs. This is designed for use by database editors, commandline tools, etc.
if we should recurse
the list of non-relocatable schemas, in no defined order
the list of relocatable schemas, in no defined order
2.40
Lists the schemas in a given source.
If recursive is TRUE then include parent sources. If FALSE then only include the schemas from one source (ie: one directory). You probably want TRUE.
Non-relocatable schemas are those for which you can call Settings.new. Relocatable schemas are those for which you must use Settings.newWithPath.
Do not call this function from normal programs. This is designed for use by database editors, commandline tools, etc.