Class StormSql

java.lang.Object
org.apache.storm.sql.StormSql

public abstract class StormSql extends Object
The StormSql class provides standalone, interactive interfaces to execute SQL statements over streaming data.

The StormSql class is stateless. The user needs to submit the data definition language (DDL) statements and the query statements in the same batch.