Package com.ocient.jdbc.proto
Interface PlanProtocol.ExceptOperatorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlanProtocol.ExceptOperator,PlanProtocol.ExceptOperator.Builder
- Enclosing class:
- PlanProtocol
public static interface PlanProtocol.ExceptOperatorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description booleangetAll()this flag differentiates EXCEPT from EXCEPT ALLMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getAll
boolean getAll()this flag differentiates EXCEPT from EXCEPT ALL
bool all = 1;
-