Command.this

Creates a new GdaCommand from the parameters that should be freed by calling gda_command_free. If there are conflicting options, this will set options to GDA_COMMAND_OPTION_DEFAULT.

  1. this(GdaCommand* gdaCommand)
  2. this(string text, GdaCommandType type, GdaCommandOptions options)
    class Command
    this
    (
    string text
    ,
    GdaCommandType type
    ,
    GdaCommandOptions options
    )

Parameters

text string

the text of the command.

type GdaCommandType

a GdaCommandType value.

options GdaCommandOptions

a GdaCommandOptions value.

Throws

ConstructionException GTK+ fails to create the object.

Meta