Package org.teiid
Interface PreParser
-
public interface PreParserExtension to allow for manipulation of incoming query strings prior to parsing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringpreParse(String command, CommandContext context)Return a rewritten form of the incoming command
-
-
-
Method Detail
-
preParse
String preParse(String command, CommandContext context)
Return a rewritten form of the incoming command- Parameters:
command-context-- Returns:
-
-