harness.sql

package harness.sql

Members list

Type members

Classlikes

final case class AppliedCol[T](tableVarName: String, col: Col[T])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object AppliedCol

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
AppliedCol.type
final case class Col[T]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Col

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Col.type
final case class ColRef(tableVarName: String, colName: String, getType: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final class ConnectionFactory

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
final case class ForeignKeyRef

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ForeignKeyRef

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final class JDBCConnection(val jdbcConnection: Connection)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
final class JDBCConnectionPool

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
final class OptionEv[T]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object OptionEv

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
OptionEv.type
abstract class Table

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Table

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Table.type
abstract class TableQueries[Id, T <: ([F[_]] =>> WithId[F, Id])](implicit ti: TableSchema[T])

Attributes

Supertypes
class Object
trait Matchable
class Any
final case class TableSchema[T <: ([_[_]] =>> Table)](tableSchema: String, tableName: String, colInfo: T[Col], functorK: FunctorK[T], tableCols: TableCols[T], tableToList: TableToList[T], rowCodec: RowCodec[T[Id]], colList: List[Col[Any]], insertFragment: Fragment)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TableSchema

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type