Uses of Class
org.apache.calcite.avatica.MissingResultsException
-
Packages that use MissingResultsException Package Description org.apache.calcite.avatica Avatica JDBC framework.org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of MissingResultsException in org.apache.calcite.avatica
Methods in org.apache.calcite.avatica that throw MissingResultsException Modifier and Type Method Description Meta.FrameMeta. fetch(Meta.StatementHandle h, long offset, int fetchMaxRowCount)Returns a frame of rows.Meta.FrameMetaImpl. fetch(AvaticaStatement stmt, java.util.List<TypedValue> parameterValues, long offset, int fetchMaxRowCount) -
Uses of MissingResultsException in org.apache.calcite.avatica.remote
Methods in org.apache.calcite.avatica.remote that throw MissingResultsException Modifier and Type Method Description Meta.FrameRemoteMeta. fetch(Meta.StatementHandle h, long offset, int fetchMaxRowCount)
-