Go to the documentation of this file.Go to the SVN repository for this file.
void SetDatabase(const string &database)
Setting new database disconnects the request.
virtual string GetQueryString(void) const
Get CGI script query string.
virtual ESerialDataFormat GetSerialDataFormat(void) const
Get serial stream format for reading data.
CRef< espell::CESpellResult > GetESpellResult(void)
Get search results.
virtual string GetQueryString(void) const
Get CGI script query string.
CObjectIStream * GetObjIStream(void)
Get serial stream for reading xml or asn data.
virtual ~CESpell_Request(void)
CESpell_Request(const string &db, CRef< CEUtils_ConnContext > &ctx)
Create ESpell request for the given database.
void Disconnect(void)
Close connection, destroy the stream.
ESerialDataFormat
Data file format.
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
static string URLEncode(const CTempString str, EUrlEncode flag=eUrlEnc_SkipMarkChars)
URL-encode string.
@ eUrlEnc_ProcessMarkChars
Convert all non-alphanumeric chars, spaces are converted to '+'.