SqlBuilder.this

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

  1. this(void* ptr, Flag!"Take" take)
  2. this(gda.types.SqlStatementType stmtType)
    class SqlBuilder

Parameters

stmtType gda.types.SqlStatementType

the type of statement to build

Return Value

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