long executeUpdate (String url, String query)
long executeUpdate (String url, String query)
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. |
Type | Description |
---|---|
long | Number of store items effected by the update query |