Uses of Class
org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
Packages that use Common.MetaDataOperation Package Description org.apache.calcite.avatica.proto org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of Common.MetaDataOperation in org.apache.calcite.avatica.proto
Fields in org.apache.calcite.avatica.proto declared as Common.MetaDataOperation Modifier and Type Field Description private static Common.MetaDataOperation[]Common.MetaDataOperation. VALUESFields in org.apache.calcite.avatica.proto with type parameters of type Common.MetaDataOperation Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<Common.MetaDataOperation>Common.MetaDataOperation. internalValueMapMethods in org.apache.calcite.avatica.proto that return Common.MetaDataOperation Modifier and Type Method Description static Common.MetaDataOperationCommon.MetaDataOperation. forNumber(int value)Common.MetaDataOperationCommon.QueryState.Builder. getOp().MetaDataOperation op = 3;Common.MetaDataOperationCommon.QueryState. getOp().MetaDataOperation op = 3;Common.MetaDataOperationCommon.QueryStateOrBuilder. getOp().MetaDataOperation op = 3;static Common.MetaDataOperationCommon.MetaDataOperation. valueOf(int value)Deprecated.static Common.MetaDataOperationCommon.MetaDataOperation. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Common.MetaDataOperationCommon.MetaDataOperation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Common.MetaDataOperation[]Common.MetaDataOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.calcite.avatica.proto that return types with arguments of type Common.MetaDataOperation Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Common.MetaDataOperation>Common.MetaDataOperation. internalGetValueMap()Methods in org.apache.calcite.avatica.proto with parameters of type Common.MetaDataOperation Modifier and Type Method Description Common.QueryState.BuilderCommon.QueryState.Builder. setOp(Common.MetaDataOperation value).MetaDataOperation op = 3; -
Uses of Common.MetaDataOperation in org.apache.calcite.avatica.remote
Methods in org.apache.calcite.avatica.remote that return Common.MetaDataOperation Modifier and Type Method Description Common.MetaDataOperationMetaDataOperation. toProto()Methods in org.apache.calcite.avatica.remote with parameters of type Common.MetaDataOperation Modifier and Type Method Description static MetaDataOperationMetaDataOperation. fromProto(Common.MetaDataOperation protoOp)
-