@grandlinex/kernel
Preparing search index...
IBaseDBUpdate
Interface IBaseDBUpdate
interface
IBaseDBUpdate
{
find
(
version
:
string
)
:
null
|
IBaseDBUpdate
;
getDb
()
:
IDataBase
<
any
,
any
>
;
getSource
()
:
string
;
performe
()
:
Promise
<
boolean
>
;
setNext
(
db
:
IBaseDBUpdate
)
:
void
;
update
()
:
Promise
<
boolean
>
;
updateNext
()
:
Promise
<
boolean
>
;
}
Implemented by
CoreDBUpdate
Index
Methods
find
get
Db
get
Source
performe
set
Next
update
update
Next
Methods
find
find
(
version
:
string
)
:
null
|
IBaseDBUpdate
Parameters
version
:
string
Returns
null
|
IBaseDBUpdate
get
Db
getDb
()
:
IDataBase
<
any
,
any
>
Returns
IDataBase
<
any
,
any
>
get
Source
getSource
()
:
string
Returns
string
performe
performe
()
:
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
performe
set
Next
update
update
Next
@grandlinex/kernel
Loading...