All Downloads are FREE. Search and download functionalities are using the official Maven repository.

molecule.sql.postgres.query.Model2SqlQuery_postgres.scala Maven / Gradle / Ivy

The newest version!
package molecule.sql.postgres.query

import molecule.boilerplate.ast.Model._
import molecule.sql.core.query._


class Model2SqlQuery_postgres(elements0: List[Element])
  extends Model2SqlQuery(elements0)
    with QueryExprOne_postgres
    with QueryExprSet_postgres
    with QueryExprSeq_postgres
    with QueryExprMap_postgres
    with QueryExprSetRefAttr_postgres
    with SqlQueryBase




© 2015 - 2024 Weber Informatics LLC | Privacy Policy