32 #ifndef _QORE_SQLSTATEMENT_H
33 #define _QORE_SQLSTATEMENT_H
35 class DatasourceStatementHelper;
41 friend class DBActionHelper;
42 friend class QoreSQLStatement;
45 struct sql_statement_private* priv;
49 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:54
This is the public class for DBI drivers supporting Qore's new prepared statement API...
Definition: SQLStatement.h:40
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