Modifier and Type | Field and Description |
---|---|
String |
connectionId |
int |
id |
Meta.Signature |
signature
Only present for PreparedStatement handles, null otherwise.
|
Constructor and Description |
---|
StatementHandle(String connectionId,
int id,
Meta.Signature signature) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static Meta.StatementHandle |
fromProto(org.apache.calcite.avatica.proto.Common.StatementHandle protoHandle) |
int |
hashCode() |
org.apache.calcite.avatica.proto.Common.StatementHandle |
toProto() |
String |
toString() |
public final String connectionId
public final int id
public Meta.Signature signature
public StatementHandle(String connectionId, int id, Meta.Signature signature)
public org.apache.calcite.avatica.proto.Common.StatementHandle toProto()
public static Meta.StatementHandle fromProto(org.apache.calcite.avatica.proto.Common.StatementHandle protoHandle)
Copyright © 2012-2024 Apache Software Foundation. All Rights Reserved.