Valid only for: SELECT statements.
Add a selected selected item to the SELECT statement.
For non-SELECT statements, see gda.sql_builder.SqlBuilder.addFieldId.
a field name
a table name, or null
an alias (eg. for the "AS" clause), or null
the ID of the added field, or 0 if there was an error
Valid only for: SELECT statements.
Add a selected selected item to the SELECT statement.
For non-SELECT statements, see gda.sql_builder.SqlBuilder.addFieldId.