|
| template<auto Data> |
| consteval const auto & | make_static () |
| |
| template<fgl::string_literal column, fgl::string_literal table_name, fgl::string_literal table_key_name> |
| static consteval std::string_view | update_query () |
| |
| template<fgl::string_literal column, fgl::string_literal table_name, fgl::string_literal table_key_name> |
| static consteval std::string_view | select_query () |
| |
| template<fgl::string_literal str, fgl::string_literal last> |
| consteval auto | combineStringLiteralCSV () |
| |
template<fgl::string_literal str, fgl::string_literal... rest>
requires ( sizeof...( rest ) > 1 ) |
| consteval auto | combineStringLiteralCSV () |
| |
| template<fgl::string_literal table, fgl::string_literal table_key_name, fgl::string_literal... columns> |
| static consteval std::string_view | select_query_t () |
| |