harness.sql

package harness.sql

Members list

Concise view

Type members

Classlikes

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

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object AppliedCol

Attributes

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

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Col

Attributes

Companion:
class
Graph
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

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final class ConnectionFactory

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

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

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

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

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

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

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

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

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object OptionEv

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
abstract class Table

Attributes

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

Attributes

Companion:
class
Graph
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

Graph
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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

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