Sqkon
Toggle table of contents
1.2.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Sqkon
Sqkon
/
com.mercury.sqkon.db
/
SqlQuery
Sql
Query
common
data
class
SqlQuery
(
val
from
:
String
?
=
null
,
val
where
:
String
?
=
null
,
val
parameters
:
Int
=
0
,
val
bindArgs
:
AutoIncrementSqlPreparedStatement
.
(
)
->
Unit
=
{}
,
val
orderBy
:
String
?
=
null
)
(
source
)
Members
Constructors
Sql
Query
Link copied to clipboard
common
constructor
(
from
:
String
?
=
null
,
where
:
String
?
=
null
,
parameters
:
Int
=
0
,
bindArgs
:
AutoIncrementSqlPreparedStatement
.
(
)
->
Unit
=
{}
,
orderBy
:
String
?
=
null
)
constructor
(
left
:
SqlQuery
,
right
:
SqlQuery
,
operator
:
String
)
Properties
bind
Args
Link copied to clipboard
common
val
bindArgs
:
AutoIncrementSqlPreparedStatement
.
(
)
->
Unit
from
Link copied to clipboard
common
val
from
:
String
?
order
By
Link copied to clipboard
common
val
orderBy
:
String
?
parameters
Link copied to clipboard
common
val
parameters
:
Int
where
Link copied to clipboard
common
val
where
:
String
?
Functions
identifier
Link copied to clipboard
common
fun
identifier
(
)
:
Int