IsotopeSelect¶
Create a SQL query expression builder
Signature¶
new IsotopeSelect<T]>(
options: IsotopeOptions<T>,
): Isotope<T>
The query builder should not be instantiated manually. It's better to use
Isotope.getQueryBuilder
because the isotope will pass its options to the
constructor.
Parameters¶
options
-
Same as the options passed to the isotope constructor, see here.
Example¶
const expr = isotope.getQueryBuilder()