Class QuerySetRow

java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.query.QuerySetRow

@BoxBIF @BoxMember(type=QUERY) public class QuerySetRow extends BIF
  • Constructor Details

    • QuerySetRow

      public QuerySetRow()
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Adds or updates a row in a query based on the provided row data and position.
      Specified by:
      _invoke in class BIF
      Parameters:
      context - The execution context.
      arguments - Arguments including query, row number, and row data.
      Returns:
      The result of the invocation