Database row count functions.
Returns number of rows in table beats.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(db_type), | intent(inout) | :: | db |
Database type. |
||
| integer(kind=i8), | intent(out) | :: | n |
Number of rows in table. |
Returns number of rows in table images.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(db_type), | intent(inout) | :: | db |
Database type. |
||
| integer(kind=i8), | intent(out) | :: | n |
Number of rows in table. |
Returns number of rows in table logs.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(db_type), | intent(inout) | :: | db |
Database type. |
||
| integer(kind=i8), | intent(out) | :: | n |
Number of rows in table. |
Returns number of rows in table nodes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(db_type), | intent(inout) | :: | db |
Database type. |
||
| integer(kind=i8), | intent(out) | :: | n |
Number of rows in table. |
Returns number of rows in table observs.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(db_type), | intent(inout) | :: | db |
Database type. |
||
| integer(kind=i8), | intent(out) | :: | n |
Number of rows in table. |
Returns number of rows in table receivers.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(db_type), | intent(inout) | :: | db |
Database type. |
||
| integer(kind=i8), | intent(out) | :: | n |
Number of rows in table. |
Returns number of rows in table requests.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(db_type), | intent(inout) | :: | db |
Database type. |
||
| integer(kind=i8), | intent(out) | :: | n |
Number of rows in table. |
Returns number of rows in table responses.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(db_type), | intent(inout) | :: | db |
Database type. |
||
| integer(kind=i8), | intent(out) | :: | n |
Number of rows in table. |
Returns number of rows in table sensors.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(db_type), | intent(inout) | :: | db |
Database type. |
||
| integer(kind=i8), | intent(out) | :: | n |
Number of rows in table. |
Returns number of rows in table sync_logs.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(db_type), | intent(inout) | :: | db |
Database type. |
||
| integer(kind=i8), | intent(out) | :: | n |
Number of rows in table. |
Returns number of rows in table sync_nodes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(db_type), | intent(inout) | :: | db |
Database type. |
||
| integer(kind=i8), | intent(out) | :: | n |
Number of rows in table. |
Returns number of rows in table sync_observs.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(db_type), | intent(inout) | :: | db |
Database type. |
||
| integer(kind=i8), | intent(out) | :: | n |
Number of rows in table. |
Returns number of rows in table sync_sensors.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(db_type), | intent(inout) | :: | db |
Database type. |
||
| integer(kind=i8), | intent(out) | :: | n |
Number of rows in table. |
Returns number of rows in table sync_targets.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(db_type), | intent(inout) | :: | db |
Database type. |
||
| integer(kind=i8), | intent(out) | :: | n |
Number of rows in table. |
Returns number of rows in table targets.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(db_type), | intent(inout) | :: | db |
Database type. |
||
| integer(kind=i8), | intent(out) | :: | n |
Number of rows in table. |
Returns number of rows in table transfers.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(db_type), | intent(inout) | :: | db |
Database type. |
||
| integer(kind=i8), | intent(out) | :: | n |
Number of rows in table. |