public interface SQLParseElement
SQLXContentSourceParser
The SQLXContentSourceParser
receives a JSON structured body in the form of:
{
"stmt": "...",
"other_property": "..."
}
it then utilizes a SQLParseElement
for each property in that structure.
E.g. for "stmt" property the SQLStmtParseElement
is used.Modifier and Type | Method and Description |
---|---|
void |
parse(org.elasticsearch.common.xcontent.XContentParser parser,
SQLXContentSourceContext context) |
void parse(org.elasticsearch.common.xcontent.XContentParser parser, SQLXContentSourceContext context) throws java.lang.Exception
java.lang.Exception