Uses of Class
com.continuent.tungsten.replicator.thl.protobuf.TungstenProtos.ProtobufStatementData.Builder

Packages that use TungstenProtos.ProtobufStatementData.Builder
com.continuent.tungsten.replicator.thl.protobuf   
 

Uses of TungstenProtos.ProtobufStatementData.Builder in com.continuent.tungsten.replicator.thl.protobuf
 

Methods in com.continuent.tungsten.replicator.thl.protobuf that return TungstenProtos.ProtobufStatementData.Builder
 TungstenProtos.ProtobufStatementData.Builder TungstenProtos.ProtobufStatementData.Builder.addAllOptions(java.lang.Iterable<? extends TungstenProtos.ProtobufEventOption> values)
           
 TungstenProtos.ProtobufStatementData.Builder TungstenProtos.ProtobufStatementData.Builder.addOptions(TungstenProtos.ProtobufEventOption.Builder builderForValue)
           
 TungstenProtos.ProtobufStatementData.Builder TungstenProtos.ProtobufStatementData.Builder.addOptions(TungstenProtos.ProtobufEventOption value)
           
 TungstenProtos.ProtobufStatementData.Builder TungstenProtos.ProtobufStatementData.Builder.clear()
           
 TungstenProtos.ProtobufStatementData.Builder TungstenProtos.ProtobufStatementData.Builder.clearDefaultSchema()
           
 TungstenProtos.ProtobufStatementData.Builder TungstenProtos.ProtobufStatementData.Builder.clearErrorCode()
           
 TungstenProtos.ProtobufStatementData.Builder TungstenProtos.ProtobufStatementData.Builder.clearOptions()
           
 TungstenProtos.ProtobufStatementData.Builder TungstenProtos.ProtobufStatementData.Builder.clearQuery()
           
 TungstenProtos.ProtobufStatementData.Builder TungstenProtos.ProtobufStatementData.Builder.clearQueryBytes()
           
 TungstenProtos.ProtobufStatementData.Builder TungstenProtos.ProtobufStatementData.Builder.clearTimestamp()
           
 TungstenProtos.ProtobufStatementData.Builder TungstenProtos.ProtobufStatementData.Builder.clone()
           
 TungstenProtos.ProtobufStatementData.Builder TungstenProtos.ProtobufStatementData.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 TungstenProtos.ProtobufStatementData.Builder TungstenProtos.ProtobufStatementData.Builder.mergeFrom(com.google.protobuf.Message other)
           
 TungstenProtos.ProtobufStatementData.Builder TungstenProtos.ProtobufStatementData.Builder.mergeFrom(TungstenProtos.ProtobufStatementData other)
           
static TungstenProtos.ProtobufStatementData.Builder TungstenProtos.ProtobufStatementData.newBuilder()
           
static TungstenProtos.ProtobufStatementData.Builder TungstenProtos.ProtobufStatementData.newBuilder(TungstenProtos.ProtobufStatementData prototype)
           
 TungstenProtos.ProtobufStatementData.Builder TungstenProtos.ProtobufStatementData.newBuilderForType()
           
 TungstenProtos.ProtobufStatementData.Builder TungstenProtos.ProtobufStatementData.Builder.setDefaultSchema(java.lang.String value)
           
 TungstenProtos.ProtobufStatementData.Builder TungstenProtos.ProtobufStatementData.Builder.setErrorCode(int value)
           
 TungstenProtos.ProtobufStatementData.Builder TungstenProtos.ProtobufStatementData.Builder.setOptions(int index, TungstenProtos.ProtobufEventOption.Builder builderForValue)
           
 TungstenProtos.ProtobufStatementData.Builder TungstenProtos.ProtobufStatementData.Builder.setOptions(int index, TungstenProtos.ProtobufEventOption value)
           
 TungstenProtos.ProtobufStatementData.Builder TungstenProtos.ProtobufStatementData.Builder.setQuery(java.lang.String value)
           
 TungstenProtos.ProtobufStatementData.Builder TungstenProtos.ProtobufStatementData.Builder.setQueryBytes(com.google.protobuf.ByteString value)
           
 TungstenProtos.ProtobufStatementData.Builder TungstenProtos.ProtobufStatementData.Builder.setTimestamp(long value)
           
 TungstenProtos.ProtobufStatementData.Builder TungstenProtos.ProtobufStatementData.toBuilder()
           
 

Methods in com.continuent.tungsten.replicator.thl.protobuf with parameters of type TungstenProtos.ProtobufStatementData.Builder
 TungstenProtos.ProtobufOneChange.Builder TungstenProtos.ProtobufOneChange.Builder.setStatement(TungstenProtos.ProtobufStatementData.Builder builderForValue)
           
 TungstenProtos.ProtobufLoadDataFileQuery.Builder TungstenProtos.ProtobufLoadDataFileQuery.Builder.setStatement(TungstenProtos.ProtobufStatementData.Builder builderForValue)