Contents:
Introduction
Search: |
IntroductionThis is a short User's Guide to the Emdros Query Tool (aka eqt). The Emdros Query Tool reads MQL queries and gives back the results in a way that makes sense in the context of your database. Origins of the query toolThe original algorithms for the Emdros Query Tool were written by Hendrik Jan Bosman in Python. Thus he is the real father of the Emdros Query Tool. The algorithms were rewritten in C++ by Ulrik Petersen. This GuideThis User's Guide is divided into four parts:
PCRE LibraryRegular expression support is provided by the PCRE library package, which is open source software, written by Philip Hazel, and copyright by the University of Cambridge, England. PCRE can be downloaded from: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ |