SQLSyntaxSupportFactory

scalikejdbc.SQLSyntaxSupportFactory

Attributes

Source
SQLSyntaxSupportFactory.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

inline def apply[A](inline excludes: String*): SQLSyntaxSupportImpl[A]

Attributes

Source
SQLSyntaxSupportFactory.scala
def apply_impl[A](excludes: Expr[Seq[String]])(using quotes: Quotes)(using Type[A]): Expr[SQLSyntaxSupportImpl[A]]

Attributes

Source
SQLSyntaxSupportFactory.scala
def camelToSnake(className: String): String

Attributes

Source
SQLSyntaxSupportFactory.scala
inline def debug[A](inline excludes: String*): SQLSyntaxSupportImpl[A]

Attributes

Source
SQLSyntaxSupportFactory.scala
def debug_impl[A](excludes: Expr[Seq[String]])(using quotes: Quotes)(using t: Type[A]): Expr[SQLSyntaxSupportImpl[A]]

Attributes

Source
SQLSyntaxSupportFactory.scala