Package org.teiid
Interface PreParser
-
public interface PreParser
Extension to allow for manipulation of incoming query strings prior to parsing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
preParse(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:
-
-