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

scalikejdbc.SQLInterpolation.scala Maven / Gradle / Ivy

There is a newer version: 3.2.4
Show newest version
package scalikejdbc

@deprecated("'import SQLInterpolation._' is no longer required. Just 'import scalikejdbc._' works fine.", since = "2.0.0")
object SQLInterpolation {
}

/**
 * SQLInterpolation full imports.
 */
trait SQLInterpolation
  extends SQLInterpolationFeature
  with SQLSyntaxSupportFeature
  with QueryDSLFeature





© 2015 - 2024 Weber Informatics LLC | Privacy Policy