AxDB
Class: AxDB
Implements
Constructors
new AxDB()
new AxDB(
args
):AxDB
Parameters
• args: Readonly
<AxDBArgs
>
Returns
Defined in
Methods
batchUpsert()
batchUpsert(
batchReq
,update
?):Promise
<AxDBUpsertResponse
>
Parameters
• batchReq: readonly AxDBUpsertRequest
[]
• update?: boolean
Returns
Promise
<AxDBUpsertResponse
>
Implementation of
Defined in
query()
query(
req
):Promise
<AxDBQueryResponse
>
Parameters
• req: Readonly
<AxDBQueryRequest
>
Returns
Promise
<AxDBQueryResponse
>
Implementation of
Defined in
upsert()
upsert(
req
,update
?):Promise
<AxDBUpsertResponse
>
Parameters
• req: Readonly
<AxDBUpsertRequest
>
• update?: boolean
Returns
Promise
<AxDBUpsertResponse
>