| Home | How To | Online Documentation | Support | Download | Order |
|
|
const SAString& operator =( const SAString& sSrc ); const SAString& operator = ( SAChar ch );
#ifdef
SA_UNICODE const SAString &operator = ( const char *lpsz ); const SAString &operator = ( const wchar_t *lpsz ); const SAString &operator = ( const unsigned char *psz ); RemarksThe SAString assignment (=) operator reinitializes an existing SAString object with new data. If the destination string (that is, the left side) is already large enough to store the new data, no new memory allocation is performed. Server specific notesNo specific information. Problems and QuestionsIf you haven't found the answer to your questions or have some problems on using the Library, please, send e-mail to howto@sqlapi.com. |
||||||||||||||||||