Class Meta.ExecuteResult

java.lang.Object
org.apache.calcite.avatica.Meta.ExecuteResult
Enclosing interface:
Meta

public static class Meta.ExecuteResult extends Object
Response from execute.

Typically a query will have a result set and rowCount = -1; a DML statement will have a rowCount and no result sets.