Macros
usql.dao.Macros
object Macros
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Macros.type
Members list
Value members
Concrete methods
inline def buildColumnar[T <: Product](using nm: NameMapping, mirror: ProductOf[T]): SimpleColumnar[T]
Extract column name annotations for each column.
Extract column name annotations for each column.
Attributes
def fieldAnnotationExtractor[A, T](using quotes: Quotes, t: Type[T], a: Type[A]): Expr[List[Option[A]]]
Extract table name annotation for the type.
Extract table name annotation for the type.
Attributes
In this article