|
Qore Programming Language
0.9.16
|
32 #ifndef _QORE_SQLSTATEMENT_H
33 #define _QORE_SQLSTATEMENT_H
39 friend class DBActionHelper;
40 friend class QoreSQLStatement;
43 hashdecl sql_statement_private* priv;
DLLEXPORT void setPrivateData(void *data)
sets the private DBI-specific data structure for this object
DLLEXPORT void * takePrivateData()
returns the private DBI-specific data structure for this object and clears the object
This is the public class for DBI drivers supporting Qore's new prepared statement API.
Definition: SQLStatement.h:38
the base class for accessing databases in Qore through a Qore DBI driver
Definition: Datasource.h:55
DLLEXPORT void * getPrivateData() const
returns the private DBI-specific data structure for this object
DLLEXPORT Datasource * getDatasource() const
returns the Datasource bound to this statement