core
core
API
org.easysql.ast
SqlNode
org.easysql.ast.expr
SqlAggFunctionExpr
SqlAllColumnExpr
SqlBetweenExpr
SqlBinaryExpr
SqlBinaryOperator
SqlBooleanExpr
SqlCase
SqlCaseExpr
SqlCastExpr
SqlCharExpr
SqlDateExpr
SqlExpr
SqlExprFunctionExpr
SqlIdentExpr
SqlInExpr
SqlListExpr
SqlNullExpr
SqlNumberExpr
SqlOverExpr
SqlPropertyExpr
SqlSelectQueryExpr
SqlSubQueryPredicate
SqlSubQueryPredicateExpr
org.easysql.ast.limit
SqlLimit
org.easysql.ast.order
SqlOrderBy
SqlOrderByOption
org.easysql.ast.statement
SqlStatement
org.easysql.ast.statement.delete
SqlDelete
org.easysql.ast.statement.insert
SqlInsert
org.easysql.ast.statement.select
SqlSelect
SqlSelectItem
SqlSelectQuery
SqlUnionSelect
SqlUnionType
SqlValuesSelect
SqlWithItem
SqlWithSelect
org.easysql.ast.statement.truncate
SqlTruncate
org.easysql.ast.statement.update
SqlUpdate
org.easysql.ast.statement.upsert
SqlUpsert
org.easysql.ast.table
SqlIdentTable
SqlJoinTable
SqlJoinType
SqlSubQueryTable
SqlTable
org.easysql.database
DB
DBConnection
DBOperater
DBTransaction
Page
org.easysql.dsl
AggFunctionExpr
AliasExpr
AllColumn
AllColumnExpr
AnyTable
BetweenExpr
BinaryExpr
CaseBranch
CaseExpr
CastExpr
Column
ColumnExpr
ConstExpr
Expr
Expr
boolOperator
dateOperator
stringOperator
ExprOperator
InListExpr
InSubQueryExpr
IncrKey
JoinTableSchema
ListExpr
NormalFunctionExpr
OrderBy
OverExpr
PrimaryKey
PrimaryKeyColumnExpr
SelectItem
SubQueryExpr
SubQueryPredicateExpr
Table
TableColumnExpr
TableSchema
org.easysql.macros
org.easysql.query
BasedQuery
ReviseQuery
org.easysql.query.delete
Delete
Delete
org.easysql.query.insert
Insert
Insert
InsertEntity
InsertSelect
InsertState
InsertValues
org.easysql.query.save
Save
Save
org.easysql.query.select
Select
Select
SelectQuery
SelectQuery
UnionSelect
ValuesSelect
ValuesSelect
WithSelect
WithSelect
org.easysql.query.truncate
Truncate
Truncate
org.easysql.query.update
Update
Update
org.easysql.util
org.easysql.visitor
org.easysql.visitor.outputVisitor
ESVisitor
MongoVisitor
MysqlVisitor
OracleVisitor
PgsqlVisitor
SqlVisitor
SqliteVisitor
SqlserverVisitor
core
/
org.easysql.dsl
/
Expr
Expr
org.easysql.dsl.Expr$
See the
Expr
companion trait
object
Expr
Attributes
Companion:
trait
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Sum
trait
Mirror
class
Object
trait
Matchable
class
Any
Self type
Expr
.type
Clear all
Members list
Concise view
Type members
Classlikes
object
boolOperator
extends
ExprOperator
[
Boolean
]
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
ExprOperator
[
Boolean
]
class
Object
trait
Matchable
class
Any
Self type
boolOperator
.type
object
dateOperator
extends
ExprOperator
[
Date
]
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
ExprOperator
[
Date
]
class
Object
trait
Matchable
class
Any
Self type
dateOperator
.type
object
stringOperator
extends
ExprOperator
[
String
]
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
ExprOperator
[
String
]
class
Object
trait
Matchable
class
Any
Self type
stringOperator
.type
Inherited types
type
MirroredElemLabels
<:
Tuple
The names of the product elements
The names of the product elements
Attributes
Inherited from:
Mirror
type
MirroredLabel
<:
String
The name of the type
The name of the type
Attributes
Inherited from:
Mirror
Givens
Givens
given
boolOperator
:
boolOperator
.type
given
dateOperator
:
dateOperator
.type
given
numberOperator
[
T
<:
SqlNumberType
]:
numberOperator
[
T
]
given
stringOperator
:
stringOperator
.type