|
| 查询(const query &other) |
|
查询& | 操作符= (const 查询 &other) |
|
| 查询(查询&&其他) |
|
查询& | 操作符= ( 查询 && other) |
|
| 查询(常量表和表) |
|
数据表(table) | get_table () |
|
查询 | and_query (const 查询 &) |
|
查询& | negate () |
|
| 查询(const Query &) |
|
| Operator Query () const |
|
查询& | equal ( col_key colum_key, std::nullopt_t) |
|
查询& | not_equal ( col_key field_key, std::nullopt_t) |
|
查询& | equal ( col_key colum_key, int 64 _t value) |
|
查询& | not_equal ( col_key field_key, int 64 _t value) |
|
查询& | 更大( col_keycolumn_key ,int 64 _t值) |
|
查询& | 便捷_ 64 |
|
查询& | less ( col_key colum_key, int 64 _t value) |
|
查询& | less_equal ( col_key field_key, int 64 _t value) |
|
查询& | between ( col_key colum_key, int 64 _t from, int 64 _t to) |
|
查询& | equal ( col_key colum_key, double value) |
|
查询& | not_equal ( col_key field_key, double value) |
|
查询& | 更大( col_keycolumn_key , double精度值) |
|
查询& | 更大 _等于( col_keycolumn_key ,double 精度值) |
|
查询& | 少( col_key列键, double精度值) |
|
查询& | less_equal ( col_key field_key, double value) |
|
查询& | between ( col_key colum_key, double from, double to) |
|
查询& | equal ( col_key colum_key, timestamp value) |
|
查询& | not_equal ( col_key field_key, timestamp value) |
|
查询& | 更大( col_keycolumn_key ,时间戳值) |
|
查询& | 更大 _等于( col_keycolumn_key , 时间戳 值) |
|
查询& | less_equal ( col_key field_key, timestamp value) |
|
查询& | 少( col_key列键,时间戳值) |
|
查询& | equal ( col_key field_key, uuid value) |
|
查询& | not_equal ( col_key field_key, uuid value) |
|
查询& | 更大( col_keycolumn_key , uuid值) |
|
查询& | 便捷_ _ |
|
查询& | less_equal ( col_keycolumn_key , uuidvalue ) |
|
查询& | 少( col_key列键, uuid值) |
|
查询& | equal ( col_key colum_key, object_id value) |
|
查询& | not_equal ( col_key field_key, object_id value) |
|
查询& | 更大( col_key列键, object_id值) |
|
查询& | 更大_等于(col_key 列 键,对象 ID 值) |
|
查询& | less_equal ( col_key colum_key, object_id value) |
|
查询& | 少( col_key列键, object_id值) |
|
查询& | equal ( col_key field_key, Decimal 128 value) |
|
查询& | not_equal ( col_key field_key, Decimal 128 value) |
|
查询& | 更大( col_keycolumn_key ,十进制128值) |
|
查询& | 更大 _等于( col_keycolumn_key , 十进制128 值) |
|
查询& | less_equal ( col_key field_key, Decimal 128 value) |
|
查询& | 小于( col_key列键,十进制128值) |
|
查询& | equal ( col_key colum_key, std::string_view value, bool case_sensitive=true) |
|
查询& | not_equal ( col_key colum_key, std::string_view value, bool case_sensitive=true) |
|
查询& | begin_with ( col_key colum_key, const std::string &value, bool case_sensitive=true) |
|
查询& | ends_with ( col_key colum_key, const std::string &value, bool case_sensitive=true) |
|
查询& | contains ( col_key colum_key, std::string_view value, bool case_sensitive=true) |
|
查询& | like ( col_key colum_key, const std::string &value, bool case_sensitive=true) |
|
查询& | equal ( col_key colum_key, binary value, bool case_sensitive=true) |
|
查询& | not_equal ( col_key field_key, binary value, bool case_sensitive=true) |
|
查询& | begins_with ( col_keycolumn_key ,binaryvalue, boolcase_sensitive =true) |
|
查询& | ends_with ( col_key colum_key, binary value, bool case_sensitive=true) |
|
查询& | contains ( col_key colum_key, binary value, bool case_sensitive=true) |
|
查询& | like ( col_key colum_key, binary b, bool case_sensitive=true) |
|
查询& | equal ( col_key colum_key,混合值, bool case_sensitive=true) |
|
查询& | not_equal ( col_key field_key,混合值, bool case_sensitive=true) |
|
查询& | 更大( col_keycolumn_key ,混合值) |
|
查询& | 更大 _等于( col_keycolumn_key , 混合 值) |
|
查询& | 少( col_key列键,混合值) |
|
查询& | less_equal ( col_key field_key,混合值) |
|
查询& | 开始_with ( col_keycolumn_key ,混合值,bool case_sensitive=true) |
|
查询& | ends_with ( col_keycolumn_key ,混合值, bool case_sensitive=true) |
|
查询& | contains ( col_key colum_key,混合值, bool case_sensitive=true) |
|
查询& | like ( col_key colum_key,混合值, bool case_sensitive=true) |
|
查询& | equal ( col_key field_key, bool value) |
|
查询& | not_equal ( col_key field_key, bool value) |
|
查询& | links_to ( col_key colum_key, const inside ::bridge::obj &o) |
|
查询& | not_links_to ( col_keycolumn_key , constinternal ::bridge::obj &o) |
|
查询& | 字典_has_value_for_key_equals ( col_keycolumn_key , const std::string &key, const混合&value) |
|
查询& | 字典_has_value_for_key_not_equals ( col_keycolumn_key , const std::string &key, const混合&value) |
|
查询& | 字典_has_value_for_key_great_than ( col_keycolumn_key , const std::string &key, const混合&value) |
|
查询& | 字典_has_value_for_key_less_than ( col_keycolumn_key , const std::string &key, const混合&value) |
|
查询& | 字典_has_value_for_key_great_than_equals ( col_keycolumn_key , const std::string &key, const Mixed &Value) |
|
查询& | 字典 |
|
查询& | 字典_contains_string_for_key ( col_keycolumn_key , const std::string &key, const std::string &value) |
|
查询& | 字典_contains_key ( col_keycolumn_key , const std::string &key) |
|
subexpr | 字典链接子表达式 |
|
std::string | description () const |
|