Query.full


Description:

public Query.full (Queryable queryable, string sql, int sql_max_len = -1, out string? tail =null) throws Error

Create a new Query

Parameters:

queryable the queryable to create the query
sql the SQL to use to create the query
sql_max_len the maximum length of the SQL
tail unused portion of the SQL