Uses of Class
app.hypi.mekadb.client.PlaceholderPair
-
Packages that use PlaceholderPair Package Description app.hypi.mekadb.client -
-
Uses of PlaceholderPair in app.hypi.mekadb.client
Methods in app.hypi.mekadb.client that return PlaceholderPair Modifier and Type Method Description PlaceholderPairPlaceholderPair.Builder. build()PlaceholderPairPlaceholderPair.Builder. buildPartial()static PlaceholderPairPlaceholderPair. getDefaultInstance()PlaceholderPairPlaceholderPair.Builder. getDefaultInstanceForType()PlaceholderPairPlaceholderPair. getDefaultInstanceForType()PlaceholderPairNamedQueryPlaceHolder.Builder. getValues(int index)repeated .mekadb_client.PlaceholderPair values = 1;PlaceholderPairNamedQueryPlaceHolder. getValues(int index)repeated .mekadb_client.PlaceholderPair values = 1;PlaceholderPairNamedQueryPlaceHolderOrBuilder. getValues(int index)repeated .mekadb_client.PlaceholderPair values = 1;static PlaceholderPairPlaceholderPair. parseDelimitedFrom(java.io.InputStream input)static PlaceholderPairPlaceholderPair. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlaceholderPairPlaceholderPair. parseFrom(byte[] data)static PlaceholderPairPlaceholderPair. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlaceholderPairPlaceholderPair. parseFrom(com.google.protobuf.ByteString data)static PlaceholderPairPlaceholderPair. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlaceholderPairPlaceholderPair. parseFrom(com.google.protobuf.CodedInputStream input)static PlaceholderPairPlaceholderPair. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlaceholderPairPlaceholderPair. parseFrom(java.io.InputStream input)static PlaceholderPairPlaceholderPair. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlaceholderPairPlaceholderPair. parseFrom(java.nio.ByteBuffer data)static PlaceholderPairPlaceholderPair. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in app.hypi.mekadb.client that return types with arguments of type PlaceholderPair Modifier and Type Method Description com.google.protobuf.Parser<PlaceholderPair>PlaceholderPair. getParserForType()java.util.List<PlaceholderPair>NamedQueryPlaceHolder.Builder. getValuesList()repeated .mekadb_client.PlaceholderPair values = 1;java.util.List<PlaceholderPair>NamedQueryPlaceHolder. getValuesList()repeated .mekadb_client.PlaceholderPair values = 1;java.util.List<PlaceholderPair>NamedQueryPlaceHolderOrBuilder. getValuesList()repeated .mekadb_client.PlaceholderPair values = 1;static com.google.protobuf.Parser<PlaceholderPair>PlaceholderPair. parser()Methods in app.hypi.mekadb.client with parameters of type PlaceholderPair Modifier and Type Method Description NamedQueryPlaceHolder.BuilderNamedQueryPlaceHolder.Builder. addValues(int index, PlaceholderPair value)repeated .mekadb_client.PlaceholderPair values = 1;NamedQueryPlaceHolder.BuilderNamedQueryPlaceHolder.Builder. addValues(PlaceholderPair value)repeated .mekadb_client.PlaceholderPair values = 1;PlaceholderPair.BuilderPlaceholderPair.Builder. mergeFrom(PlaceholderPair other)static PlaceholderPair.BuilderPlaceholderPair. newBuilder(PlaceholderPair prototype)NamedQueryPlaceHolder.BuilderNamedQueryPlaceHolder.Builder. setValues(int index, PlaceholderPair value)repeated .mekadb_client.PlaceholderPair values = 1;Method parameters in app.hypi.mekadb.client with type arguments of type PlaceholderPair Modifier and Type Method Description NamedQueryPlaceHolder.BuilderNamedQueryPlaceHolder.Builder. addAllValues(java.lang.Iterable<? extends PlaceholderPair> values)repeated .mekadb_client.PlaceholderPair values = 1;
-