build

Builds the passed query through the provided QueryCompiler (UFCS helper function)

  1. BuiltQuery build(Select q)
  2. BuiltQuery build(Update q)
  3. BuiltQuery build(Insert q)
  4. BuiltQuery build(Delete q)
    @safe pure
    build
    (
    QueryCompiler
    )
    if (
    isQueryCompiler!QueryCompiler
    )

Meta