Transaction.this

Creates a new GdaTransaction object, which allows a fine-tune and full control of transactions to be used with providers.

  1. this(GdaTransaction* gdaTransaction)
  2. this(string name)
    class Transaction
    this
    (
    string name
    )

Parameters

name string

name for the transaction.

Throws

ConstructionException GTK+ fails to create the object.

Meta