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
/
DSLMacros
DSLMacros
object
DSLMacros
Graph
Supertypes
Self type
class
Object
trait
Matchable
class
Any
DSLMacros
.type
Value members
Value members
Concrete methods
transparent inline
def
refinementQuery
[
Q
<:
Query
,
T
<:
Product
](
q:
Q
,
table:
Table
[
T
]):
Any
def
refinementQueryImpl
[
Q
<:
Query
:
Type
,
T
<:
Product
:
Type
](
q:
Expr
[
Q
],
table:
Expr
[
Table
[
T
]])(
implicit
evidence$1:
Type
[
Q
],
evidence$2:
Type
[
T
],
Quotes
):
Expr
[
Any
]