![]() |
![]() |
![]() |
GNOME Data Access 4 manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
#include <libgda/providers-support/gda-pstmt.h> struct GdaPStmt; void gda_pstmt_set_gda_statement (GdaPStmt *pstmt
,GdaStatement *stmt
); GdaStatement * gda_pstmt_get_gda_statement (GdaPStmt *pstmt
); void gda_pstmt_copy_contents (GdaPStmt *src
,GdaPStmt *dest
);
void gda_pstmt_set_gda_statement (GdaPStmt *pstmt
,GdaStatement *stmt
);
Informs pstmt
that it corresponds to the preparation of the stmt
statement
|
a GdaPStmt object |
|
a GdaStatement object |
GdaStatement * gda_pstmt_get_gda_statement (GdaPStmt *pstmt
);
Get a pointer to the GdaStatement which led to the creation of this prepared statement.
Note: if that statement has been modified since the creation of pstmt
, then this method
will return NULL
|
a GdaPStmt object |
Returns : |
the GdaStatement. [transfer none] |