Class CompiledStatement.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<CompiledStatement.Builder>
-
- com.apple.foundationdb.relational.continuation.CompiledStatement.Builder
-
- All Implemented Interfaces:
CompiledStatementOrBuilder
,Message.Builder
,MessageLite.Builder
,MessageLiteOrBuilder
,MessageOrBuilder
,java.lang.Cloneable
- Enclosing class:
- CompiledStatement
public static final class CompiledStatement.Builder extends GeneratedMessageV3.Builder<CompiledStatement.Builder> implements CompiledStatementOrBuilder
Protobuf typecom.apple.foundationdb.relational.continuation.CompiledStatement
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CompiledStatement.Builder
addAllArguments(java.lang.Iterable<? extends TypedQueryArgument> values)
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.CompiledStatement.Builder
addAllExtractedLiterals(java.lang.Iterable<? extends TypedQueryArgument> values)
extracted literalsCompiledStatement.Builder
addArguments(int index, TypedQueryArgument value)
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.CompiledStatement.Builder
addArguments(int index, TypedQueryArgument.Builder builderForValue)
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.CompiledStatement.Builder
addArguments(TypedQueryArgument value)
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.CompiledStatement.Builder
addArguments(TypedQueryArgument.Builder builderForValue)
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.TypedQueryArgument.Builder
addArgumentsBuilder()
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.TypedQueryArgument.Builder
addArgumentsBuilder(int index)
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.CompiledStatement.Builder
addExtractedLiterals(int index, TypedQueryArgument value)
extracted literalsCompiledStatement.Builder
addExtractedLiterals(int index, TypedQueryArgument.Builder builderForValue)
extracted literalsCompiledStatement.Builder
addExtractedLiterals(TypedQueryArgument value)
extracted literalsCompiledStatement.Builder
addExtractedLiterals(TypedQueryArgument.Builder builderForValue)
extracted literalsTypedQueryArgument.Builder
addExtractedLiteralsBuilder()
extracted literalsTypedQueryArgument.Builder
addExtractedLiteralsBuilder(int index)
extracted literalsCompiledStatement.Builder
addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
CompiledStatement
build()
CompiledStatement
buildPartial()
CompiledStatement.Builder
clear()
CompiledStatement.Builder
clearArguments()
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.CompiledStatement.Builder
clearExtractedLiterals()
extracted literalsCompiledStatement.Builder
clearField(Descriptors.FieldDescriptor field)
CompiledStatement.Builder
clearOneof(Descriptors.OneofDescriptor oneof)
CompiledStatement.Builder
clearPlan()
the serialized planCompiledStatement.Builder
clearPlanConstraint()
query plan constraintsCompiledStatement.Builder
clearPlanSerializationMode()
same as plan hash mode for the time beingCompiledStatement.Builder
clone()
TypedQueryArgument
getArguments(int index)
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.TypedQueryArgument.Builder
getArgumentsBuilder(int index)
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.java.util.List<TypedQueryArgument.Builder>
getArgumentsBuilderList()
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.int
getArgumentsCount()
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.java.util.List<TypedQueryArgument>
getArgumentsList()
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.TypedQueryArgumentOrBuilder
getArgumentsOrBuilder(int index)
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.java.util.List<? extends TypedQueryArgumentOrBuilder>
getArgumentsOrBuilderList()
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.CompiledStatement
getDefaultInstanceForType()
static Descriptors.Descriptor
getDescriptor()
Descriptors.Descriptor
getDescriptorForType()
TypedQueryArgument
getExtractedLiterals(int index)
extracted literalsTypedQueryArgument.Builder
getExtractedLiteralsBuilder(int index)
extracted literalsjava.util.List<TypedQueryArgument.Builder>
getExtractedLiteralsBuilderList()
extracted literalsint
getExtractedLiteralsCount()
extracted literalsjava.util.List<TypedQueryArgument>
getExtractedLiteralsList()
extracted literalsTypedQueryArgumentOrBuilder
getExtractedLiteralsOrBuilder(int index)
extracted literalsjava.util.List<? extends TypedQueryArgumentOrBuilder>
getExtractedLiteralsOrBuilderList()
extracted literalscom.apple.foundationdb.record.planprotos.PRecordQueryPlan
getPlan()
the serialized plancom.apple.foundationdb.record.planprotos.PRecordQueryPlan.Builder
getPlanBuilder()
the serialized plancom.apple.foundationdb.record.planprotos.PQueryPlanConstraint
getPlanConstraint()
query plan constraintscom.apple.foundationdb.record.planprotos.PQueryPlanConstraint.Builder
getPlanConstraintBuilder()
query plan constraintscom.apple.foundationdb.record.planprotos.PQueryPlanConstraintOrBuilder
getPlanConstraintOrBuilder()
query plan constraintscom.apple.foundationdb.record.planprotos.PRecordQueryPlanOrBuilder
getPlanOrBuilder()
the serialized planjava.lang.String
getPlanSerializationMode()
same as plan hash mode for the time beingByteString
getPlanSerializationModeBytes()
same as plan hash mode for the time beingboolean
hasPlan()
the serialized planboolean
hasPlanConstraint()
query plan constraintsboolean
hasPlanSerializationMode()
same as plan hash mode for the time beingprotected GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
CompiledStatement.Builder
mergeFrom(CompiledStatement other)
CompiledStatement.Builder
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
CompiledStatement.Builder
mergeFrom(Message other)
CompiledStatement.Builder
mergePlan(com.apple.foundationdb.record.planprotos.PRecordQueryPlan value)
the serialized planCompiledStatement.Builder
mergePlanConstraint(com.apple.foundationdb.record.planprotos.PQueryPlanConstraint value)
query plan constraintsCompiledStatement.Builder
mergeUnknownFields(UnknownFieldSet unknownFields)
CompiledStatement.Builder
removeArguments(int index)
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.CompiledStatement.Builder
removeExtractedLiterals(int index)
extracted literalsCompiledStatement.Builder
setArguments(int index, TypedQueryArgument value)
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.CompiledStatement.Builder
setArguments(int index, TypedQueryArgument.Builder builderForValue)
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.CompiledStatement.Builder
setExtractedLiterals(int index, TypedQueryArgument value)
extracted literalsCompiledStatement.Builder
setExtractedLiterals(int index, TypedQueryArgument.Builder builderForValue)
extracted literalsCompiledStatement.Builder
setField(Descriptors.FieldDescriptor field, java.lang.Object value)
CompiledStatement.Builder
setPlan(com.apple.foundationdb.record.planprotos.PRecordQueryPlan value)
the serialized planCompiledStatement.Builder
setPlan(com.apple.foundationdb.record.planprotos.PRecordQueryPlan.Builder builderForValue)
the serialized planCompiledStatement.Builder
setPlanConstraint(com.apple.foundationdb.record.planprotos.PQueryPlanConstraint value)
query plan constraintsCompiledStatement.Builder
setPlanConstraint(com.apple.foundationdb.record.planprotos.PQueryPlanConstraint.Builder builderForValue)
query plan constraintsCompiledStatement.Builder
setPlanSerializationMode(java.lang.String value)
same as plan hash mode for the time beingCompiledStatement.Builder
setPlanSerializationModeBytes(ByteString value)
same as plan hash mode for the time beingCompiledStatement.Builder
setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
CompiledStatement.Builder
setUnknownFields(UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
-
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDescriptor
public static final Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classGeneratedMessageV3.Builder<CompiledStatement.Builder>
-
clear
public CompiledStatement.Builder clear()
- Specified by:
clear
in interfaceMessage.Builder
- Specified by:
clear
in interfaceMessageLite.Builder
- Overrides:
clear
in classGeneratedMessageV3.Builder<CompiledStatement.Builder>
-
getDescriptorForType
public Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfaceMessage.Builder
- Specified by:
getDescriptorForType
in interfaceMessageOrBuilder
- Overrides:
getDescriptorForType
in classGeneratedMessageV3.Builder<CompiledStatement.Builder>
-
getDefaultInstanceForType
public CompiledStatement getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfaceMessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfaceMessageOrBuilder
-
build
public CompiledStatement build()
- Specified by:
build
in interfaceMessage.Builder
- Specified by:
build
in interfaceMessageLite.Builder
-
buildPartial
public CompiledStatement buildPartial()
- Specified by:
buildPartial
in interfaceMessage.Builder
- Specified by:
buildPartial
in interfaceMessageLite.Builder
-
clone
public CompiledStatement.Builder clone()
- Specified by:
clone
in interfaceMessage.Builder
- Specified by:
clone
in interfaceMessageLite.Builder
- Overrides:
clone
in classGeneratedMessageV3.Builder<CompiledStatement.Builder>
-
setField
public CompiledStatement.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setField
in interfaceMessage.Builder
- Overrides:
setField
in classGeneratedMessageV3.Builder<CompiledStatement.Builder>
-
clearField
public CompiledStatement.Builder clearField(Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfaceMessage.Builder
- Overrides:
clearField
in classGeneratedMessageV3.Builder<CompiledStatement.Builder>
-
clearOneof
public CompiledStatement.Builder clearOneof(Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfaceMessage.Builder
- Overrides:
clearOneof
in classGeneratedMessageV3.Builder<CompiledStatement.Builder>
-
setRepeatedField
public CompiledStatement.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedField
in interfaceMessage.Builder
- Overrides:
setRepeatedField
in classGeneratedMessageV3.Builder<CompiledStatement.Builder>
-
addRepeatedField
public CompiledStatement.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedField
in interfaceMessage.Builder
- Overrides:
addRepeatedField
in classGeneratedMessageV3.Builder<CompiledStatement.Builder>
-
mergeFrom
public CompiledStatement.Builder mergeFrom(Message other)
- Specified by:
mergeFrom
in interfaceMessage.Builder
- Overrides:
mergeFrom
in classAbstractMessage.Builder<CompiledStatement.Builder>
-
mergeFrom
public CompiledStatement.Builder mergeFrom(CompiledStatement other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfaceMessageLiteOrBuilder
- Overrides:
isInitialized
in classGeneratedMessageV3.Builder<CompiledStatement.Builder>
-
mergeFrom
public CompiledStatement.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFrom
in interfaceMessage.Builder
- Specified by:
mergeFrom
in interfaceMessageLite.Builder
- Overrides:
mergeFrom
in classAbstractMessage.Builder<CompiledStatement.Builder>
- Throws:
java.io.IOException
-
hasPlanSerializationMode
public boolean hasPlanSerializationMode()
same as plan hash mode for the time being
optional string plan_serialization_mode = 1;
- Specified by:
hasPlanSerializationMode
in interfaceCompiledStatementOrBuilder
- Returns:
- Whether the planSerializationMode field is set.
-
getPlanSerializationMode
public java.lang.String getPlanSerializationMode()
same as plan hash mode for the time being
optional string plan_serialization_mode = 1;
- Specified by:
getPlanSerializationMode
in interfaceCompiledStatementOrBuilder
- Returns:
- The planSerializationMode.
-
getPlanSerializationModeBytes
public ByteString getPlanSerializationModeBytes()
same as plan hash mode for the time being
optional string plan_serialization_mode = 1;
- Specified by:
getPlanSerializationModeBytes
in interfaceCompiledStatementOrBuilder
- Returns:
- The bytes for planSerializationMode.
-
setPlanSerializationMode
public CompiledStatement.Builder setPlanSerializationMode(java.lang.String value)
same as plan hash mode for the time being
optional string plan_serialization_mode = 1;
- Parameters:
value
- The planSerializationMode to set.- Returns:
- This builder for chaining.
-
clearPlanSerializationMode
public CompiledStatement.Builder clearPlanSerializationMode()
same as plan hash mode for the time being
optional string plan_serialization_mode = 1;
- Returns:
- This builder for chaining.
-
setPlanSerializationModeBytes
public CompiledStatement.Builder setPlanSerializationModeBytes(ByteString value)
same as plan hash mode for the time being
optional string plan_serialization_mode = 1;
- Parameters:
value
- The bytes for planSerializationMode to set.- Returns:
- This builder for chaining.
-
hasPlan
public boolean hasPlan()
the serialized plan
optional .com.apple.foundationdb.record.planprotos.PRecordQueryPlan plan = 2;
- Specified by:
hasPlan
in interfaceCompiledStatementOrBuilder
- Returns:
- Whether the plan field is set.
-
getPlan
public com.apple.foundationdb.record.planprotos.PRecordQueryPlan getPlan()
the serialized plan
optional .com.apple.foundationdb.record.planprotos.PRecordQueryPlan plan = 2;
- Specified by:
getPlan
in interfaceCompiledStatementOrBuilder
- Returns:
- The plan.
-
setPlan
public CompiledStatement.Builder setPlan(com.apple.foundationdb.record.planprotos.PRecordQueryPlan value)
the serialized plan
optional .com.apple.foundationdb.record.planprotos.PRecordQueryPlan plan = 2;
-
setPlan
public CompiledStatement.Builder setPlan(com.apple.foundationdb.record.planprotos.PRecordQueryPlan.Builder builderForValue)
the serialized plan
optional .com.apple.foundationdb.record.planprotos.PRecordQueryPlan plan = 2;
-
mergePlan
public CompiledStatement.Builder mergePlan(com.apple.foundationdb.record.planprotos.PRecordQueryPlan value)
the serialized plan
optional .com.apple.foundationdb.record.planprotos.PRecordQueryPlan plan = 2;
-
clearPlan
public CompiledStatement.Builder clearPlan()
the serialized plan
optional .com.apple.foundationdb.record.planprotos.PRecordQueryPlan plan = 2;
-
getPlanBuilder
public com.apple.foundationdb.record.planprotos.PRecordQueryPlan.Builder getPlanBuilder()
the serialized plan
optional .com.apple.foundationdb.record.planprotos.PRecordQueryPlan plan = 2;
-
getPlanOrBuilder
public com.apple.foundationdb.record.planprotos.PRecordQueryPlanOrBuilder getPlanOrBuilder()
the serialized plan
optional .com.apple.foundationdb.record.planprotos.PRecordQueryPlan plan = 2;
- Specified by:
getPlanOrBuilder
in interfaceCompiledStatementOrBuilder
-
getExtractedLiteralsList
public java.util.List<TypedQueryArgument> getExtractedLiteralsList()
extracted literals
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument extracted_literals = 3;
- Specified by:
getExtractedLiteralsList
in interfaceCompiledStatementOrBuilder
-
getExtractedLiteralsCount
public int getExtractedLiteralsCount()
extracted literals
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument extracted_literals = 3;
- Specified by:
getExtractedLiteralsCount
in interfaceCompiledStatementOrBuilder
-
getExtractedLiterals
public TypedQueryArgument getExtractedLiterals(int index)
extracted literals
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument extracted_literals = 3;
- Specified by:
getExtractedLiterals
in interfaceCompiledStatementOrBuilder
-
setExtractedLiterals
public CompiledStatement.Builder setExtractedLiterals(int index, TypedQueryArgument value)
extracted literals
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument extracted_literals = 3;
-
setExtractedLiterals
public CompiledStatement.Builder setExtractedLiterals(int index, TypedQueryArgument.Builder builderForValue)
extracted literals
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument extracted_literals = 3;
-
addExtractedLiterals
public CompiledStatement.Builder addExtractedLiterals(TypedQueryArgument value)
extracted literals
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument extracted_literals = 3;
-
addExtractedLiterals
public CompiledStatement.Builder addExtractedLiterals(int index, TypedQueryArgument value)
extracted literals
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument extracted_literals = 3;
-
addExtractedLiterals
public CompiledStatement.Builder addExtractedLiterals(TypedQueryArgument.Builder builderForValue)
extracted literals
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument extracted_literals = 3;
-
addExtractedLiterals
public CompiledStatement.Builder addExtractedLiterals(int index, TypedQueryArgument.Builder builderForValue)
extracted literals
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument extracted_literals = 3;
-
addAllExtractedLiterals
public CompiledStatement.Builder addAllExtractedLiterals(java.lang.Iterable<? extends TypedQueryArgument> values)
extracted literals
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument extracted_literals = 3;
-
clearExtractedLiterals
public CompiledStatement.Builder clearExtractedLiterals()
extracted literals
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument extracted_literals = 3;
-
removeExtractedLiterals
public CompiledStatement.Builder removeExtractedLiterals(int index)
extracted literals
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument extracted_literals = 3;
-
getExtractedLiteralsBuilder
public TypedQueryArgument.Builder getExtractedLiteralsBuilder(int index)
extracted literals
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument extracted_literals = 3;
-
getExtractedLiteralsOrBuilder
public TypedQueryArgumentOrBuilder getExtractedLiteralsOrBuilder(int index)
extracted literals
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument extracted_literals = 3;
- Specified by:
getExtractedLiteralsOrBuilder
in interfaceCompiledStatementOrBuilder
-
getExtractedLiteralsOrBuilderList
public java.util.List<? extends TypedQueryArgumentOrBuilder> getExtractedLiteralsOrBuilderList()
extracted literals
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument extracted_literals = 3;
- Specified by:
getExtractedLiteralsOrBuilderList
in interfaceCompiledStatementOrBuilder
-
addExtractedLiteralsBuilder
public TypedQueryArgument.Builder addExtractedLiteralsBuilder()
extracted literals
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument extracted_literals = 3;
-
addExtractedLiteralsBuilder
public TypedQueryArgument.Builder addExtractedLiteralsBuilder(int index)
extracted literals
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument extracted_literals = 3;
-
getExtractedLiteralsBuilderList
public java.util.List<TypedQueryArgument.Builder> getExtractedLiteralsBuilderList()
extracted literals
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument extracted_literals = 3;
-
getArgumentsList
public java.util.List<TypedQueryArgument> getArgumentsList()
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument arguments = 4;
- Specified by:
getArgumentsList
in interfaceCompiledStatementOrBuilder
-
getArgumentsCount
public int getArgumentsCount()
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument arguments = 4;
- Specified by:
getArgumentsCount
in interfaceCompiledStatementOrBuilder
-
getArguments
public TypedQueryArgument getArguments(int index)
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument arguments = 4;
- Specified by:
getArguments
in interfaceCompiledStatementOrBuilder
-
setArguments
public CompiledStatement.Builder setArguments(int index, TypedQueryArgument value)
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument arguments = 4;
-
setArguments
public CompiledStatement.Builder setArguments(int index, TypedQueryArgument.Builder builderForValue)
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument arguments = 4;
-
addArguments
public CompiledStatement.Builder addArguments(TypedQueryArgument value)
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument arguments = 4;
-
addArguments
public CompiledStatement.Builder addArguments(int index, TypedQueryArgument value)
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument arguments = 4;
-
addArguments
public CompiledStatement.Builder addArguments(TypedQueryArgument.Builder builderForValue)
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument arguments = 4;
-
addArguments
public CompiledStatement.Builder addArguments(int index, TypedQueryArgument.Builder builderForValue)
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument arguments = 4;
-
addAllArguments
public CompiledStatement.Builder addAllArguments(java.lang.Iterable<? extends TypedQueryArgument> values)
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument arguments = 4;
-
clearArguments
public CompiledStatement.Builder clearArguments()
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument arguments = 4;
-
removeArguments
public CompiledStatement.Builder removeArguments(int index)
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument arguments = 4;
-
getArgumentsBuilder
public TypedQueryArgument.Builder getArgumentsBuilder(int index)
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument arguments = 4;
-
getArgumentsOrBuilder
public TypedQueryArgumentOrBuilder getArgumentsOrBuilder(int index)
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument arguments = 4;
- Specified by:
getArgumentsOrBuilder
in interfaceCompiledStatementOrBuilder
-
getArgumentsOrBuilderList
public java.util.List<? extends TypedQueryArgumentOrBuilder> getArgumentsOrBuilderList()
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument arguments = 4;
- Specified by:
getArgumentsOrBuilderList
in interfaceCompiledStatementOrBuilder
-
addArgumentsBuilder
public TypedQueryArgument.Builder addArgumentsBuilder()
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument arguments = 4;
-
addArgumentsBuilder
public TypedQueryArgument.Builder addArgumentsBuilder(int index)
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument arguments = 4;
-
getArgumentsBuilderList
public java.util.List<TypedQueryArgument.Builder> getArgumentsBuilderList()
query arguments - depending on context, the actual arguments may not be known, thus only type and inline information is known and can be used.
repeated .com.apple.foundationdb.relational.continuation.TypedQueryArgument arguments = 4;
-
hasPlanConstraint
public boolean hasPlanConstraint()
query plan constraints
optional .com.apple.foundationdb.record.planprotos.PQueryPlanConstraint plan_constraint = 5;
- Specified by:
hasPlanConstraint
in interfaceCompiledStatementOrBuilder
- Returns:
- Whether the planConstraint field is set.
-
getPlanConstraint
public com.apple.foundationdb.record.planprotos.PQueryPlanConstraint getPlanConstraint()
query plan constraints
optional .com.apple.foundationdb.record.planprotos.PQueryPlanConstraint plan_constraint = 5;
- Specified by:
getPlanConstraint
in interfaceCompiledStatementOrBuilder
- Returns:
- The planConstraint.
-
setPlanConstraint
public CompiledStatement.Builder setPlanConstraint(com.apple.foundationdb.record.planprotos.PQueryPlanConstraint value)
query plan constraints
optional .com.apple.foundationdb.record.planprotos.PQueryPlanConstraint plan_constraint = 5;
-
setPlanConstraint
public CompiledStatement.Builder setPlanConstraint(com.apple.foundationdb.record.planprotos.PQueryPlanConstraint.Builder builderForValue)
query plan constraints
optional .com.apple.foundationdb.record.planprotos.PQueryPlanConstraint plan_constraint = 5;
-
mergePlanConstraint
public CompiledStatement.Builder mergePlanConstraint(com.apple.foundationdb.record.planprotos.PQueryPlanConstraint value)
query plan constraints
optional .com.apple.foundationdb.record.planprotos.PQueryPlanConstraint plan_constraint = 5;
-
clearPlanConstraint
public CompiledStatement.Builder clearPlanConstraint()
query plan constraints
optional .com.apple.foundationdb.record.planprotos.PQueryPlanConstraint plan_constraint = 5;
-
getPlanConstraintBuilder
public com.apple.foundationdb.record.planprotos.PQueryPlanConstraint.Builder getPlanConstraintBuilder()
query plan constraints
optional .com.apple.foundationdb.record.planprotos.PQueryPlanConstraint plan_constraint = 5;
-
getPlanConstraintOrBuilder
public com.apple.foundationdb.record.planprotos.PQueryPlanConstraintOrBuilder getPlanConstraintOrBuilder()
query plan constraints
optional .com.apple.foundationdb.record.planprotos.PQueryPlanConstraint plan_constraint = 5;
- Specified by:
getPlanConstraintOrBuilder
in interfaceCompiledStatementOrBuilder
-
setUnknownFields
public final CompiledStatement.Builder setUnknownFields(UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfaceMessage.Builder
- Overrides:
setUnknownFields
in classGeneratedMessageV3.Builder<CompiledStatement.Builder>
-
mergeUnknownFields
public final CompiledStatement.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfaceMessage.Builder
- Overrides:
mergeUnknownFields
in classGeneratedMessageV3.Builder<CompiledStatement.Builder>
-
-