24 #ifndef _QORE_SQLSTATEMENT_H
25 #define _QORE_SQLSTATEMENT_H
27 class DatasourceStatementHelper;
33 friend class DBActionHelper;
34 friend class QoreSQLStatement;
37 struct sql_statement_private *priv;
41 DLLLOCAL ~SQLStatement();
DLLEXPORT void * takePrivateData()
returns the private DBI-specific data structure for this object and clears the object ...
DLLEXPORT void * getPrivateData() const
returns the private DBI-specific data structure for this object
the base class for accessing databases in Qore through a Qore DBI driver
Definition: Datasource.h:46
This is the public class for DBI drivers supporting Qore's new prepared statement API...
Definition: SQLStatement.h:32
DLLEXPORT void setPrivateData(void *data)
sets the private DBI-specific data structure for this object
DLLEXPORT Datasource * getDatasource() const
returns the Datasource bound to this statement