Table.from constructor
Table.from(
- String a
Implementation
Table.from(String a)
: table = StringQuery(a),
sample = true;
Table.from(String a)
: table = StringQuery(a),
sample = true;