Uses of Class
com.salesforce.hyperdb.grpc.AttachedDatabase
-
Packages that use AttachedDatabase Package Description com.salesforce.hyperdb.grpc -
-
Uses of AttachedDatabase in com.salesforce.hyperdb.grpc
Methods in com.salesforce.hyperdb.grpc that return AttachedDatabase Modifier and Type Method Description AttachedDatabaseAttachedDatabase.Builder. build()AttachedDatabaseAttachedDatabase.Builder. buildPartial()AttachedDatabaseQueryParam.Builder. getDatabase(int index)repeated .salesforce.hyperdb.grpc.v1.AttachedDatabase database = 2;AttachedDatabaseQueryParam. getDatabase(int index)repeated .salesforce.hyperdb.grpc.v1.AttachedDatabase database = 2;AttachedDatabaseQueryParamOrBuilder. getDatabase(int index)repeated .salesforce.hyperdb.grpc.v1.AttachedDatabase database = 2;static AttachedDatabaseAttachedDatabase. getDefaultInstance()AttachedDatabaseAttachedDatabase.Builder. getDefaultInstanceForType()AttachedDatabaseAttachedDatabase. getDefaultInstanceForType()static AttachedDatabaseAttachedDatabase. parseDelimitedFrom(InputStream input)static AttachedDatabaseAttachedDatabase. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttachedDatabaseAttachedDatabase. parseFrom(byte[] data)static AttachedDatabaseAttachedDatabase. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttachedDatabaseAttachedDatabase. parseFrom(com.google.protobuf.ByteString data)static AttachedDatabaseAttachedDatabase. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttachedDatabaseAttachedDatabase. parseFrom(com.google.protobuf.CodedInputStream input)static AttachedDatabaseAttachedDatabase. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttachedDatabaseAttachedDatabase. parseFrom(InputStream input)static AttachedDatabaseAttachedDatabase. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttachedDatabaseAttachedDatabase. parseFrom(ByteBuffer data)static AttachedDatabaseAttachedDatabase. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.salesforce.hyperdb.grpc that return types with arguments of type AttachedDatabase Modifier and Type Method Description List<AttachedDatabase>QueryParam.Builder. getDatabaseList()repeated .salesforce.hyperdb.grpc.v1.AttachedDatabase database = 2;List<AttachedDatabase>QueryParam. getDatabaseList()repeated .salesforce.hyperdb.grpc.v1.AttachedDatabase database = 2;List<AttachedDatabase>QueryParamOrBuilder. getDatabaseList()repeated .salesforce.hyperdb.grpc.v1.AttachedDatabase database = 2;com.google.protobuf.Parser<AttachedDatabase>AttachedDatabase. getParserForType()static com.google.protobuf.Parser<AttachedDatabase>AttachedDatabase. parser()Methods in com.salesforce.hyperdb.grpc with parameters of type AttachedDatabase Modifier and Type Method Description QueryParam.BuilderQueryParam.Builder. addDatabase(int index, AttachedDatabase value)repeated .salesforce.hyperdb.grpc.v1.AttachedDatabase database = 2;QueryParam.BuilderQueryParam.Builder. addDatabase(AttachedDatabase value)repeated .salesforce.hyperdb.grpc.v1.AttachedDatabase database = 2;AttachedDatabase.BuilderAttachedDatabase.Builder. mergeFrom(AttachedDatabase other)static AttachedDatabase.BuilderAttachedDatabase. newBuilder(AttachedDatabase prototype)QueryParam.BuilderQueryParam.Builder. setDatabase(int index, AttachedDatabase value)repeated .salesforce.hyperdb.grpc.v1.AttachedDatabase database = 2;Method parameters in com.salesforce.hyperdb.grpc with type arguments of type AttachedDatabase Modifier and Type Method Description QueryParam.BuilderQueryParam.Builder. addAllDatabase(Iterable<? extends AttachedDatabase> values)repeated .salesforce.hyperdb.grpc.v1.AttachedDatabase database = 2;
-