◆ __construct()
InfluxDB2\FluxRecord::__construct |
( |
| $table, |
|
|
| $values = null, |
|
|
| $row = null ) |
FluxRecord constructor.
- Parameters
-
$table | int table index |
$values | array array with record values, key is the column name |
◆ getField()
InfluxDB2\FluxRecord::getField |
( |
| ) |
|
- Returns
- mixed record value for column named '_field'
◆ getMeasurement()
InfluxDB2\FluxRecord::getMeasurement |
( |
| ) |
|
- Returns
- mixed record value for column named '_measurement'
◆ getStart()
InfluxDB2\FluxRecord::getStart |
( |
| ) |
|
- Returns
- mixed record value for column named '_start'
◆ getStop()
InfluxDB2\FluxRecord::getStop |
( |
| ) |
|
- Returns
- mixed record value for column named '_stop'
◆ getTime()
InfluxDB2\FluxRecord::getTime |
( |
| ) |
|
- Returns
- mixed record value for column named '_time'
◆ getValue()
InfluxDB2\FluxRecord::getValue |
( |
| ) |
|
- Returns
- mixed record value for column named '_value'
The documentation for this class was generated from the following file:
- src/InfluxDB2/FluxRecord.php