Select.addSource

Adds a data model as a source of data for the GdaSelect object. When the select object is run (via gda_select_run), it will parse the SQL and get the required data from the source data models.

class Select
void
addSource

Parameters

name string

name to identify the data model (usually a table name).

source DataModel

a GdaDataModel from which to get data.

Meta