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

scalikejdbc.SQLFormatter.scala Maven / Gradle / Ivy

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

/**
 * SQL formatter
 */
trait SQLFormatter {

  def format(sql: String): String

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy