execute_query


Description:

[ Version ( since = "6.0" ) ]
public DataModel? execute_query (string sql, Set? @params) throws Error

SQL is specific for current provider.

Parameters:

this

a ProviderMeta

sql

a string with the SQL to execute on provider

params

a Set with all paramaters to use in query

Returns:

a new DataModel with as a result of the query