dark_mode EN
  • Method WMariaDbDatasource :QueryArray
  • Parameters
    cQuery

    SQL sentece to execute

    aHeader (by ref)

    Array that will collect the names of the fields used

  • Return value
    aData

    Array data

This method is equivalent to the Query method but returns the query data array directly. The aHeader parameter is populated by the method with the names of the fields involved in the query.

Previous chevron_left Next chevron_right