![]()  | 
  
    Qore Programming Language
    0.9.3.2
    
   | 
 
This is the public class for DBI drivers supporting Qore's new prepared statement API. More...
#include <SQLStatement.h>
Inherited by QoreSQLStatement.
Public Member Methods | |
| DLLEXPORT Datasource * | getDatasource () const | 
| returns the Datasource bound to this statement  More... | |
| DLLEXPORT void * | getPrivateData () const | 
| returns the private DBI-specific data structure for this object  | |
| DLLEXPORT void | setPrivateData (void *data) | 
| sets the private DBI-specific data structure for this object  More... | |
| 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.
| DLLEXPORT Datasource* SQLStatement::getDatasource | ( | ) | const | 
returns the Datasource bound to this statement
| DLLEXPORT void SQLStatement::setPrivateData | ( | void * | data | ) | 
sets the private DBI-specific data structure for this object
this should only be called once in the actual DBI driver code
| data | the data for the DBI driver that holds the driver-specific state of the connection |