My Project
Public Member Functions
Item_func_replace Class Reference
Inheritance diagram for Item_func_replace:
Item_str_func Item_func Item_result_field Item

List of all members.

Public Member Functions

 Item_func_replace (Item *org, Item *find, Item *replace)
Stringval_str (String *)
void fix_length_and_dec ()
const char * func_name () const

Member Function Documentation

String * Item_func_replace::val_str ( String str) [virtual]

Replace all occurences of string2 in string1 with string3.

Don't reallocate val_str() if not needed.

Todo:
Fix that this works with binary strings when using USE_MB

Implements Item.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines