Class QueryCommandOperation

java.lang.Object
com.yahoo.schema.fieldoperation.QueryCommandOperation
All Implemented Interfaces:
FieldOperation, Comparable<FieldOperation>

public class QueryCommandOperation extends Object implements FieldOperation
Author:
Einar M R Rosenvinge
  • Constructor Details

    • QueryCommandOperation

      public QueryCommandOperation()
  • Method Details

    • addQueryCommand

      public void addQueryCommand(String name)
    • apply

      public void apply(SDField field)
      Description copied from interface: FieldOperation
      Apply this operation on the given field
      Specified by:
      apply in interface FieldOperation