harness-sql
harness-sql
harness.sql
AppliedCol
AppliedCol
Opt
Col
Col
Constraint
ForeignKey
ForeignKey
PrimaryKey
Constraint
GenCol
GenCol
ColRef
ConnectionFactory
ConnectionFactory
ForeignKeyRef
ForeignKeyRef
JDBCConnection
JDBCConnection
JDBCConnectionPool
JDBCConnectionPool
OptionEv
OptionEv
Table
Table
Companion
WithId
Id
Companion
WithId
TableQueries
TableSchema
TableSchema
harness.sql.autoSchema
PostgresMeta
InformationSchemaColumns
InformationSchemaColumns
InformationSchemaTables
InformationSchemaTables
schemaDiff
Tables
Tables
harness.sql.errors
ErrorWithSql
InvalidResultSetSize
InvalidResultSetWidth
RowDecodeFailure
harness.sql.query
AutoQuery
Constant
Delete
Q1
Query
QueryR
Fragment
Fragment
Input
Input
Insert
Query
IntQueryResult
Prepare
Query
QueryBool
QueryBoolOps
QueryBoolOps
CodeElement
CodeElement
MapInput
MapInput
QueryElement
QueryElement
QueryI
QueryIO
QueryInput
QueryInputMapper
QueryInputMapper
QueryO
QueryResult
QueryResult
QuerySet
QuerySetOps
QuerySetOps
Returning
Returning
ReturningJson
ReturningJson
Multi
Single
Single
Select
Q1
Q2
Q3
Q4
Q5
Query
Transaction
Transaction
Live
Savepoint
Savepoint
Transactionless
UseSavepointForTransaction
raw
Update
Q1
Q2
Query
QueryR
harness.sql.typeclass
ColCodec
ColCodec
ColDecoder
ColDecoder
ColEncoder
ColEncoder
FunctorK
FunctorK
RowCodec
RowDecoder
RowDecoder
RowEncoder
RowEncoder
TableCols
TableCols
TableToList
TableToList
harness-sql
/
harness.sql.errors
/
ErrorWithSql
ErrorWithSql
final case
class
ErrorWithSql
(
sql:
String
,
cause:
HError
)
extends
Single
Graph
Supertypes
trait
Product
trait
Equals
class
Single
class
HError
class
Throwable
trait
Serializable
class
Object
trait
Matchable
class
Any
Value members
Value members
Inherited methods
final
def
addSuppressed
(
x$0:
Throwable
):
Unit
Inherited from:
Throwable
def
fillInStackTrace
():
Throwable
Inherited from:
Throwable
final
def
formatMessage
(
runMode:
RunMode
,
ifHidden:
IfHidden
):
String
Inherited from:
HError
def
getCause
():
Throwable
Inherited from:
Throwable
def
getLocalizedMessage
():
String
Inherited from:
Throwable
final override
def
getMessage
:
String
Definition Classes
HError
->
Throwable
Inherited from:
HError
def
getStackTrace
():
Array
[
StackTraceElement
]
Inherited from:
Throwable
final
def
getSuppressed
():
Array
[
Throwable
]
Inherited from:
Throwable
def
initCause
(
x$0:
Throwable
):
Throwable
Inherited from:
Throwable
def
printStackTrace
(
x$0:
PrintWriter
):
Unit
Inherited from:
Throwable
def
printStackTrace
(
x$0:
PrintStream
):
Unit
Inherited from:
Throwable
def
printStackTrace
():
Unit
Inherited from:
Throwable
def
productElementNames
:
Iterator
[
String
]
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from:
Product
def
setStackTrace
(
x$0:
Array
[
StackTraceElement
]):
Unit
Inherited from:
Throwable
final
def
toNel
:
NonEmptyList
[
Single
]
Inherited from:
HError
final override
def
toString
:
String
Definition Classes
HError
->
Throwable
->
Any
Inherited from:
HError
Inherited fields
final
val
causes
:
List
[
Throwable
]
Inherited from:
HError
final lazy
val
fullInternalMessage
:
String
Inherited from:
HError
final lazy
val
fullInternalMessageWithTrace
:
String
Inherited from:
HError
final
val
internalMessage
:
String
Inherited from:
HError
final
val
userMessage
:
UserMessage
Inherited from:
HError