SqlBuilder.this

this(void * ptr, Flag!"Take" take) nothrow
No documentation available for this declaration.
this(gda.types.SqlStatementType stmtType) nothrow

Create a new #GdaSqlBuilder object to build #GdaStatement or #GdaSqlStatement objects of type stmt_type

Parameters

stmtTypethe type of statement to build

Returns

the newly created object, or null if an error occurred (such as unsupported

statement type)