Class Service.ResultSetResponse

Enclosing interface:
Service

public static class Service.ResultSetResponse extends Service.Response
Response that contains a result set.

Regular result sets have updateCount -1; any other value means a dummy result set that is just a count, and has no signature and no other data.

Several types of request, including Meta.getCatalogs(Meta.ConnectionHandle) and Meta.getSchemas(Meta.ConnectionHandle, String, org.apache.calcite.avatica.Meta.Pat) Meta.getTables(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, List) Meta.getTableTypes(Meta.ConnectionHandle) return this response.

  • Field Details

    • connectionId

      public final String connectionId
    • statementId

      public final int statementId
    • ownStatement

      public final boolean ownStatement
    • signature

      public final Meta.Signature signature
    • firstFrame

      public final Meta.Frame firstFrame
    • updateCount

      public final long updateCount
    • rpcMetadata

      public final Service.RpcMetadataResponse rpcMetadata
  • Constructor Details

  • Method Details