SqlTabular

usql.dao.SqlTabular
See theSqlTabular companion trait
object SqlTabular

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
SqlTabular.type

Members list

Type members

Classlikes

case class SimpleTabular[T](tableName: SqlIdentifier, columns: SqlIdentifiers, rowDecoder: ResultRowDecoder[T], parameterFiller: ParameterFiller[T]) extends SqlTabular[T]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SqlTabular[T]
trait SqlColumnar[T]
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

inline def derived[T <: Product : ProductOf](implicit evidence$1: ProductOf[T], nm: NameMapping): SqlTabular[T]

Derive an instance for a case class.

Derive an instance for a case class.

Use ColumnName to control column names.

Use TableName to control table names.

Value parameters

nm

name mapping strategy.

Attributes