Searched refs:metadatas (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/kyua/drivers/
H A Dlist_tests_test.cpp90 std::map< std::string, model::metadata > metadatas; member in class:__anon948::capture_hooks
104 metadatas.insert(std::map< std::string, model::metadata >::value_type(
255 const model::metadata& metadata = hooks.metadatas.find(
/freebsd-13-stable/contrib/kyua/store/
H A Dschema_v3.sql108 CREATE TABLE metadatas ( table
123 -- The metadata_id column of the metadatas table is not enough to act as a
124 -- primary key, yet we need to locate entries in the metadatas table solely by
128 -- metadatas table includes the metadata_id as the first component. Need to
131 ON metadatas (metadata_id);
159 -- Reference to the various rows of metadatas.
181 -- Reference to the various rows of metadatas.
H A Dmigrate_v1_v2.sql40 -- * Introduced the metadatas table, which holds the metadata of all test
45 -- tables, referencing the new metadatas table.
84 CREATE TABLE metadatas ( table
121 ON metadatas (metadata_id);
136 -- Auxiliary table to construct the final contents of the metadatas table.
319 -- Populate the metadatas table based on tmp_metadatas.
320 INSERT INTO metadatas (metadata_id, property_name, property_value)
326 INSERT INTO metadatas (metadata_id, property_name, property_value)
H A Dschema_v2.sql138 CREATE TABLE metadatas ( table
153 -- The metadata_id column of the metadatas table is not enough to act as a
154 -- primary key, yet we need to locate entries in the metadatas table solely by
158 -- metadatas table includes the metadata_id as the first component. Need to
161 ON metadatas (metadata_id);
190 -- Reference to the various rows of metadatas.
217 -- Reference to the various rows of metadatas.

Completed in 58 milliseconds