harness.sql
package harness.sql
Members list
Packages
package harness.sql.autoSchema
package harness.sql.error
package harness.sql.query
package harness.sql.typeclass
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object AppliedCol
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
AppliedCol.type
final case class Col[T](colName: String, colType: ColType, codec: QueryCodecSingle[T], nullable: Boolean, keyType: Option[KeyType])
object Col
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object ConnectionFactory
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ConnectionFactory.type
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object DbConfig
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ForeignKeyRef
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ForeignKeyRef.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object JDBCConnection
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
JDBCConnection.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object JDBCConnectionPool
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
JDBCConnectionPool.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object OptionEv
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object PreparedStatement
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PreparedStatement.type
final class ResultSet[O](queryName: String, fragment: Fragment, rs: ResultSet, decoder: QueryDecoderMany[O])
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
abstract class Table extends Product
Attributes
- Companion
- object
- Supertypes
-
trait Producttrait Equalsclass Objecttrait Matchableclass Any
- Known subtypes
object Table
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
final case class TableSchema[T <: ([_[_]] =>> Table)](tableSchema: String, tableName: String, columns: T[Col], functorK: FunctorK[T], flatten: Flatten[T], codec: QueryCodecMany[T[Identity]], colChunk: Chunk[Col[_]], insertFragment: Fragment)
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object TableSchema
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TableSchema.type
In this article