dm_db_count Module

Database row count functions.


Uses

  • module~~dm_db_count~~UsesGraph module~dm_db_count dm_db_count module~dm_db dm_db module~dm_db_count->module~dm_db module~dm_error dm_error module~dm_db_count->module~dm_error module~dm_kind dm_kind module~dm_db_count->module~dm_kind module~dm_sql dm_sql module~dm_db_count->module~dm_sql module~dm_db->module~dm_error module~dm_db->module~dm_kind iso_c_binding iso_c_binding module~dm_db->iso_c_binding module~dm_db_query dm_db_query module~dm_db->module~dm_db_query module~dm_util dm_util module~dm_db->module~dm_util sqlite3 sqlite3 module~dm_db->sqlite3 module~dm_error->module~dm_kind module~dm_ascii dm_ascii module~dm_error->module~dm_ascii iso_fortran_env iso_fortran_env module~dm_kind->iso_fortran_env module~dm_sql->module~dm_ascii module~dm_db_query->module~dm_error module~dm_db_query->module~dm_kind module~dm_util->module~dm_error module~dm_util->module~dm_kind

Used by

  • module~~dm_db_count~~UsedByGraph module~dm_db_count dm_db_count module~dm_db_api dm_db_api module~dm_db_api->module~dm_db_count module~dm_db_json dm_db_json module~dm_db_json->module~dm_db_count module~dmpack dmpack module~dmpack->module~dm_db_count module~dmpack->module~dm_db_api module~dmpack->module~dm_db_json

Functions

public function dm_db_count_beats(db, n) result(rc)

Returns number of rows in table beats.

Arguments

Type IntentOptional Attributes Name
type(db_type), intent(inout) :: db

Database type.

integer(kind=i8), intent(out) :: n

Number of rows in table.

Return Value integer

public function dm_db_count_images(db, n) result(rc)

Returns number of rows in table images.

Arguments

Type IntentOptional Attributes Name
type(db_type), intent(inout) :: db

Database type.

integer(kind=i8), intent(out) :: n

Number of rows in table.

Return Value integer

public function dm_db_count_logs(db, n) result(rc)

Returns number of rows in table logs.

Arguments

Type IntentOptional Attributes Name
type(db_type), intent(inout) :: db

Database type.

integer(kind=i8), intent(out) :: n

Number of rows in table.

Return Value integer

public function dm_db_count_nodes(db, n) result(rc)

Returns number of rows in table nodes.

Arguments

Type IntentOptional Attributes Name
type(db_type), intent(inout) :: db

Database type.

integer(kind=i8), intent(out) :: n

Number of rows in table.

Return Value integer

public function dm_db_count_observs(db, n) result(rc)

Returns number of rows in table observs.

Arguments

Type IntentOptional Attributes Name
type(db_type), intent(inout) :: db

Database type.

integer(kind=i8), intent(out) :: n

Number of rows in table.

Return Value integer

public function dm_db_count_receivers(db, n) result(rc)

Returns number of rows in table receivers.

Arguments

Type IntentOptional Attributes Name
type(db_type), intent(inout) :: db

Database type.

integer(kind=i8), intent(out) :: n

Number of rows in table.

Return Value integer

public function dm_db_count_requests(db, n) result(rc)

Returns number of rows in table requests.

Arguments

Type IntentOptional Attributes Name
type(db_type), intent(inout) :: db

Database type.

integer(kind=i8), intent(out) :: n

Number of rows in table.

Return Value integer

public function dm_db_count_responses(db, n) result(rc)

Returns number of rows in table responses.

Arguments

Type IntentOptional Attributes Name
type(db_type), intent(inout) :: db

Database type.

integer(kind=i8), intent(out) :: n

Number of rows in table.

Return Value integer

public function dm_db_count_sensors(db, n) result(rc)

Returns number of rows in table sensors.

Arguments

Type IntentOptional Attributes Name
type(db_type), intent(inout) :: db

Database type.

integer(kind=i8), intent(out) :: n

Number of rows in table.

Return Value integer

public function dm_db_count_sync_logs(db, n) result(rc)

Returns number of rows in table sync_logs.

Arguments

Type IntentOptional Attributes Name
type(db_type), intent(inout) :: db

Database type.

integer(kind=i8), intent(out) :: n

Number of rows in table.

Return Value integer

public function dm_db_count_sync_nodes(db, n) result(rc)

Returns number of rows in table sync_nodes.

Arguments

Type IntentOptional Attributes Name
type(db_type), intent(inout) :: db

Database type.

integer(kind=i8), intent(out) :: n

Number of rows in table.

Return Value integer

public function dm_db_count_sync_observs(db, n) result(rc)

Returns number of rows in table sync_observs.

Arguments

Type IntentOptional Attributes Name
type(db_type), intent(inout) :: db

Database type.

integer(kind=i8), intent(out) :: n

Number of rows in table.

Return Value integer

public function dm_db_count_sync_sensors(db, n) result(rc)

Returns number of rows in table sync_sensors.

Arguments

Type IntentOptional Attributes Name
type(db_type), intent(inout) :: db

Database type.

integer(kind=i8), intent(out) :: n

Number of rows in table.

Return Value integer

public function dm_db_count_sync_targets(db, n) result(rc)

Returns number of rows in table sync_targets.

Arguments

Type IntentOptional Attributes Name
type(db_type), intent(inout) :: db

Database type.

integer(kind=i8), intent(out) :: n

Number of rows in table.

Return Value integer

public function dm_db_count_targets(db, n) result(rc)

Returns number of rows in table targets.

Arguments

Type IntentOptional Attributes Name
type(db_type), intent(inout) :: db

Database type.

integer(kind=i8), intent(out) :: n

Number of rows in table.

Return Value integer

public function dm_db_count_transfers(db, n) result(rc)

Returns number of rows in table transfers.

Arguments

Type IntentOptional Attributes Name
type(db_type), intent(inout) :: db

Database type.

integer(kind=i8), intent(out) :: n

Number of rows in table.

Return Value integer