gda.pstmt

Module for [PStmt] class

Types 3

Methods
GType _gType() @property
PStmt self()Returns `this`, for use in `with` statements.
PStmtGidBuilder builder()Get builder for [gda.pstmt.PStmt] Returns: New builder object
void copyContents(gda.pstmt.PStmt dest)Copies src's data to dest
gda.statement.Statement getGdaStatement()Get a pointer to the #GdaStatement which led to the creation of this prepared statement.
void setGdaStatement(gda.statement.Statement stmt = null)Informs pstmt that it corresponds to the preparation of the stmt statement
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for [gda.pstmt.PStmt]

Methods