vlocode-project - v2.4.3
    Preparing search index...

    Class QueryConditionBuilder

    Hierarchy

    • QueryBuilderData
      • QueryConditionBuilder
    Index

    Constructors

    Properties

    nextConditionOp?: "or" | "and" = 'and'

    Accessors

    Methods

    • Format the query as SOQL string. Namespace placeholders are only replaced when a namespace service is passed; without one placeholders are left untouched so the executing layer can normalize them with its own initialized namespace service.

      Parameters

      Returns string

    • Parameters

      • field: string | { name: string }
      • values: unknown[] | Iterable<unknown, any, any>

      Returns this

    • Parameters

      • field: string | { name: string }
      • values: unknown[] | Iterable<unknown, any, any>

      Returns this