toggle menu
app
androidJvm
switch theme
search in API
app
/
io.github.casl0.jvnlookup.database
/
VulnOverviewDao
Vuln
Overview
Dao
interface
VulnOverviewDao
vuln_overviewテーブル操作用クエリ
Members
Functions
delete
All
Link copied to clipboard
abstract
fun
deleteAll
(
)
delete
All
Non
Favorite
Link copied to clipboard
abstract
fun
deleteAllNonFavorite
(
)
exists
Link copied to clipboard
abstract
fun
exists
(
id
:
String
)
:
Boolean
get
Favorites
Link copied to clipboard
abstract
fun
getFavorites
(
)
:
Flow
<
List
<
VulnOverviewWithReferencesAndCVSS
>
>
get
Vuln
Overview
With
References
And
CVSS
Link copied to clipboard
abstract
fun
getVulnOverviewWithReferencesAndCVSS
(
)
:
Flow
<
List
<
VulnOverviewWithReferencesAndCVSS
>
>
insert
Link copied to clipboard
abstract
fun
insert
(
vulnOverview
:
DatabaseVulnOverview
)
insert
All
Link copied to clipboard
abstract
fun
insertAll
(
vulnOverviews
:
List
<
DatabaseVulnOverview
>
)
update
Favorite
By
Id
Link copied to clipboard
abstract
fun
updateFavoriteById
(
id
:
String
,
favorite
:
Boolean
)