Method

GomQueryBuilderadd_projection

Declaration

void
gom_query_builder_add_projection (
  GomQueryBuilder* self,
  GomExpression* projection
)

Description

Adds projection to the query builder.

Parameters

projection

Type: GomExpression

A GomExpression.

The instance takes ownership of the data, and is responsible for freeing it.