sqlx
sqlx
API
io.github.liewhite.sqlx
AfterLimit
AfterOrderBy
AfterSelect
AfterWhere
ColumnName
Condition
DBConfig
DBContext
DBContext
DBDataSource
DBDataSource
DSLMacros
DriverNotSupportError
Field
FromRecord
FromRecord
Idx
Index
JoinItem
JoinType
Length
Migration
Precision
Primary
Query
Query
SplitTable
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_Integer
given_TField_Long
given_TField_String
given_TField_ZonedDateTime
jbool
jdouble
jfloat
jlong
Table
Table
TableName
ToRecord
ToRecord
Unique
io.github.liewhite.sqlx.examples
Detail
Detail
given_TField_Detail
MyApp
OK
User
sqlx
/
io.github.liewhite.sqlx
/
Table
Table
io.github.liewhite.sqlx.Table$
See the
Table
companion trait
object
Table
Attributes
Companion:
trait
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
Table
.type
Clear all
Members list
Concise view
Value members
Concrete methods
transparent inline
def
apply
[
T
<:
Product
]:
Any
Givens
Givens
inline
given
derived
[
A
<:
Product
](
using
gen
:
ProductOf
[
A
],
labelling
:
Labelling
[
A
],
primary
:
RepeatableAnnotations
[
Primary
,
A
],
index
:
RepeatableAnnotations
[
Index
,
A
],
unique
:
RepeatableAnnotations
[
Unique
,
A
],
length
:
RepeatableAnnotations
[
Length
,
A
],
precision
:
RepeatableAnnotations
[
Precision
,
A
],
defaultValue
:
DefaultValue
[
A
],
renamesAnn
:
RepeatableAnnotations
[
ColumnName
,
A
],
tableNameAnn
:
RepeatableAnnotation
[
TableName
,
A
],
splitAnn
:
RepeatableAnnotation
[
SplitTable
,
A
]):
Table
[
A
]