SQLSyntaxSupportFactory

class Object
trait Matchable
class Any

Value members

Concrete methods

inline def apply[A](inline excludes: String*): SQLSyntaxSupportImpl[A]
def apply_impl[A](excludes: Expr[Seq[String]])(using quotes: Quotes)(using Type[A]): Expr[SQLSyntaxSupportImpl[A]]
def camelToSnake(className: String): String
inline def debug[A](inline excludes: String*): SQLSyntaxSupportImpl[A]
def debug_impl[A](excludes: Expr[Seq[String]])(using quotes: Quotes)(using t: Type[A]): Expr[SQLSyntaxSupportImpl[A]]