Schnittstelle QueryTypeFlags


public interface QueryTypeFlags
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Set if the query can travel downstream.
    static final int
    Set if the query should be serialized with data
    flow.
    static final int
    Set if the query can travel upstream.
  • Felddetails

    • UPSTREAM

      static final int UPSTREAM
      Set if the query can travel upstream.
      Siehe auch:
    • DOWNSTREAM

      static final int DOWNSTREAM
      Set if the query can travel downstream.
      Siehe auch:
    • SERIALIZED

      static final int SERIALIZED
      Set if the query should be serialized with data
      flow.
      Siehe auch: