DataSelect.setModificationStatementSql

Offers the same feature as gda.data_select.DataSelect.setModificationStatement but using an SQL statement.

class DataSelect
bool
setModificationStatementSql
(
string sql
)

Parameters

sql string

an SQL text

Return Value

Type: bool

TRUE if no error occurred.

Throws