| This class is loaded by the Oracle Plugin and registered with all Oracle
Sessions as the query tokenizer if the plugin is loaded. It handles some
of the syntax allowed in SQL-Plus scripts that would be hard to parse in a
generic way for any database. It handles create statements for stored
procedures, triggers, functions and anonymous procedure blocks. It can also
handle "/" as the statement terminator in leiu of or in addition to the
default statement separator which is ";". This class is not meant to fully
replicate all of the syntax available in the highly expressive and venerable
SQL-Plus reporting tool.
author: manningr |