
com.lucidchart.open.relate.Relate.scala Maven / Gradle / Ivy
The newest version!
package com.lucidchart.open.relate
import java.sql.Connection
private[relate] object Relate {
/**
* Create a SqlQuery object from a SQL statement
* @param stmt the SQL statement
* @return the corresponding SqlQuery object
*/
private[relate] def sql(stmt: String) = ExpandableQuery(stmt)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy