Select.this

Creates a new GdaSelect object, which allows programs to filter GdaDataModel's based on a given SQL SELECT command. A GdaSelect is just another GdaDataModel-based class, so it can be used in the same way any other data model class is.

  1. this(GdaSelect* gdaSelect)
  2. this()
    class Select
    this
    ()

Throws

ConstructionException GTK+ fails to create the object.

Meta