@grandlinex/core
Preparing search index...
IBaseDBUpdate
Interface IBaseDBUpdate
interface
IBaseDBUpdate
{
find
(
version
:
string
)
:
IBaseDBUpdate
|
null
;
getDb
()
:
IDataBase
<
any
,
any
>
;
getSource
()
:
string
;
perform
()
:
Promise
<
boolean
>
;
setNext
(
db
:
IBaseDBUpdate
)
:
void
;
update
()
:
Promise
<
boolean
>
;
updateNext
()
:
Promise
<
boolean
>
;
}
Implemented by
CoreDBUpdate
Index
Methods
find
get
Db
get
Source
perform
set
Next
update
update
Next
Methods
find
find
(
version
:
string
)
:
IBaseDBUpdate
|
null
Parameters
version
:
string
Returns
IBaseDBUpdate
|
null
get
Db
getDb
()
:
IDataBase
<
any
,
any
>
Returns
IDataBase
<
any
,
any
>
get
Source
getSource
()
:
string
Returns
string
perform
perform
()
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
set
Next
setNext
(
db
:
IBaseDBUpdate
)
:
void
Parameters
db
:
IBaseDBUpdate
Returns
void
update
update
()
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
update
Next
updateNext
()
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
find
get
Db
get
Source
perform
set
Next
update
update
Next
@grandlinex/core
Loading...