Package org.apache.calcite.avatica
Class Meta.StatementHandle
java.lang.Object
org.apache.calcite.avatica.Meta.StatementHandle
- Enclosing interface:
- Meta
Statement handle.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Stringfinal intOnly present for PreparedStatement handles, null otherwise. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
connectionId
-
id
public final int id -
signature
Only present for PreparedStatement handles, null otherwise.
-
-
Constructor Details
-
StatementHandle
-
-
Method Details
-
toString
-
toProto
public org.apache.calcite.avatica.proto.Common.StatementHandle toProto() -
fromProto
public static Meta.StatementHandle fromProto(org.apache.calcite.avatica.proto.Common.StatementHandle protoHandle) -
hashCode
public int hashCode() -
equals
-