Store.executeUpdate()

Signature

long executeUpdate (String url, String query)

Domain

ACTION

Description

Returns the number of store items effected based on the executeUpdate. Note - This api has a prerequisite of the tibdgadmin service running when store type is AS.

Parameters

NameTypeDescription
urlStringUrl of the Store
queryStringQuery that needs to be executed over the Store. Update supports Create/Drop Table/Index.Additionally Ignite supports Update/Delete/Insert/Alter query

Returns

TypeDescription
longNumber of store items effected by the update query

Cautions

none