A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/cstmt__impl_8hpp_source.html below:

NCBI C++ ToolKit: src/dbapi/cstmt_impl.hpp Source File

Go to the documentation of this file.

Go to the SVN repository for this file.

1 #ifndef _CSTMT_IMPL_HPP_ 2 #define _CSTMT_IMPL_HPP_ 62  virtual void Close

();

68  virtual void SendSql

(

const string

&

) {}

69  virtual void Execute

(

const string

&

) {}

virtual IResultSet * ExecuteQuery(const string &)

Exectues SQL statement and returns the first resultset.

CCallableStatement(const string &proc, CConnection *conn)

virtual void ExecuteUpdate(const string &)

Executes SQL statement with no results returned.

virtual int GetReturnStatus()

Get return status from the stored procedure.

virtual bool HasMoreResults()

Check for more results available.

virtual ~CCallableStatement()

virtual void SetParam(const CVariant &v, const CDBParamVariant &param)

Set input parameters.

virtual void Execute()

Execute stored procedure.

virtual void SendSql(const string &)

Sends one or more SQL statements to the SQL server.

virtual void SetOutputParam(const CVariant &v, const CDBParamVariant &param)

Set output parameter, which will be returned as resultset.

virtual void ExecuteUpdate()

Executes stored procedure no results returned.

virtual void Close()

Close statement.

virtual void Execute(const string &)

Sends one or more SQL statements to the SQL server (NOTE: replaced by the SendSql())

static CS_CONNECTION * conn

#define END_NCBI_SCOPE

End previously defined NCBI scope.

#define BEGIN_NCBI_SCOPE

Define ncbi namespace.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4