Class ProtobufDataBuilder
java.lang.Object
com.apple.foundationdb.relational.api.ProtobufDataBuilder
- All Implemented Interfaces:
com.apple.foundationdb.relational.api.DynamicMessageBuilder
@Deprecated
@API(EXPERIMENTAL)
public class ProtobufDataBuilder
extends Object
implements com.apple.foundationdb.relational.api.DynamicMessageBuilder
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.apple.foundationdb.relational.api.DynamicMessageBuilderaddRepeatedField(int fieldNumber, Object value) Deprecated.com.apple.foundationdb.relational.api.DynamicMessageBuilderaddRepeatedField(String fieldName, Object value) Deprecated.com.apple.foundationdb.relational.api.DynamicMessageBuilderaddRepeatedFields(int fieldNumber, Iterable<? extends Object> values) Deprecated.com.apple.foundationdb.relational.api.DynamicMessageBuilderaddRepeatedFields(String fieldName, Iterable<? extends Object> values) Deprecated.com.apple.foundationdb.relational.api.DynamicMessageBuilderaddRepeatedFields(String fieldName, Iterable<? extends Object> values, boolean isNullableArray) Deprecated.build()Deprecated.convertMessage(T m) Deprecated.Deprecated.Deprecated.getFieldType(String fieldName) Deprecated.com.apple.foundationdb.relational.api.DynamicMessageBuildergetNestedMessageBuilder(int fieldNumber) Deprecated.com.apple.foundationdb.relational.api.DynamicMessageBuildergetNestedMessageBuilder(String fieldName) Deprecated.booleanisPrimitive(int fieldNumber) Deprecated.com.apple.foundationdb.relational.api.DynamicMessageBuilderDeprecated.com.apple.foundationdb.relational.api.DynamicMessageBuilderDeprecated.com.apple.foundationdb.relational.api.DynamicMessageBuilderDeprecated.
-
Constructor Details
-
ProtobufDataBuilder
Deprecated.
-
-
Method Details
-
getFieldNames
Deprecated.- Specified by:
getFieldNamesin interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder
-
getFieldType
Deprecated.- Specified by:
getFieldTypein interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder- Throws:
SQLException
-
isPrimitive
Deprecated.- Specified by:
isPrimitivein interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder- Throws:
SQLException
-
setField
public com.apple.foundationdb.relational.api.DynamicMessageBuilder setField(String fieldName, Object value) throws SQLException Deprecated.- Specified by:
setFieldin interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder- Throws:
SQLException
-
setField
public com.apple.foundationdb.relational.api.DynamicMessageBuilder setField(int fieldNumber, Object value) throws SQLException Deprecated.- Specified by:
setFieldin interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder- Throws:
SQLException
-
addRepeatedField
public com.apple.foundationdb.relational.api.DynamicMessageBuilder addRepeatedField(String fieldName, Object value) throws SQLException Deprecated.- Specified by:
addRepeatedFieldin interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder- Throws:
SQLException
-
addRepeatedField
public com.apple.foundationdb.relational.api.DynamicMessageBuilder addRepeatedField(int fieldNumber, Object value) throws SQLException Deprecated.- Specified by:
addRepeatedFieldin interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder- Throws:
SQLException
-
addRepeatedFields
public com.apple.foundationdb.relational.api.DynamicMessageBuilder addRepeatedFields(String fieldName, Iterable<? extends Object> values, boolean isNullableArray) throws SQLException Deprecated.- Specified by:
addRepeatedFieldsin interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder- Throws:
SQLException
-
addRepeatedFields
public com.apple.foundationdb.relational.api.DynamicMessageBuilder addRepeatedFields(String fieldName, Iterable<? extends Object> values) throws SQLException Deprecated.- Specified by:
addRepeatedFieldsin interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder- Throws:
SQLException
-
addRepeatedFields
public com.apple.foundationdb.relational.api.DynamicMessageBuilder addRepeatedFields(int fieldNumber, Iterable<? extends Object> values) throws SQLException Deprecated.- Specified by:
addRepeatedFieldsin interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder- Throws:
SQLException
-
build
Deprecated.- Specified by:
buildin interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder
-
convertMessage
Deprecated.- Specified by:
convertMessagein interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder- Throws:
SQLException
-
getNestedMessageBuilder
public com.apple.foundationdb.relational.api.DynamicMessageBuilder getNestedMessageBuilder(String fieldName) throws SQLException Deprecated.- Specified by:
getNestedMessageBuilderin interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder- Throws:
SQLException
-
getNestedMessageBuilder
public com.apple.foundationdb.relational.api.DynamicMessageBuilder getNestedMessageBuilder(int fieldNumber) throws SQLException Deprecated.- Specified by:
getNestedMessageBuilderin interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder- Throws:
SQLException
-
getDescriptor
Deprecated.- Specified by:
getDescriptorin interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder
-
newBuilder
@Nonnull public com.apple.foundationdb.relational.api.DynamicMessageBuilder newBuilder()Deprecated.- Specified by:
newBuilderin interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder
-