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.

Parameters

NameTypeDescription
urlStringUrl of the Store
queryStringQuery that needs to be executed over the Store. Update supports Create/Drop Table/Index.

Returns

TypeDescription
longNumber of store items effected by the update query

Cautions

none