Store.executeUpdate()
Signature
long executeUpdate (String url, String query)
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
| Name | Type | Description |
url | String | Url of the Store |
query | String | Query that needs to be executed over the Store. Update supports Create/Drop Table/Index.Additionally Ignite supports Update/Delete/Insert/Alter query |
Returns
| Type | Description |
long | Number of store items effected by the update query |