| Home | How To | Online Documentation | Support | Download | Order |
|
|
friend SAString SQLAPI_API operator+ ( const SAString &string1 , const SAString &string2 ); friend SAString SQLAPI_API operator+ ( const SAString &string, SAChar ch ); friend SAString SQLAPI_API operator+ ( SAChar ch, const SAString &string ); #ifdef SA_UNICODE
friend SAString SQLAPI_API operator+ ( char ch, const
SAString &string ); friend SAString SQLAPI_API operator+ ( const SAString &string, const SAChar *lpsz ); friend SAString SQLAPI_API operator+ ( const SAChar *lpsz, const SAString &string ); Parametersstring, string1, string2. SAString objects to concatenate. ch. A character to concatenate to a string or to concatenate a string to. lpsz. A pointer to a null-terminated character string. RemarksThe + concatenation operator joins two strings and returns a SAString object. One of the two argument strings must be a SAString object. The other can be a character pointer or a character. 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. |
|||||||||||||||||||