CustomSelectStatement constructor
CustomSelectStatement(
- String query,
- List<
Variable< variables,Object> > - Set<
ResultSetImplementation> tables, - DatabaseConnectionUser _db,
Constructs a new custom select statement for the query, the variables, the affected tables and the database.
Implementation
CustomSelectStatement(this.query, this.variables, this.tables, this._db);