QMath constructor

QMath(
  1. String math
)

Creates a mathematical/functional SELECT field.

math The raw SQL expression (e.g., 'COUNT(*)', 'SUM(price)', etc.).

Implementation

QMath(this.math);