Go to the documentation of this file.Go to the SVN repository for this file.
1 #ifndef CONNECT_SERVICES__SERVER_CONN_HPP_1
2 #define CONNECT_SERVICES__SERVER_CONN_HPP_1
61 string Exec(
const string&
cmd,
62 bool multiline_output =
false,
91 bool GetNextAttribute(
string& attr_name,
string& attr_value);
106 unsigned GetHost()
const {
return GetAddress().host; }
107 unsigned short GetPort()
const {
return GetAddress().port; }
122 bool multiline_output =
false);
140 #ifdef HAVE_LIBCONNEXT
141 #define NCBI_GRID_XSITE_CONN_SUPPORT 1
unsigned short GetPort() const
string GetServerAddress() const
A very basic data-read interface.
A very basic data-write interface.
Abstract reader-writer interface classes.
static SQLCHAR output[256]
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
#define NCBI_XCONNECT_EXPORT
Parameters initialization model.
#define NCBI_NET_COMPONENT(component)
string ReadLine(CNcbiIstream &in)
CNetServerInfo g_ServerInfoFromString(const string &server_info)
CNetServerConnection conn