0 if there was an errorSqlBuilder.addCondV
gda.types.SqlBuilderId addCondV(gda.types.SqlOperatorType op, gda.types.SqlBuilderId[] opIds)Builds a new expression which represents a condition (or operation).
As a side case, if ops_ids_size is 1, then op is ignored, and the returned ID represents op_ids[0] (this avoids any problem for example when op is GDA_SQL_OPERATOR_TYPE_AND and there is in fact only one operand).
Parameters
op | type of condition |
opIds | an array of ID for the arguments (not 0) |
Returns
the ID of the new expression, or