sqlx
sqlx
io.github.liewhite.sqlx
AfterLimit
AfterOrderBy
AfterSelect
AfterWhere
Condition
DBConfig
DBContext
DBContext
DBDataSource
DBDataSource
DSLMacros
DriverNotSupportError
Field
Index
JoinItem
JoinType
Migration
Query
Query
TField
TField
given_TField_Array
given_TField_BigDecimal
given_TField_BigInt
given_TField_Boolean
given_TField_Date
given_TField_Double
given_TField_Float
given_TField_Int
given_TField_Long
given_TField_String
given_TField_ZonedDateTime
Table
Table
io.github.liewhite.sqlx.annotation
ColumnName
Index
Length
Precision
Primary
TableName
Unique
io.github.liewhite.sqlx.examples
Detail
Detail
given_TField_Detail
MyApp
User
sqlx
/
io.github.liewhite.sqlx
/
AfterWhere
AfterWhere
class
AfterWhere
[
Q
<:
Query
](
val
query:
Q
,
val
condition:
Condition
)
Graph
Supertypes
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
inline
def
orderBy
[
T
](
fields:
Q
=>
Field
[
T
]):
AfterOrderBy
[
T
]
inline
def
select
[
T
<:
Tuple
](
fields:
Q
=>
T
):
AfterSelect
[
T
]
Concrete fields
val
condition
:
Condition
val
query
:
Q