Uses of Class
com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
-
Packages that use ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall Package Description com.ocient.jdbc com.ocient.jdbc.proto -
-
Uses of ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall in com.ocient.jdbc
Methods in com.ocient.jdbc with parameters of type ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall Modifier and Type Method Description intXGStatement. fetchSystemMetadataInt(ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall call)ResultSetXGStatement. fetchSystemMetadataResultSet(ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall call, String schema, String table, String col, boolean test)StringXGStatement. fetchSystemMetadataString(ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall call) -
Uses of ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall in com.ocient.jdbc.proto
Methods in com.ocient.jdbc.proto that return ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall Modifier and Type Method Description static ClientWireProtocol.FetchSystemMetadata.SystemMetadataCallClientWireProtocol.FetchSystemMetadata.SystemMetadataCall. forNumber(int value)ClientWireProtocol.FetchSystemMetadata.SystemMetadataCallClientWireProtocol.FetchSystemMetadata.Builder. getCall().xg.cmdcomp.FetchSystemMetadata.SystemMetadataCall call = 1;ClientWireProtocol.FetchSystemMetadata.SystemMetadataCallClientWireProtocol.FetchSystemMetadata. getCall().xg.cmdcomp.FetchSystemMetadata.SystemMetadataCall call = 1;ClientWireProtocol.FetchSystemMetadata.SystemMetadataCallClientWireProtocol.FetchSystemMetadataOrBuilder. getCall().xg.cmdcomp.FetchSystemMetadata.SystemMetadataCall call = 1;static ClientWireProtocol.FetchSystemMetadata.SystemMetadataCallClientWireProtocol.FetchSystemMetadata.SystemMetadataCall. valueOf(int value)Deprecated.static ClientWireProtocol.FetchSystemMetadata.SystemMetadataCallClientWireProtocol.FetchSystemMetadata.SystemMetadataCall. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ClientWireProtocol.FetchSystemMetadata.SystemMetadataCallClientWireProtocol.FetchSystemMetadata.SystemMetadataCall. valueOf(String name)Returns the enum constant of this type with the specified name.static ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall[]ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ocient.jdbc.proto that return types with arguments of type ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall>ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall. internalGetValueMap()Methods in com.ocient.jdbc.proto with parameters of type ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall Modifier and Type Method Description ClientWireProtocol.FetchSystemMetadata.BuilderClientWireProtocol.FetchSystemMetadata.Builder. setCall(ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall value).xg.cmdcomp.FetchSystemMetadata.SystemMetadataCall call = 1;
-