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

scalikejdbc.SQLSyntaxSupportImpl.scala Maven / Gradle / Ivy

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

trait SQLSyntaxSupportImpl[A] extends SQLSyntaxSupport[A] {

  def apply(rn: ResultName[A])(rs: WrappedResultSet): A
  def apply(s: SyntaxProvider[A])(rs: WrappedResultSet): A = apply(s.resultName)(rs)

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy