core
core
API
easysql.ast
easysql.ast.expr
SqlAggFuncExpr
SqlAllColumnExpr
SqlBetweenExpr
SqlBinaryExpr
SqlBinaryOperator
SqlBooleanExpr
SqlCase
SqlCaseExpr
SqlCastExpr
SqlCharExpr
SqlDateExpr
SqlExpr
SqlExprFuncExpr
SqlIdentExpr
SqlInExpr
SqlListExpr
SqlNullExpr
SqlNumberExpr
SqlOverExpr
SqlPropertyExpr
SqlQueryExpr
easysql.ast.limit
SqlLimit
easysql.ast.order
SqlOrderBy
SqlOrderByOption
easysql.ast.statement
SqlDelete
SqlInsert
SqlQuery
SqlSelect
SqlSelectItem
SqlStatement
SqlTruncate
SqlUnion
SqlUnionType
SqlUpdate
SqlUpsert
SqlValues
SqlWith
SqlWithItem
easysql.ast.table
SqlIdentTable
SqlJoinTable
SqlJoinType
SqlSubQueryTable
SqlTable
easysql.database
DB
DBFunctor
DBMonad
DBOperator
DBOperator
dbMonadId
Id
Page
easysql.dsl
AggExpr
AliasExpr
AllColumn
AllColumnExpr
AnyTable
BetweenExpr
BinaryExpr
CaseBranch
CaseExpr
CastExpr
Column
ColumnExpr
CustomColumn
CustomSerializer
Expr
Expr
boolOperator
dateOperator
stringOperator
ExprOperator
FuncExpr
IdentExpr
InExpr
IncrKey
JPA
JPA
JoinTable
ListExpr
LiteralExpr
NullExpr
OrderBy
OverExpr
PrimaryKey
PrimaryKeyExpr
PrimaryKeyGenerator
SubQueryExpr
Table
TableSchema
unsafeOperator
easysql.macros
easysql.printer
ESPrinter
MongoPrinter
MysqlPrinter
OraclePrinter
PgsqlPrinter
SqlPrinter
SqlitePrinter
SqlserverPrinter
easysql.query
ToCountSql
ToPageSql
ToSql
easysql.query.nonselect
Delete
Delete
Insert
Insert
InsertEntity
InsertSelect
InsertState
InsertValues
NonSelect
NonSelect
nonSelectToSql
Save
Save
Truncate
Truncate
Update
Update
easysql.query.select
AliasQuery
In
InWithQuery
MonadicQuery
MonadicQuery
monadicQueryToSql
NativeSql
NativeSql
nativeSqlToSql
NotIn
Query
Query
queryToSql
Select
Select
selectToCountSql
selectToPageSql
Union
Values
Values
With
With
easysql.util
core
/
easysql.ast.statement
/
SqlUpdate
SqlUpdate
easysql.ast.statement.SqlUpdate
case
class
SqlUpdate
(
table
:
Option
[
SqlIdentTable
],
setList
:
List
[(
SqlExpr
,
SqlExpr
)],
where
:
Option
[
SqlExpr
])
extends
SqlStatement
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
trait
SqlStatement
class
Object
trait
Matchable
class
Any
Clear all
Members list
Concise view
Value members
Concrete methods
def
addCondition
(
condition
:
SqlExpr
):
SqlUpdate
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Attributes
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Attributes
Inherited from:
Product