autoNamedValues

bitlap.scalikejdbc.core.autoNamedValues$

Attributes

Version

1.0,2023/4/13

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

inline def apply[E](table: SQLSyntaxSupport[E], entity: E, inline excludes: String*): List[(SQLSyntax, ParameterBinder)]
def applyImpl[E : Type](table: Expr[SQLSyntaxSupport[E]], entity: Expr[E], excludes: Expr[Seq[String]])(implicit evidence$1: Type[E], quotes: Quotes): Expr[List[(SQLSyntax, ParameterBinder)]]