gda.pstmt

Module for [PStmt] class

Types 3

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

Fluent builder implementation template for gda.pstmt.PStmt

Fluent builder for gda.pstmt.PStmt

Methods
PStmt build() nothrowCreate object from builder. Returns: New object