SqlBuilder.selectAddTarget

Adds a new target to a SELECT statement

class SqlBuilder
selectAddTarget
(
string tableName
,
string alias_ = null
)

Parameters

tableName string

the name of the target table

alias_ string

the alias to give to the target, or null

Return Value

Type: gda.types.SqlBuilderId

the ID of the new target, or 0 if there was an error