node-sqlite3-driver
Toggle table of contents
0.4.1
common
Platform filter
common
Switch theme
Search in API
node-sqlite3-driver
node-sqlite3-driver
/
cz.sazel.sqldelight.dontuse
/
TestDataBaseDontUseQueries
Test
Data
Base
Dont
Use
Queries
common
class
TestDataBaseDontUseQueries
(
driver
:
<Error class: unknown class>
)
Members
Constructors
Test
Data
Base
Dont
Use
Queries
Link copied to clipboard
common
constructor
(
driver
:
<Error class: unknown class>
)
Functions
delete
Player
Link copied to clipboard
common
suspend
fun
deletePlayer
(
player_number
:
Long
)
insert
Link copied to clipboard
common
suspend
fun
insert
(
player_number
:
Long
?
,
full_name
:
String
)
insert
Full
Player
Object
Link copied to clipboard
common
suspend
fun
insertFullPlayerObject
(
hockeyPlayer
:
HockeyPlayer
)
select
All
Link copied to clipboard
common
fun
selectAll
(
)
:
<Error class: unknown class>
<
HockeyPlayer
>
fun
<
T
:
Any
>
selectAll
(
mapper
:
(
player_number
:
Long
,
full_name
:
String
)
->
T
)
:
<Error class: unknown class>
<
T
>
select
With
Limit
Link copied to clipboard
common
fun
selectWithLimit
(
value_
:
Long
,
value__
:
Long
)
:
<Error class: unknown class>
<
HockeyPlayer
>
fun
<
T
:
Any
>
selectWithLimit
(
value
:
Long
,
value_
:
Long
,
mapper
:
(
player_number
:
Long
,
full_name
:
String
)
->
T
)
:
<Error class: unknown class>
<
T
>
update
Name
Link copied to clipboard
common
suspend
fun
updateName
(
full_name
:
String
,
player_number
:
Long
)