org.easysql.bind

Value members

Concrete methods

inline def bindEntityMacro[T]: Map[String, Any] => T
def bindEntityMacroImpl[T](using q: Quotes, tpe: Type[T]): Expr[Map[String, Any] => T]
inline def bindQueryMacro[T](inline nextIndex: Int): (Int, Array[Any] => T)
def bindQueryMacroImpl[T](nextIndex: Expr[Int])(using q: Quotes, tpe: Type[T]): Expr[(Int, Array[Any] => T)]
inline def bindSelect[T]: Array[Any] => T
inline def bindSingleton[T](nextIndex: Int): (Int, Array[Any] => T)