add Finder::like(...) and ilike(...) methods
This commit is contained in:
@@ -55,10 +55,10 @@ protected:
|
||||
|
||||
private:
|
||||
|
||||
void before_field_value_string(const FT & field_type);
|
||||
void after_field_value_string(const FT & field_type);
|
||||
void before_field_value_string(const FT & field_type, ModelEnv * model_env);
|
||||
void after_field_value_string(const FT & field_type, ModelEnv * model_env);
|
||||
|
||||
bool esc_char(wchar_t val, pt::TextStream & stream);
|
||||
bool esc_char(wchar_t val, pt::TextStream & stream, const FT & field_type, ModelEnv * model_env);
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user