Represents the results of a SQL query.
It contains a list for the column names of the results, and a list of JsonArray
- one for each row of the
results.
package |
Default |
---|
__construct( $resultSet = null)
mixed | null
getColumnNames() : array
array
getNumColumns() : integer
integer
getNumRows() : integer
integer
getOutput() : array
array
getResults() : array
array
getRows() : array
array
setColumnNames( $columnNames) : $this
string
$this
setNext( $next) : $this
ResultSet|array
$this
setOutput( $output) : $this
array
$this
setResults( $results) : $this
array
$this