scala-db-core
scala-db-core
au.id.tmm.db
Database
Database
FluentDbOps
UnexpectedResultSizeException
Session
Session
CommitBehaviour
CommitBehaviour
AutoCommit
CommitAtEndOfTransaction
ReadMode
ReadMode
ReadOnly
ReadWrite
TransactionIsolation
TransactionIsolation
ReadCommitted
ReadUncommitted
RepeatableRead
Serializable
syntax
au.id.tmm.db.data
ColumnIndex
ColumnIndex
DbId
DbId
NumRowsAffected
NumRowsAffected
WithDbId
WithDbId
au.id.tmm.db.helpers
Insertable
Insertable
Column
ContraMapped
Extractor
Extractor
Of
Column
PostgresSql
StandardSql
au.id.tmm.db.operations
DatabaseOp
DatabaseOp
UsingIO
Insert
Insert
Query
Query
Update
Update
au.id.tmm.db.operations.streaming
BatchInsert
BatchInsert
StreamingDatabaseOp
StreamingQuery
StreamingQuery
au.id.tmm.db.statements
Argument
Argument
ArgumentBinder
ArgumentBinder
Arguments
Arguments
ColumnName
ColumnName
ColumnOnTable
DbSymbol
FromResultSet
FromResultSet
FromResultSetColumn
FromResultSetColumn
InsertStatement
InsertStatement
QueryStatement
QueryStatement
Sql
Sql
Component
OfArgument
OfSql
OfSymbol
Component
SqlCompanionVersionSpecific
SqlComponentCompanionVersionSpecific
TableName
TableName
ToArguments
ToArguments
UpdateStatement
scala-db-core
/
au.id.tmm.db.statements
/
Sql
Sql
object
Sql
extends
SqlCompanionVersionSpecific
Companion:
class
Graph
Supertypes
Self type
trait
Product
trait
Mirror
trait
SqlCompanionVersionSpecific
class
Object
trait
Matchable
class
Any
Sql
.type
Type members
Value members
Implicits
Type members
Classlikes
object
Component
extends
SqlComponentCompanionVersionSpecific
Companion:
class
sealed
trait
Component
Companion:
object
Inherited types
type
ConvertsToSqlComponent
[
A
] =
Conversion
[
A
,
Component
]
Inherited from:
SqlCompanionVersionSpecific
type
MirroredElemLabels
<:
Tuple
The names of the product elements
The names of the product elements
Inherited from:
Mirror
type
MirroredLabel
<:
String
The name of the type
The name of the type
Inherited from:
Mirror
Value members
Concrete methods
def
apply
(
raw:
String
):
Sql
def
mkSql
[
A
](
components:
Seq
[
A
],
sep:
Sql
)(
implicit
ev:
ConvertsToSqlComponent
[
A
]):
Sql
def
mkSql
[
A
](
components:
Seq
[
A
],
start:
Sql
,
sep:
Sql
,
end:
Sql
)(
implicit
ev:
ConvertsToSqlComponent
[
A
]):
Sql
Concrete fields
val
empty
:
Sql
Implicits
Implicits
implicit
val
monoid
:
Monoid
[
Sql
]